TypeScript Obsidian Plugin

Open-source TypeScript projects categorized as Obsidian Plugin

Top 23 TypeScript Obsidian Plugin Projects

Obsidian Plugin
  1. obsidian-dataview

    A data index and query language over Markdown files, for https://obsidian.md/.

    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

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. obsidian-git

    Integrate Git version control with automatic commit-and-sync and other advanced features in Obsidian.md

    Project mention: My Obsidian Note-Taking Workflow | news.ycombinator.com | 2024-07-28

    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

  4. Templater

    A template plugin for obsidian

    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.

  5. obsidian-copilot

    THE Copilot in Obsidian

    Project mention: How to chat with Local LLM in Obsidian | dev.to | 2025-01-04

    Search for CopilotCopilot in the plugin library and click Install.

  6. obsidian-kanban

    Create markdown-backed Kanban boards in Obsidian.

    Project mention: Why I Like Obsidian | news.ycombinator.com | 2024-01-17

    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

  7. obsidian-tasks

    Task management for the Obsidian knowledge base.

    Project mention: Top Obsidian Plugins to Supercharge Your Note-Taking Experience | dev.to | 2024-07-05
  8. obsidian-day-planner

    An Obsidian plugin for day planning with a clean UI and a simple task format

  9. advanced-tables-obsidian

    Improved table navigation, formatting, and manipulation in Obsidian.md

    Project mention: Notion's Midlife Crisis | news.ycombinator.com | 2024-09-28

    Check out the Advanced Tables plugin - https://github.com/tgrosinger/advanced-tables-obsidian

  10. obsidian-calendar-plugin

    Simple calendar widget for Obsidian.

    Project mention: Why I Like Obsidian | news.ycombinator.com | 2024-01-17

    I really like the calendar plugin - it makes it easy to write daily notes, https://github.com/liamcain/obsidian-calendar-plugin.

  11. obsidian-spaced-repetition

    Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian

    Project mention: Why I Like Obsidian | news.ycombinator.com | 2024-01-17

    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/

  12. quickadd

    QuickAdd for Obsidian

  13. 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.

  14. 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-03

    Obsidian 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.

  15. obsidian-tracker

    A plugin tracks occurrences and numbers in your notes

    Project mention: Hone Your Craft | dev.to | 2024-07-09

    Keep track of your progress. I use obsidian tracker to keep track of my habits, workouts and so on

  16. obsidian-style-settings

    A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian

  17. obsidian-omnisearch

    A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.

  18. 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-06

    Take a look at other Obsidian plugins such as Obsidian Linter, they are all open source!

  19. makemd

  20. obsidian-execute-code

    Obsidian Plugin to execute code in a note.

  21. obsidian-mind-map

    An Obsidian plugin for displaying markdown notes as mind maps using Markmap.

  22. obsidian-vimrc-support

    A plugin for the Obsidian.md note-taking software

  23. obsidian-zotero-integration

    Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian.

  24. admonitions

    Adds admonition block-styled content to Obsidian.md

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Obsidian Plugin discussion

Log in or Post with

TypeScript Obsidian Plugin related posts

  • Journey Developing an Obsidian Plugin Part 2 - Improving the Architecture, Basic Error Handling and more!

    2 projects | dev.to | 6 Jan 2025
  • How to chat with Local LLM in Obsidian

    1 project | dev.to | 4 Jan 2025
  • Notion's Midlife Crisis

    3 projects | news.ycombinator.com | 28 Sep 2024
  • Show HN: Wikipedia Browser a La Andy Matuschak's Evergreen Notes

    4 projects | news.ycombinator.com | 15 Aug 2024
  • Top Obsidian Plugins to Supercharge Your Note-Taking Experience

    6 projects | dev.to | 5 Jul 2024
  • How can I upload images through the API?

    3 projects | dev.to | 30 Jun 2024
  • Show HN: I built a non-linear UI for ChatGPT

    11 projects | news.ycombinator.com | 8 May 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?