The LaTeX Algorithms plugin enhances Obsidian's functionality by enabling users to write algorithms and pseudocode directly within their notes. It leverages keywords like \If
, \For
, and others to streamline the creation of algorithmic content, providing features like fast indentation, titles, subtitles, conditionals, loops, and proof-related keywords. This plugin is particularly beneficial for users in algorithm or proof-based fields who want to take detailed, structured notes without needing to compile a full LaTeX document. By integrating seamlessly into Obsidian, it supports efficient workflows and is compatible with tools like Quick LaTeX for enhanced LaTeX capabilities.
First release!
\Return
now prints out return
instead of Return
, as per the standard Latex Algorithm blocks format.
Proof keywords! You can now write proofs with this plugin too; Proof keywords are to be used outside of math blocks.
Check out README.md
for all the proof keywords available.
Fast-indentation can now be executed anywhere in the line and still only have the \quad
inserted at the beginning of the line.
It seems like Shift + Tab might clash with some default key shortcuts. Any suggestions for an alternative key combination is highly appreciated!