Skip to content

Commit 130a00e

Browse files
committed
Update README.md
1 parent 174e3aa commit 130a00e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@
55
- Add the following to your **owncloud/config/config.php**:
66
- 'custom_csp_policy' => "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *",
77

8+
## Importing from Evernote or other html notes
9+
The import process will take HTML files on your local hard drive and import the images into the notes as Base64. To import notes:
10+
- Export your notes from Evernote using default settings as individual *html* files
11+
- If you are importing notes that are not from Evernote, ensure they use the *html* extension, not the *htm* extension.
12+
- Copy the *html* files and the folders created containing the images into the */Notes* folder in ownCloud
13+
- Load the Notes listing screen. This will import all of the images into the *html* notes, and rename them to *htm*
14+
- Once the rename has taken place, you can safely delete all the image folders that were copied
15+
- 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.

0 commit comments

Comments
 (0)