Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fmstrat/ownnote
Notes app for ownCloud
https://github.com/Fmstrat/ownnote
Last synced: 5 days ago
JSON representation
Notes app for ownCloud
- Host: GitHub
- URL: https://github.com/Fmstrat/ownnote
- Owner: Fmstrat
- License: agpl-3.0
- Created: 2015-01-06T21:01:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T14:33:40.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:43:47.875Z (3 months ago)
- Language: PHP
- Size: 679 KB
- Stars: 168
- Watchers: 35
- Forks: 42
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - Fmstrat/ownnote - Notes app for ownCloud (others)
README
# ownNote
The official release information and downloads can be found at: https://apps.owncloud.com/content/show.php/ownNote+-+Notes+Application?content=168512## Installation
- Place this app in **owncloud/apps/ownnote** (Rename the extracted ZIP to "ownnote" or you will receive errors)
- Note: *custom_csp_policy* changes are no longer required## Nextcloud users
This app has been forked and development for Nextcloud can be found here: https://github.com/brantje/ownnote## Mobile Apps
ownNote for Android in the Google Play store: http://goo.gl/pHjQY9ownNote for iOS: *In development*
## Importing from Evernote or other html notes
The import process will take HTML files on your local hard drive and import the images into the notes as Base64. To import notes:
- Export your notes from Evernote using default settings as individual *html* files
- If you are importing notes that are not from Evernote, ensure they use the *html* extension, not the *htm* extension.
- Copy the *html* files and the folders created containing the images into the */Notes* folder in ownCloud
- Load the Notes listing screen. This will import all of the images into the *html* notes, and rename them to *htm*
- Once the rename has taken place, you can safely delete all the image folders that were copied
- NOTE: Windows Explorer links the *html* file to it folder of images. If you delete the folder, Windows will sometimes delete the newly renamed *htm* file as well. It is recommended you delete the folders from within the Web Interface to be safe.