# Obsidian Plugins
I have created several plugins for [[Obsidian]] since the release of their API in late 2020.
- Currently maintained
- [Advanced Tables](https://github.com/tgrosinger/advanced-tables-obsidian)
- [Recent Files](https://github.com/tgrosinger/recent-files-obsidian)
- [Crumbs](https://github.com/tgrosinger/crumbs-obsidian)
- Deprecated
- [Ledger](https://github.com/tgrosinger/ledger-obsidian)
- [Leader Hotkeys](https://github.com/tgrosinger/leader-hotkeys-obsidian)
- [tq](https://github.com/tgrosinger/tq-obsidian)
- [Slated](https://github.com/tgrosinger/slated-obsidian)
Developing these plugins not only shapes this tool to better suite my needs, but has also taught me more about UI development than I ever expected to know. Through plugin development I have learned TypeScript, Svelte, React, and even a little bit of CSS.