πŸ˜ƒ Developed an Obsidian to Latex converter that does not suffer from the known problems of other converters (e.g., equation labels, embedded notes)

Hey all!

I have been writing my Obsidian to Latex converter (in Python) for quite a while now, in order to use it for my work as a PhD student.

I hate Latex, because it makes report writing look like coding. Also, I hate copy-pasting from other sources (in my case, all my notes are in Obsidian).

The existing converters could not:

  1. Include a robust way to include equation and figure labeling (fixed it with QuickAdd)
  2. Unfold embedded notes (i.e., you had to write all the content without using embedded notes)

Feel free to use the tool, give feedback, and even collaborate!

Here is my repo (a β€œstar” would be much appreciated :wink:)

2 Likes