notes
notes copied to clipboard
Rich Text Formatting + Markdown
- [ ] Automatic link parsing.
To be updated...
Regarding rich text, we should discuss it at the suitable issue #201. And yes, we will need to evaluate the best technology we for integrating for rich text. Maybe there are open source projects that have done a good job with that already.
There is this -> https://github.com/Open-App-Library/Escriba But its not maintained. It can be brought up to speed and integrated without too much effort I think
Cool. We will look into that when we decide to put our minds into it. It should be developed as described here.
I think we should stick with only Markdown for now. I'm convinced of its promise for our note-taking app. It would be nice to have a bar open up when selecting text so users not proficient in Markdown can have an easy start.
But
I believe we need to create our own editor with our own rendering someday, so we can add images, change the look of URLs, have custom to-do lists, etc.
I believe we need to create our own editor with our own rendering someday, so we can add images, change the look of URLs, have custom to-do lists, etc.
I was gonna raise an issue about how [links like this](https://example.com) are not rendered as links like this, but I'm guessing that would fall under this?