toolstack / Folio

A beautiful markdown note-taking app for GNOME (forked from Paper)
GNU General Public License v3.0
160 stars 18 forks source link

FEAT: add mermaid for create diagrams and visualizations using text and code #124

Closed ssmns closed 3 months ago

ssmns commented 3 months ago

The Folio is one of the best Markdown editors I have used. However, some packages are missing, such as mermaid for rendering diagrams and MathJax for rendering LaTeX equations. I suggest either adding these libraries to Folio or implementing a plugin system to allow users to add custom JavaScript libraries.

toolstack commented 3 months ago

Folio isn't javascript based, so these libraries aren't applicable.

There is an extension to the renderer for LaTeX (see #108) but I'm not sure I'll add it.