SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript Obsidian Plugin Projects
-
Project mention: Siyuan: Privacy-first, self-hosted personal knowledge management software | news.ycombinator.com | 2024-12-25
No, Obsidian is quite more powerful.
Obsidian has built-in support for markdown, images, PDFs, canvas (via JSON Canvas which they developed and open sourced https://obsidian.md/canvas), and others.
For databases, you can add fields/properties both in the markdown frontmatter or in the text and query it via very popular plugins:
https://github.com/blacksmithgu/obsidian-dataview
There are tons of community plugins that support all kind of stuff: tasks, kanban, LLM/Copilot, graph analysis of links, charts.
It can also be extended in JS, both writing your own plugins or via a few plugins that allow limited JS support.
---
Obsidian is actually quite good as a NoCode prototyping platform for personal apps :-)
E.g. CRUD:
- Use templates, via Templater: to define the content of your data
- Use links and tags to define relations and connections
- Use dataview or graphs for views
- There are even plugins to define buttons and the actions they perform, if you need commands
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
obsidian-git
Integrate Git version control with automatic commit-and-sync and other advanced features in Obsidian.md
I sync Obsidian notes with Git on my Android phone and I don't see any problem. You can do it the tedious way using Termux[1] or easy way through obsidian-git[2].
[1]: https://github.com/termux/termux-app
[2]: https://github.com/Vinzent03/obsidian-git
-
Project mention: Setting Up Obsidian for Content Planning and Project Management | dev.to | 2024-03-11
Obsidian has a large collection of community-contributed plugins to serve various user needs. For this guide, we'll install Templater and Tasks, two plugins that can be really powerful when combined to create notes and task lists.
-
Search for CopilotCopilot in the plugin library and click Install.
-
The killer feature for me is how extensible the software is made to be. It truly lets you use it how you want, and makes very few assumptions on how you are meant to use the software.
Case in point: one of my favorite productivity plugins is a full-fledged Kanban board. With deep integration into Obsidian features:
- https://github.com/mgmeyers/obsidian-kanban
-
Project mention: Top Obsidian Plugins to Supercharge Your Note-Taking Experience | dev.to | 2024-07-05
-
-
Check out the Advanced Tables plugin - https://github.com/tgrosinger/advanced-tables-obsidian
-
I really like the calendar plugin - it makes it easy to write daily notes, https://github.com/liamcain/obsidian-calendar-plugin.
-
obsidian-spaced-repetition
Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian
This is basically what I tried to do using the spaced repetition plugin for Obsidian but it's just not very good yet. I just checked and the author asked for a co-maintainer yesterday. I really hope they can find someone to put a bit of time in because it's a great idea and a great foundation.
https://github.com/st3v3nmw/obsidian-spaced-repetition/
-
-
obsidian-textgenerator-plugin
Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
-
obsidian-latex-suite
Make typesetting LaTeX as fast as handwriting through snippets, text expansion, and editor enhancements
Project mention: Lowercase – A simple way to take and share notes | news.ycombinator.com | 2024-05-03Obsidian has LaTeX support out of the box. And there are some awesome plugins to make it even better, check out https://github.com/artisticat1/obsidian-latex-suite.
-
Keep track of your progress. I use obsidian tracker to keep track of my habits, workouts and so on
-
obsidian-style-settings
A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian
-
-
obsidian-linter
An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.
Project mention: Journey Developing an Obsidian Plugin Part 2 - Improving the Architecture, Basic Error Handling and more! | dev.to | 2025-01-06Take a look at other Obsidian plugins such as Obsidian Linter, they are all open source!
-
-
-
-
obsidian-zotero-integration
Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian.
-
TypeScript Obsidian Plugin discussion
TypeScript Obsidian Plugin related posts
-
Journey Developing an Obsidian Plugin Part 2 - Improving the Architecture, Basic Error Handling and more!
-
How to chat with Local LLM in Obsidian
-
Notion's Midlife Crisis
-
Show HN: Wikipedia Browser a La Andy Matuschak's Evergreen Notes
-
Top Obsidian Plugins to Supercharge Your Note-Taking Experience
-
How can I upload images through the API?
-
Show HN: I built a non-linear UI for ChatGPT
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jan 2025
Index
What are some of the best open-source Obsidian Plugin projects in TypeScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | obsidian-dataview | 7,276 |
2 | obsidian-git | 7,169 |
3 | Templater | 3,446 |
4 | obsidian-copilot | 3,435 |
5 | obsidian-kanban | 3,334 |
6 | obsidian-tasks | 2,611 |
7 | obsidian-day-planner | 2,181 |
8 | advanced-tables-obsidian | 2,175 |
9 | obsidian-calendar-plugin | 1,693 |
10 | obsidian-spaced-repetition | 1,656 |
11 | quickadd | 1,611 |
12 | obsidian-textgenerator-plugin | 1,563 |
13 | obsidian-latex-suite | 1,487 |
14 | obsidian-tracker | 1,408 |
15 | obsidian-style-settings | 1,349 |
16 | obsidian-omnisearch | 1,322 |
17 | obsidian-linter | 1,309 |
18 | makemd | 1,235 |
19 | obsidian-execute-code | 1,215 |
20 | obsidian-mind-map | 1,169 |
21 | obsidian-vimrc-support | 1,150 |
22 | obsidian-zotero-integration | 1,135 |
23 | admonitions | 1,121 |