Fmstrat / Fmstrat/ownnote

ownNote doesn't automatically convert images to Base64 when imported from Evernote

Open
#319 2 comments 0 reactions 0 assignees View on GitHub
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.

![captura de pantalla 2016-08-01 a las 18 35 14](https://cloud.githubusercontent.com/assets/5182287/17311102/bc677a74-5816-11e6-97a0-f929ff2b5e82.png)
![captura de pantalla 2016-08-01 a las 18 32 43](https://cloud.githubusercontent.com/assets/5182287/17311103/bc870fe2-5816-11e6-945a-fc05cbff0990.png)

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.
![captura de pantalla 2016-08-01 a las 18 19 10](https://cloud.githubusercontent.com/assets/5182287/17311160/278e08c2-5817-11e6-829f-856c02793aed.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.