alexwkleung / Iris

✨ A comfortable note-taking app powered by Markdown
https://irisnotes.vercel.app/
MIT License
15 stars 1 forks source link

Inline parsing in editor #95

Closed alexwkleung closed 8 months ago

alexwkleung commented 10 months ago

With the new hybrid (plain-text Markdown + WYSIWYG) editor that's being worked on, there are elements that can be parsed inline for a better experience:

  1. Images
  2. Links
  3. HTML?
  4. Tables?
  5. Math?
  6. Diagrams?

For code blocks, it would also be nice if a background can be added where the code is written so it's easily distinguishable.

Elements that are parsed inline should not be part of the actual document since they are strictly visual only.