LaunchMenu
LaunchMenu copied to clipboard
Notes improvements
Improved markdown rendering
Markdown renderer support
- [ ] Tables
- [ ] checkbox items
Markdown Text-editor behaviour
- [ ] When caret is on a bullet / checkbox and a new line is inserted it would be nice to add a bullet/checkbox on the new line.
- [ ] Match indenting of previous line on new line insertion
- [ ] Ability to paste pictures into text editor might be nice (save file somewhere in file system), ensure file is cleaned up on delete.
And potentially some other things. It would be nice to support most features including advanced ones like this.
Can we use MDX with some special set components?
Additional notes features:
- [ ] Setting for where to place caret on opening a note. I.E. At the beginning or end of the note.
This is our current standard Markdown component: ReactMarkdown.tsx
Which is for instance used by the notes applet to render its content (when markdown syntax is selected and rich content is enabled)