ownNote doesn't automatically convert images to Base64 when imported from Evernote
- Dominant language
- PHP
- Stars
- 163
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
OwnNote is supposed to import notes exported as HTML from Evernote.
If all files and folders are under the /Notes folder with an HTML extension, they get automaticlaly converted to HTM upon conversion. Images are supposed to be converted to Base64 and embedded in the HTM file.
However, this conversion is not performed properly. Upon importation, images and sound files are still linked from the HTML file by their relative path, and don't display at all.


README is also unclear: the /Notes folder isn't automatically created, nor used with default configuration.
Default settings calls for database-storage only, while README refers to database + folder, which must be done by an administrator.

What is the solution for effective and automatic conversion to Base64?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.