My favorite notes app is appflowy. Maybe you could find some ideas (and code) from them. They use markdown. Markdown is great, but you're right that it's also limiting. Something that you could paste AI outputs into while maintaining the formatting would be ideal.
Login to reply
Replies (1)
Looks interesting like an interesting notes app.
It seems like you're able to export the notes as Markdown files, so that's great. Not being locked into the app if you ever wish to switch.
Also, I think they are using an local SQLite database, so they don't store the notes directly in plain-text files (like Obsidian does). But I think it's fine, as it allows for efficient indexing.