omnivore
omnivore copied to clipboard
feat(Notebook): enable HTML mode toggle for article notes
Context
I use omnivore-ai-annotations to generate article summaries in markdown. Reading summaries in Omnivore is sub-optimal as:
- The markdown displays in a small, non-resizable text-area.
- There is no option to toggle between markdown and HTML views.
Solution
Enable the "mode-toggle" plugin in the markdown editor. This plugin allows users to toggle between writing and reading modes, similar to Obsidian. I also increased the editor's height for article notes for a better reading experience.
Feedback appreciated 🙏
Note: I was unable to run the content fetching service locally (see https://github.com/omnivore-app/omnivore/issues/4269) and didn't test my changes with highlights.
Screenshots
| Markdown | HTML |
|---|---|
@rbarbazz is attempting to deploy a commit to the omnivore Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| omnivore-demo | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 29, 2024 0:26am |
Tested changes locally, works perfectly well for me. Think this is a good addition.