• 0 Posts
  • 142 Comments
Joined 2 years ago
cake
Cake day: June 6th, 2023

help-circle

  • Zettlr! Its designed around writing manuscripts in markdown+latex, then exporting to pure LaTeX, PDF, or any other Pandoc-supported format via a builtin Pandoc GUI. The only thing that doesn’t work particularly well is the table editor, but they’re working on it.

    It is electron based, but almost all graphical editors for markdown + inline latex are (obsidian, etc.) because MathJax & KaTeX are the most mature method to render LaTeX inside other document formats.

    Obsidian is also good, but it’s not FOSS and their built-in export isn’t great.















  • Mi was trying out labplot yesterday, and as far as I can tell it can only really plot, not do any sort of transformation or data analysis. The plotting UI itself is pretty nice and the plots look good, but for most of my use cases its worth it to just spin up a Jupyter notebook and work with MatPlotLib directly.

    If it could become a general-purpose UI for matplotlib, thatd be fantastic, but its pretty limited in actual usability for me at the moment.