fonol / anki-search-inside-add-card

An add-on providing full-text-search and PDF reading functionality to Anki's Add card dialog
https://ankiweb.net/shared/info/1781298089
GNU Affero General Public License v3.0
179 stars 24 forks source link

use html format to add notes? #210

Closed oqicloud closed 3 years ago

oqicloud commented 3 years ago

image Can I call the pictures in the collection.media folder? Images added in html format will be removed when reading.

fonol commented 3 years ago

Hi, you should be able to insert them in Markdown syntax, e.g. ![](image_in_collection.media_folder.png). In the reader, you will only see it if you go into preview mode though.

oqicloud commented 3 years ago

Normal display thank you