Note Chain

by ZigHolding
5
4
3
2
1
Score: 53/100

Description

The Note Chain plugin helps users organize their notes in a sequential order within Obsidian, creating a structured workflow for managing ideas. It allows users to link notes through metadata fields, establishing relationships such as previous and next notes to create a linear structure. The plugin offers commands to easily create, insert, and reorder notes in a chain, enhancing note management for projects, articles, or books. Users can also automate note chain organization within folders and sort files accordingly in the file explorer. Additional features include integration with popular Obsidian plugins like Dataview and Templater, enabling efficient workflow automation and tracking.

Reviews

No reviews yet.

Stats

40
stars
5,383
downloads
3
forks
726
days
0
days
1
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
11
total issues
6
open issues
5
closed issues
197
commits

Latest Version

README file from

Github

Thoughts as river, notes as chain. Add prev and next notes to a notes, and order files by the chain in File Explorer.

Obsidian Downloads

Why Note Chain

The modern note concept of dual-linking allows notes to think like the brain, in a mesh of thoughts. Like roots or river networks, they are scattered without missing any idea, and based on the internal links of the notes, we can easily pick up each idea.

However, when we finally decide to organize our views into articles and compile topics into books, we have to roll this net into a main line. So why not make a little effort for this from the start?

When I stared at the messy drawers of notes like Nicholas Bourbaki, various drawers, all kinds of notes, titles, content, tags, references, and dates flickered in my mind, I realized:

Linear output requires linear input.

image

For this reason, I call all notes arranged in order the note chain and developed the Note Chain plugin, aimed at adding a small piece to the puzzle of note management.

How to Create a Note Chain?

graph LR

Head -.-> P[...] --> PrevA --> A --> NextA -.-> N[...] --> Tail

Note Chain defines the pre-note and post-note of the current note through metadata PrevNote and NextNote. Through this relationship, notes on the same chain are linked together.

  • Prev note: The note that precedes the current note;
  • Next note: The note that follows the current note;
  • Head note: The first note in the note chain;
  • Tail note: The last note in the note chain;

Note Chain provides multiple commands to help create a note chain.

Create New Note: Create pre/post/head/tail/non-chain notes for the current note. Choose the type when creating, then enter the file name. If the file already exists, it will jump to that file. This command can replace the Create New Note command provided by Obsidian, and it is recommended to set the shortcut key to Ctrl + N;

image

Move node up: Move the current note up in the note chain, changing A-B-C-D-E to A-C-B-D-E. It is recommended to set the shortcut key to Alt + PgUp;

Move node down: Move the current note down in the note chain, changing A-B-C-D-E to A-B-D-C-E. It is recommended to set the shortcut key to Alt + PgDn;

Insert node of chain: Insert the current note into the note chain. First, select the note group according to different modes, then choose the note as the anchor point, and finally select the relationship between the current note and the anchor point. Since it is usually chosen for the same directory notes, you can select the default note group in the Insert node of chain: Default mode on the settings page. It is recommended to set the shortcut key to Alt + I.

image

Files in the file list also provides two commands to facilitate the creation of note chains:

  • Create next note: Create a post-file for the current note;
  • Move as next note: Set the current note or folder as a post-note for a certain note. For notes, select from all notes. For folders, only select notes in the same directory.

The methods introduced above are all for setting nodes for a single note. Note Chain also provides multiple commands to organize notes in the same folder.

Reset the chain of current folder will string all notes in the current note's folder into a note chain. You can create a note chain based on the file name name, creation time ctme, and modification time mtime, in ascending order (a to z) or descending order (z to a), which is suitable for initialization. You can also create a note chain based on the existing note chain chain, suitable for situations where there are multiple note chains in a directory.

Reset note chain by longform and Reset longform scenes by note chain are a set of mutually reinforcing commands, which correspond the note chain of the current folder notes to the scenes of the [[LongForm]] plugin. Reset longform scenes by note chain generates longform project metadata in the folder's namesake note and sets the current note chain as its scene. You can move the order of individual or multiple notes in the metadata with Move line down and Move line up, or cut notes to a specified location. Then, set the corresponding note chain with Reset note chain by longform. This set of commands can make it more convenient to organize notes.

Note Chain 1.0.7 also supports automatic reshaping of note chains in the folder. Check Auto build notechain of folder while open new file on the Settings page, when opening a note, the notes in the current folder will be automatically strung into a note chain, similar to automatically executing Reset the chain of current folder with chain. If some folders do not need to be automatically reshaped, you can enter the folders to skip in Ignore these folder, and multiple folders are separated by line breaks.

Files' Sorting Rules

After setting the note chain, turn on Sort by chain in file explorer on the settings page, and the files in the Files list will be sorted in the order of the note chain.

image

Note Sorting Rules

markdown note (including Excalidraw) sorting rules:

  1. For each directory in the File List, obtain the file and folder sorting A;
  2. Initialize a new sorting B;
  3. For the first note in A, obtain its note chain C;
  4. Update A and B: B=B+A∩C, A=A-A∩C.
  5. Repeat step 3 until there are no md notes in A;
  6. Get the note sequence B;

Folder Sorting Rules

Folder sorting rules:

  1. The note index value in the note sequence B is 0, 1, 2, ...;
  2. The default index for folders is -1;
  3. If the folder's namesake note has set the metadata FolderPrevNote and FolderPrevNoteOffset:
    • FolderPrevNote is the anchor note;
    • FolderPrevNoteOffset is a number, the default is 0.5;
    • The directory index value is: FolderPrevNote + FolderPrevNoteOffset;
  4. Sort files and folders by index;

For example, set the following metadata for Folder C and Folder D:

  • Folder C: FolderPrevNote: "[[Note B]]", FolderPrevNoteOffset: 0.2;
  • Folder D: FolderPrevNote: "[[Note B]]", FolderPrevNoteOffset: 0.6;

The sorting in the Files list is:

graph LR
NoteA --> NoteB --> FolderC --> FolderD --> NoteF

Set folder sorting, in the Files/Files list, right-click the directory, and click Move as next note, choose after which note.

canvas Whiteboard Sorting Rules

canvas whiteboards cannot set pre and post notes, and it is already a file, creating a namesake note for it like a folder feels redundant. But I suddenly thought, it is often after having notes that there is a need for a whiteboard. So, the sorting rule for the whiteboard is:

  1. Create a namesake whiteboard after the note, i.e., the whiteboard is arranged after the namesake note;
  2. If a note requires multiple whiteboards, the new whiteboard is named according to Note filename.xxx, i.e., the whiteboard is arranged after the note corresponding to the last . cut off in the filename;

Quick Access

Note Chain provides multiple commands for more convenient access to notes.

Open note: Open the note. All notes are sorted by modification time and can be accessed through numerical encoding.

image

Open and reveal note: Open and locate the note, the note will be displayed in the middle of the File List;

Reveal current file in navigation: Locate the note in the File List, the note is centered when displayed, which can replace the system's own command;

Open note smarter: First select the note group, then select the note.

image

Move current file to another folder: Move the current note, the folder is sorted according to the latest modification time of the note, so it is prioritized to move to the active directory.

Open prev note: Open the pre-note, it is recommended to set the shortcut key to Alt+←;

Open next note: Open the post-note, it is recommended to set the shortcut key to Alt+→;

Open prev note of right leaf: Open the pre-note of the right page;

Open next note of right leaf: Open the post-note of the right page;

The last two commands are suitable for linked notes, and specific examples are here

Other Features

Settings Page

Refresh dataview while open new file: Whether to refresh dataview when opening a new note;

Refresh tasks while open new file: Whether to refresh task when opening a new note.

Word Count

Register daily word count: Whether to record the word count of the note for the day when modifying the note, the word count is similar to the core plugin Word Count. This feature can track the output of notes.

let nc = app.plugins.getPlugin('note-chain');
let note = nc.chain.current_note;
// Get the number of words updated for the note on a specific date
nc.wordcout.get_new_words(note,'2024-07-15')

Utility Functions

let nc = app.plugins.getPlugin('note-chain');

let note = nc.chain.get_last_daily_note()

Get the most recently accessed log note, the priority is: whether the current page is a log note, whether the right page is a log note, the first log note in the history.

let leaf = nc.chain.get_neighbor_leaf(offset=-1)

Get the left or right page of the current note, offset is negative for the left, positive for the right. leaf.view.file is the corresponding note.

let note = await nc.chain.sugguster_note()

Select a note from the library.

let func = nc.utils.get_tp_func(app, "tp.system.prompt")

Get the function provided by the Templater plugin;

let func = await nc.utils.get_tp_func(app, "tp.user.func")

Get the user-defined function of the Templater plugin;

Installation

Note Chain depends on the following plugins:

  • [[Templater]] + [[DataView]] + [[Recent Files]] + [[Tasks]]

Install from the Plugin Community

  1. In Obsidian, ctrl+, to open Settings;
  2. Click Browse in Community Plugins;
  3. Search and select Note Chain;
  4. Click Install and Enable;

You can also install from obsidian plugins note-chain.

Manual Installation

  1. Click on the latest release page, download main.js, manifest.json, and styles.css (or a zip file);
  2. Copy the files to your obsidian library [your vault]/.obsidian/plugins/note-chain/;
  3. Restart Obsidian or refresh the plugin list, and you will see this plugin;
  4. In the plugin list, enable Note Chain;

You can also download these files from Baidu Cloud Disk.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Homepage
5 years ago by mirnovov
An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
Smart Connections
3 years ago by Brian Petro
Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3
MAKE.md
3 years ago by MAKE.md
Checklist
5 years ago by delashum
TagFolder
4 years ago by vorotamoroz
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
File Color
3 years ago by ecustic
An Obsidian plugin for setting colors on folders and files in the file tree.
Longform
5 years ago by Kevin Barrett
A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
Task Genius
4 years ago by Boninall
Comprehensive task management plugin for Obsidian
Consistent attachments and links
5 years ago by Dmitry Savosh
Obsidian plugin. Move note with attachments.
Auto Note Mover
4 years ago by faru
This is a plugin for Obsidian (https://obsidian.md).
Journals
2 years ago by Sergii Kostyrko
Hotkeys++
6 years ago by Argentina Ortega Sainz
Adds hotkeys to toggle todos, ordered/unordered lists and blockquotes in Obsidian
Zoottelkeeper
5 years ago by Akos Balasko
Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.
Tab Switcher
5 years ago by Vinzent & phibr0
Tab Switcher - Obsidian Plugin
TODO | Text-based GTD
5 years ago by Lars Lockefeer
Manual Sorting
a year ago by Kh4f
📌 DnD file sorting for Obsidian
Tasks Calendar Wrapper
3 years ago by zhuwenq
This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
Task Board
a year ago by Atmanand Gauns
An Obsidian plugin to view and manage your tasks from whole vault using much efficient boards using various methodologies.
Janitor
4 years ago by Gabriele Cannata
Performs various maintenance tasks on the Obsidian vault
Modal forms
3 years ago by Danielo Rodriguez
Define forms for filling data that you will be able to open from anywhere you can run JS
Contribution Graph
2 years ago by vran
generate interactive gitxxx style contribution graph for obsidian, use it to track your goals, habits, or anything else you want to track.
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Periodic PARA
3 years ago by YiBing Lin
Obsidian Plugin for combining P.A.R.A with Periodic Notes(LifeOS for Obsidian)
File Order
3 years ago by lukasbach
Obsidian plugin to reorder files with drag-and-drop by customizing a number-prefix in the filenames
Slash Commander
2 years ago by alephpiece
Customizable slash command list for Obsidian.md
Task Collector (TC)
5 years ago by ebullient
Manage tasks and logs within an Obsidian note.
Typing Assistant
3 years ago by Jambo
Typing Assistant is a plugin that improves writing efficiency and provides a user experience similar to that of【Notion】
Super Simple Time Tracker
4 years ago by Ellpeck
Multi-purpose time trackers for your notes!
Autocomplete
5 years ago by Yeboster
Obsidian plugin to provide text autocomplete
Archiver
5 years ago by ivan-lednev
Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
Hide Folders
3 years ago by JonasDoesThings
Toggle the visibility of folders in the Obsidian.MD file navigator based on name-patterns
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
TickTickSync
2 years ago by thesamim
Hotkeys for specific files
5 years ago by Vinzent
Task List Kanban
2 years ago by Chris Kerr
Hotkeys for templates
5 years ago by Vinzent
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Vantage - Advanced search builder
5 years ago by ryanjamurphy
Vantage helps you build complex queries using Obsidian's native search tools.
Mononote
3 years ago by Carlo Zottmann
An Obsidian plugin that ensures each note occupies only one tab. If a note is already open, its existing tab will be focussed instead of opening the same file in the current tab.
Workbench
6 years ago by ryanjamurphy
A plugin to help you collect working materials.
Audio Notes
3 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
Doubleshift
4 years ago by Qwyntex
Obsidian Plugin to open the command palette by pressing shift twice
Shortcuts extender
6 years ago by kitchenrunner
Plugin for Obsidian: Use shortcuts for input special symbols and changing level of headings without language switching
Daily Stats
5 years ago by Dhruvik Parikh
Plugin to view your daily word count across all notes in your Obsidian.md vault.
Daily Note Outline
4 years ago by iiz
Add a custom view which shows outline of multiple daily notes with headings, links, tags and list items
Extract PDF Annotations
4 years ago by Franz Achermann
This is a plugin for https://obsidian.md. It extracts Annotations from PDF Files.
Note Definitions
2 years ago by Dominic Let
Obsidian plugin for seamless viewing of personal definitions
ZettelFlow
3 years ago by RafaelGB
ZettelFlow is a plugin for Obsidian that helps you to create and manage your notes in a Zettelkasten way.
Word Sprint
4 years ago by Andrew Lombardi
Obsidian Word Sprint plugin
Mxmind Mindmap
2 years ago by mxmind
mxmind for obsidian plugin
ToggleList
4 years ago by Lite C
This is a simple plugin for Obsidian to overwrite the default behavior of toggle checkbox status. Also, it offers a simple way to toggle through frequently used attributes: task states, task tags, highlighted list, etc.
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
Dangling links
5 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Daily Notes Viewer
4 years ago by Johnson0907
Folders to Graph
2 years ago by Ratibus11
Display your Obsidian vault folder structure into your graphs.
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Plugin Manager
3 years ago by ohm-en
Allows better management of Obsidian.md plugins.
Auto Hide
4 years ago by skelato1
This Obsidian plugin enables you to collapse (and expand) the sidebar easier.
Key Promoter
5 years ago by Johannes Theiner
Learn keyboard shortcuts by showing them when using the mouse
Pomodoro
5 years ago by Tokuhiro Matsuno
Swiss army knife
3 years ago by mwoz123
Embedded Code Title
5 years ago by tadashi-aikawa
It is an Obsidian plugin which can embeds title to code blocks.
Copy Inline Code
3 years ago by Ondrej Zavodny
Keyshots
3 years ago by KrazyManJ
🔮📝 Obsidian plugin that adds classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.
Custom window title
5 years ago by Joost Plattel
Small Obsidian plugin that updates the window title with the current open note
Date Inserter
2 years ago by namikaze-40p
An Obsidian plugin that lets you insert a date at the cursor position using a calendar.
Proletarian Wizard Task Manager
a year ago by Charles Feval
Obsidian plugin ot manage todos and projects directly from your notes.
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Task Marker
3 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
Recent Notes
a year ago by Kamil Rudnicki
Recent Notes Plugin for Obsidian
Flexible Pomodoro
4 years ago by grassbl8d
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
AidenLx's Folder Note - folderv Component
4 years ago by AidenLx
Note Folder Autorename
5 years ago by PJ Eby
Obsidian plugin to support folder-overview notes by keeping their folder in sync
Unique attachments
5 years ago by Dmitry Savosh
Obsidian plugin. Renames attachments, making their names unique.
New Tab +
2 years ago by Raphaël Le Carval
Allow to open markdown files, graph and canvas in new tab as the default behavior.
Timer
3 years ago by Marius Wörfel
Obsidian plugin, which allows you to measure time.
CardNote
2 years ago by cycsd
Help you extract your thoughts more quickly in canvas
Tag Page
3 years ago by Matthew Sumpter
An Obsidian plugin to create and manage dedicated Markdown pages for tags, with features to automatically populate and refresh content based on user-defined settings.
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Improved Random Note
3 years ago by ShockThunder
Better Plugins Manager
a year ago by zero
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Week Planner
4 years ago by Ralf Wirdemann
Habit Calendar
3 years ago by Hedonihilist
Monthly Habit Calendar for DataviewJS. This plugin helps you render a calendar inside DataviewJS code block, showing your habit status within a month.
Link with alias
3 years ago by Pavel Vojtechovsky
Obsidian plugin for handy creation of links and alias in front matter of target document
Open with
5 years ago by phibr0
Vim Toggle
3 years ago by Conner Ohnesorge
This is a plugin that adds the ability to toggle on and off vim into obsidian with a nice notice to let you know when you switched.
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Tag Project
3 years ago by Odaimoko
Diarian
2 years ago by Erika Gozar
All-in-one journaling toolkit.
DEVONlink
5 years ago by ryanjamurphy
Open notes indexed in DEVONthink in, well, DEVONthink
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Task Status
2 years ago by Valerie Burzynski
Quickly change any task status in Obsidian. The searchable modal enables a more dynamic and indiscriminate workflow when you need to change your checkbox markers.
Multi-line Formatting
5 years ago by nmady
Format Obsidian text over an entire selection, even if that selection has paragraph breaks in the middle!
At People
3 years ago by Tobias Davis
Obsidian plugin to use the familiar @ notation to cross link to people.
Stopwatch
5 years ago by Tokuhiro Matsuno
Auto Glossary
3 years ago by Ennio Italiano
Obsidian plugin that allows user to create a glossary of notes or a MOC from a selected folder.
Marjdown shortcuts
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Daily notes opener
4 years ago by Reorx
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
Persian Calendar
2 years ago by Hossein Maleknejad
Persian Calendar for Obsidian.md
Contacts
3 years ago by vbeskrovnov
With this plugin, you can easily organize and manage your contacts within Obsidian. Simply create a note with contact information and use the plugin's features to quickly search, and sort through your contacts. Contacts plugin also helps you to remember birthdays of your contacts and keeps track of the last time you met them.
YouTube Template
2 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
Journaling
2 years ago by Ordeeper
View daily notes in a journal-like format, similar to Logseq. It enhances note organization and facilitates better reflection by consolidating daily notes into a continuous journaling view.
Search In Canvas
2 years ago by Boninall
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Weekly Review
3 years ago by Brandon Boswell
Todo sort
3 years ago by Ryan Gomba
A plugin for Obsidian that sorts todos within a note
Formatto
2 years ago by Deca
Simple, fast, and easy-to-use Obsidian Markdown formatter.
Folder Links
a year ago by Stefan Rausch
Obsidian Plugin that enables using links to folders.
Boost Link Suggestions
3 years ago by Jacob Levernier
An Obsidian (https://obsidian.md) plugin for altering the order of inline link suggestions by link count and manual boosts.
Rapid Notes
3 years ago by valteriomon
Mini Toolbar
3 years ago by AidenLx & Boninall
mini context toolbar in editor for Obsidian
Things Link
4 years ago by @gavmn
Sequence Hotkeys
4 years ago by Ruan Moolman
Obsidian plugin to support a sequenced of keyboard shortcuts to run commands.
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
Navigate Cursor History
4 years ago by heycalmdown
Project Garden
3 years ago by Ben Goosman
Automatic Renumbering
a year ago by Omri Levi
Automatically reorders checklists and numbered lists as you edit them.
Autocorrect Formatter
2 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Zettelkasten LLM Tools
3 years ago by Karl Smith
Zettelkasten note taking powered by Large Language Models
Search++
6 years ago by Noureddine Haouari
Allow inserting text context search results on the active note.
Single File Daily Notes
2 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Favorite Note
3 years ago by Mahmudul Hasan
The missing Obsidian plugin to mark note as favorite.
Command Alias
5 years ago by @Yajamon
Obsidianのコマンドに対してエイリアスを設定するプラグイン
PARA Shortcuts
4 years ago by gOAT
This plugin serves usefull commands to setup and manage your knowledge using the PARA method.
Structured
4 years ago by dobrovolsky
TagMany
3 years ago by Joshua Martius
Tag many Notes at once in Obsidian
Gemmy
3 years ago by Obsidian
Occura
2 years ago by Alexey Sedoykin
Plugin for https://obsidian.md/ that automatically selected same text occurrences in opened note
Time Things
2 years ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
Automatic Tags
2 years ago by Jamalam
Add tags to new notes automatically based on their path
Note archiver
3 years ago by thenomadlad
Auto Folder Collapse
2 years ago by Dario Casciato
A plugin for Obsidian that automatically collapses all child folders when you collapse a parent folder. This helps keep your file explorer organized and clutter-free.
Key-Value List
2 years ago by Christian Wannerstedt
Obsidian plugin which makes it easy to turn lists into formatted key value lists
Packrat
4 years ago by Thomas Herden
Process completed instances of recurring items created by the Obsidian Tasks plugin
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Tag Buddy
2 years ago by David Fasullo
Unlock powerful tag editing features in Reading Mode. Add, remove and edit tags across your vault. Use tag inboxes to level up any workflow with a powerful idea assembly line.
Content Cards
a year ago by leo
Insert content cards in Markdown, such as timeline, highlightblock, target card, book information card, music information card, movie information card, photoes ablum, business card, content subfield, countdown, SWOT,BCG.
Fold Properties By Default
a year ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
Custom State for Task List
3 years ago by Okami Wong
A plugin for Obsidian to define your own states for task items.
Linked Data Vocabularies
3 years ago by kometenstaub
Add linked data to the YAML of your Obsidian notes.
Auto Tasks
a year ago by Jamie Hurst
Obsidian plugin to combine periodic notes with tags and tasks to automatically manage your daily, weekly and project TODO lists. Requires the "Periodic Notes" and "Tasks" plugins.
Blockquote Levels
4 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds commands for increasing/decreasing the blockquote level of the current line or selection(s).
Broken Links
2 years ago by ipshing
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Activity Logger
5 years ago by Creling
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
PopKit
2 years ago by Zhou Hua
ZettelGPT
3 years ago by Overraddit
Turbocharge Your Note-taking with AI Assistance
Auto Periodic Notes
2 years ago by Jamie Hurst
Obsidian plugin to create new periodic notes automatically in the background and allow these to be pinned in your open tabs. Requires the "Periodic Notes" plugin.
Brainframe
3 years ago by pedersen
Key Sequence Shortcut
4 years ago by anselmwang
Execute obsidian commands with short key sequences. For example, 'tp' for 'Toggle Preview' and 'tb' for 'Toggle Sidebar'. Easier to remember.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Go to Line
5 years ago by phibr0
Daily Statistics
2 years ago by yefengr
obsidian daily statistics
Lite Gallery
2 years ago by Jordan Poles
Insert Multiple Attachments
a year ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
Overdue
4 years ago by Peter Parente
Obsidian plugin that marks items as [[Overdue]] if they are not checked off by their due date
Note aliases
3 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
open-as-md
2 years ago by kursad-k
open and edit preferred formats as markdown in Obsidian
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
File chucker
3 years ago by Ken Lim
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
GTD No Next Step
3 years ago by Tobias Davis
Obsidian plugin for GTD workflow, badge projects with no next step.
Editor Commands Remap
5 years ago by cactus5
Obsidian plugin to map hotkeys to editor commands
Typing
3 years ago by Nikita Konodyuk
Programmatic customizations for groups of notes
Journalyst
2 years ago by Justin Arnold
Open File by Magic Date
4 years ago by simplgy
Filename Emoji Remover
4 years ago by Yüksel Tolun
A simple plugin for the note taking app Obsidian that will rename your files to remove emojis in their names.
CAO
a year ago by Godot
Claude AI for Obsidian
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Auto File Organizer
a year ago by mofukuru
Obsidian plugin: Automatically organizes files into folders based on their extensions.
Order List
3 years ago by Henry Gustafson
Harpoon
3 years ago by mask(developermask)
Waka time box
3 years ago by complexzeng
VaultAI
8 months ago by Tharushka Dinujaya
An AI chatbot plugin for Obsidian using the Gemini API for note summarization, content generation, and more. Enhance your workflow with AI assistance like the Notion AI bot.
Bellboy
4 years ago by Shaked Lokits
Opinionated file structure manager for the Obsidian knowledge base.
BuJo Bullets
a year ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Desk
2 years ago by David Landry
A desk for obsidian
Codename
3 years ago by dstack
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
Search Templates Library
3 years ago by Pentchaff
Obsidian plugin that allows to store searches templates for later use, and displays search results both in the search view and graph view.
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
Cloud Atlas
2 years ago by Cloud Atlas
Cloud Atlas Obsidian Client
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
File Forgetting Curve
3 years ago by ptrsvltns
File Forgetting Curve
Extended Task Lists
2 years ago by joeriddles
Extended Markdown support for task lists in Obsidian.
Spacekeys
a year ago by Jared Lumpe
Obsidian plugin to define hotkeys based on sequences of keypresses.
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Feeds
2 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
Expiration-Date-Tracker
3 years ago by Marius Wörfel
Opsidian plugin to keep track of all expiration dates, for example, for your groceries.
Daily Routine
a year ago by sechan100
new version of daily-routine obsidian plugin
Tick Tones
a year ago by DontBlameMe
A plugin for Obsidian which makes checkboxes satisfying
Random Number Generator
2 years ago by iRewiewer
Gives you a random number
Next Link
3 years ago by Juan Luque
Pomodoro Planner
2 years ago by Onur Nesvat
Hierarchical Outgoing Links
2 years ago by Jason Motylinski
Obsidian.md plugin which displays outgoing links as a hierarchy
Custom save
2 years ago by Hananoshika Yomaru
add custom save action to your save command
Index Notes
2 years ago by Alejandro Daniel Noel
Plugin that automatically generates index blocks based on tags
External Links
2 years ago by Juan Vimberg
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
RescueTime
3 years ago by Tatsuya Hayashi
A RescueTime integration plugin to view your activity logs in Obsidian.
Set View Mode per Note
2 years ago by Alex Davies
Use YAML frontmatter to specify a view mode per note.
Activity Heatmap
a year ago by Zak Hijaouy
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
Sort Frontmatter
2 years ago by Kanzi
Sort frontmatter automatically
Focus Time
a year ago by AstraDev
Focus Time is a plugin that helps you track how much time you spend on each note.
Context Command Hider
a year ago by Mara-Li
This plugin allows you to hide every command from the Obsidian's right-click context menu.
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Hierarchical Backlinks
2 years ago by Jason Motylinski
Plugin which displays backlinks as a tree structure based on file paths
Editor Autofocus
2 years ago by Mgussekloo
Highlight Helper
2 years ago by Chongmyung Park
Helper to collect highlight in Obsidian
Journal Folder
2 years ago by Charl Fourie
Cluster
2 years ago by Lorens Osman
Cluster plugin mainly designed to simplify the process of note clustering on mobile devices and work well on PCs ether
Dataview Autocompletion
a year ago by Daniel Bauer
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Clipper Catalog
a year ago by Greg K.
A catalog view that provides a powerful interface for all your clipped web articles and content. Easily organize, search, and manage your web clippings within your vault.
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Templated daily notes
2 years ago by digitorum
Allow to create templayted daily note in specific folder
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
Jira Issue Manager
a year ago by Alamion
Obisdian plugin to sync tasks between Obsidian and Jira
New Note Fixer
a year ago by mnaoumov
Obsidian Plugin that unifies the way non-existing notes are created when clicking on their links
Canvas Blocks
2 years ago by Kay606
Personal OS
2 years ago by A.Buot
Tag Tactician
a year ago by Scott Tomaszewski
Quick Open
2 years ago by James Alexandre
Quickly select items in any modal using keyboard shortcuts. Supercharge your workflow with fast, efficient item selection in Obsidian modals.
PDF Paste
a year ago by Cormac
Goal Tracker
a year ago by Ben Rotholtz
Todos sort
a year ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
Inline Checkbox Groups
a year ago by Bradley Wyatt
Obsidian Plugin that creates multiple checkboxes on a single line, separated by a customizable separator character (default '|'), with the option to automatically cross out text when all checkboxes in the line are checked.
Notice logger
2 years ago by @gapmiss
An Obsidian.md plugin for logging all notices to the developer console, with optional prefix & timestamp.
Typezen
a year ago by Ilgam Gabdullin
Plugin for obsidian which lets you turn zen mode instantly
Ctrl-XA cycle various items
2 years ago by nbossard
The equivalent in Obsidian of Vim Ctrl X-A. But supercharged with lists of various items : days, months, ...
Duplicate Detector
a year ago by David Alcalde
Obsidian plugin to detect and highlight duplicate lines in the active file
Missing Link File Creator
a year ago by Lemon695
The plugin creates both missing links and the corresponding files.
Mass Create
a year ago by vellikhor
Create large quantities of notes easily at one time.
Vault File Renamer
a year ago by Louan Fontenele
Vault File Renamer: Automatically standardizes file names to GitHub style (lowercase, no accents, only -, ., _) while preserving folder structure and file contents.
Quick Cards
2 years ago by Camus Qiu
NodeFlow
a year ago by LincZero
Render node streams like `ComfyUi`, `UE`, `Houdini`, `Blender`, etc., to make it easy to write relevant notes. json describes the chart, compared to screenshots, making it easier to modify later. The plugin is also compatible with blogs.",
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
LinkMagic
2 years ago by AndyReifman
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Focus Tracker
2 years ago by Jeet Sukumaran
Unit Converter
a year ago by Ruslan Zabarov
Unit conversion plugin for Obsidian
Daily Prompt
2 years ago by Erl-koenig
Beautiful Contact Cards
a year ago by Seth Tenembaum
A plugin for the Obsidian text editor which renders "contact" code blocks with tappable links for phone, social media, etc.
Minote Sync
a year ago by Emac Shen
Minote Sync is a Obsidian plugin to sync Minote(小米笔记) into your Vault.
Canvas Link to Group
7 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Sentinel
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to update properties or run commands based on document visibility changes.
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Weekly Goal Tracker
a year ago by George Gorman
Peekaboo
2 years ago by Wang Guoshi
An Obsidian plugin protects your privacy by setting a password to hide notes.
downloadPDF
2 years ago by Frieda
Hide Commands in Menu
a year ago by bomian98
Obsidian Plugin, hide different commands in different menus.
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Task Mover
a year ago by Mariia Nebesnaia
A plugin for obsidian to move unfinished tasks to the daily note automatically
MOC Link Helper
2 years ago by Bogdan Codreanu
This obsidian plugins allows you to quickly see which notes you need to include in your MOC.
Target Word Count
2 years ago by TwoFive Labs
Target Word Count Plugin for Obsidian
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Template by Note Name
a year ago by Jacob Learned
A simple Obsidian plugin to automatically template notes based on their title
Brain Dump Mode
a year ago by yesjinu
Obsidian plugin - DISABLE your delete key and eliminate hesitation!
Daily Random Note
a year ago by Alexandre Silva
Daily Random Notes in Obsidian.
doing
2 years ago by rooyca
What was I doing?
Alias Picker
2 years ago by rostunic
Current File Tags
a year ago by Trung Tran
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
WhatsApp backup importer
a year ago by Luigi Cerone
Obsidian plugin that allows you to import exported WhatsApp chat archives (in .zip format) into your vault.
AI Revisionist
a year ago by Synaptic Labs
Outline to task list
2 years ago by alexandrerbb
A simple Obsidian plugin to convert a note's outline to a task list
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
Tab Group Arrangement
a year ago by situ2001
Arrange the tab groups of Obsidian in a more flexible way
BlazeJump
a year ago by henryco
Plugin for Obsidian that makes text navigation blazingly fast.
Tab Limiter
a year ago by Henry Gustafson
Limits the number of tabs that can be opened in Obsidian
Instant Above Divider
a year ago by SedationH
Wakatime / Wakapi
a year ago by Kevin Woblick
Connect your Obsidian to Wakatime or Wakapi to track the time spent while browsing or writing notes.
JIRA links shortener
a year ago by Ruslans Platonovs
Obsidian JIRA links shortener plugin
URI Converter
a year ago by wenlzhang
An Obsidian plugin to convert Obsidian URIs to Obsidian internal links.
Abbrlink
a year ago by Q78KG
Note Progressbar
a month ago by Ryoma Kawahara
Displays a live progress bar summarizing checkbox completion in the active note.
Select word
2 years ago by Connor Espino
Nav Weight
2 years ago by shu307
A simple plugin designed to sort files in navigation based on markdown frontmatter (also known as metadata) for Obsidian.
Tag Timer
4 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
Close Window When Empty
2 years ago by Taylor Jadin
Task Director
a year ago by Cybertramp
A plugin that allows you to easily manage tasks in bulk.
e-Daiary
2 years ago by Thomas Campanholi
This plugin was created to make daily entries in a journal based on the day of the year.
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
Superstition
a year ago by Jeffry
An Obsidian plugin for routine management.
Bottom to Top
a year ago by Henry Gustafson
Hanko
a year ago by Telehakke
Obsidian plugin.
SolidTime Integration
a year ago by proniclabs
Obsidian SolidTime Integration Plugin
Sonkil
9 months ago by ohyoungpark
Crackboard
2 years ago by Franklin
Obsidian plugin for crackboard.dev