Skip to content

Releases: SamZhang02/obsidian-latex-algorithms

1.0.2

05 Mar 00:51
Compare
Choose a tag to compare

First release!

Fixed:

\Return now prints out return instead of Return, as per the standard Latex Algorithm blocks format.

Added:

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.

Changed:

Fast-indentation can now be executed anywhere in the line and still only have the \quad inserted at the beginning of the line.

To come:

It seems like Shift + Tab might clash with some default key shortcuts. Any suggestions for an alternative key combination is highly appreciated!

1.0.1

25 Feb 15:13
Compare
Choose a tag to compare

Minor refactoring release:

  • Added tables of all currently supported keywords in README.md
  • Deleted redundant version import in main.ts

1.0.0

22 Feb 14:22
Compare
Choose a tag to compare

The Obsidian Algorithm Plugin reads your previous inputs and automatically converts them into standard LaTeX algorithm format when detecting keywords like \If, \For, \State and more. With this plugin, you can easily take notes for your Algorithm classes in Obsidian, with functionalities such as fast indentation with Shift+Tab, conditionals, input/output, for/while loops, switch cases, and more.