SideNote

by mofukuru
5
4
3
2
1
Score: 43/100

Description

Category: Note Enhancements

The SideNote plugin adds a focused way to write and manage comments without mixing them into your main text. It lets you select any portion of a note, attach a comment through a context menu or command and view all annotations in a separate pane that stays aligned with the active file. Each entry in the pane acts as a navigation point, instantly jumping you to the relevant section when clicked. You can edit or delete comments directly from this view and switch sorting modes depending on whether you want the flow of the document or the creation timeline.

Reviews

No reviews yet.

Stats

24
stars
4,260
downloads
4
forks
182
days
13
days
13
days
5
total PRs
0
open PRs
0
closed PRs
5
merged PRs
22
total issues
11
open issues
11
closed issues
0
commits

README file from

Github

SideNote

SideNote is a plugin for Obsidian that allows you to add comments to your notes. These comments are displayed in a dedicated side pane, making it easy to review and navigate annotations without cluttering the main text. Comments are highlighted directly in the editor for quick visual reference.

Features

Core Features

  • Add Comment to Selection: Easily add comments to selected text within your Markdown notes.
  • Dual View Modes:
    • Sidebar Mode: Open comments in the right sidebar for persistent viewing
    • Split View Mode: Open comments in a split pane beside your note
  • Visual Highlights: Commented text is automatically highlighted in the editor (yellow background with underline)
  • Auto-Tracking: Comments automatically follow their text as you edit your notes using hash-based matching
  • Click to Navigate:
    • Click any comment in the side pane to jump to its location in the editor
    • Double-click any comment to open the edit modal directly
    • Click any highlighted text in the editor to open the sidebar and highlight the corresponding comment
  • Internal Link Support: [[WikiLinks]] inside comment text are fully clickable and open the linked note
  • Search Filter: Filter comments in real time by typing in the search bar at the top of the sidebar (matches highlighted text and comment body; works in both Current File and All Notes views)
  • Edit and Delete: Manage your comments directly from the side pane
  • Keyboard Shortcuts: Use Cmd/Ctrl + Enter to save and close the comment modal, Esc to cancel, or click outside the modal to dismiss
  • Flexible Sorting: Sort comments by their position in the file or by their creation timestamp
  • Orphaned Comment Management: When the original text is deleted, comments are marked as "orphaned" and can be managed separately

Advanced Features

  • Operational Transformation Tracking: Comment positions are stored as absolute character offsets and transformed through every document edit via CodeMirror 6's ChangeSet.mapPos(). No text search is performed during editing; highlights follow their exact text in real time.
  • Accurate Duplicate Handling: When the same string appears in multiple places, each comment tracks its own specific instance. The highlight never drifts to an unrelated occurrence, even when the original text is deleted.
  • Instant Orphan Detection: When the commented text is deleted, the range collapses immediately and a red marker appears at the last known position — without the highlight moving elsewhere.
  • Undo Recovery: Pressing Ctrl+Z to restore deleted text automatically recovers the comment when the file is saved.
  • Active File Auto-Update: When using sidebar mode, the comment view automatically updates as you switch between files
  • Orphaned Comment Highlighting: Deleted text locations are marked with a single red character (can be toggled off in settings)
  • Optional Markdown Storage: Store comments in per-note sidenote markdown files located in a configurable folder (defaults to side-note-comments)

How to Use

Adding Comments

  1. Select text in the editor (minimum 3 characters recommended, 10+ characters for best accuracy)
  2. Right-click the selected text and choose "Add comment to selection"
    • Or use the command palette (Cmd/Ctrl + P) → "Side Note: Add comment to selection"
  3. Enter your comment in the modal that appears
    • Press Cmd/Ctrl + Enter to save and close
    • Press Esc or click outside the modal to cancel
  4. The text will be automatically highlighted in yellow with an underline

Viewing Comments

Option 1: Sidebar Mode

  • Click the message-square icon in the ribbon
  • Or run "Side Note: Open in Sidebar" from the command palette
  • The view stays in the sidebar and automatically updates as you switch files

Option 2: Split View Mode

  • Run "Side Note: Open in Split View" from the command palette
  • Opens a new pane to the right, displaying comments for the current file

Navigating Comments

  • Click any comment in the side pane to jump to its location in the editor
  • Double-click any comment to open the edit modal directly
  • Click any highlighted text in the editor to open the sidebar (if not already open) and highlight the corresponding comment
  • Comments are highlighted directly in the text for easy visual reference

Searching Comments

Type in the search bar at the top of the Side Note panel to filter comments in real time. The search matches against both the highlighted text and the comment body. Works in both Current File and All Notes views. Japanese, Chinese, Korean, and other IME-based input methods are fully supported — the filter does not interrupt the conversion process.

Managing Comments

  • Edit: Click the ... menu next to any comment, or double-click the comment
  • Delete: Click the ... menu → Delete
  • Sort: Change sort order in Settings → Comment sort order (by position or timestamp)

Settings

Access settings via Settings → Side Note:

  • Comment Sort Order: Choose between position in file or timestamp
  • Show Highlights in Editor: Toggle visual highlights on/off
  • Store Comments as Markdown Files: Save comments into per-note sidenote markdown files
  • Markdown Comments Folder: Configure the folder (relative to vault) for sidenote markdown files
  • Orphaned Comments: View count and delete orphaned comments in bulk

Mobile Support

SideNote v1.0.3 and later includes full mobile support for both iOS (Obsidian mobile app) and Android devices!

Mobile Features

  • Responsive Design: The comment modal automatically adapts to mobile screen sizes
  • Touch-Friendly Buttons: All buttons have proper touch target sizes (44px minimum) for easy tapping
  • Mobile Keyboard Optimization: Text input is optimized for mobile keyboards with 16px font size to prevent auto-zoom on iOS
  • Improved Focus Management: Better focus handling for seamless modal interaction on touch devices
  • Text Selection Support: Full support for selecting and commenting on text in mobile editors

How to Add Comments on Mobile

  1. Open a note in edit mode
  2. Long-press the text you want to comment on and drag to select it
    • Start by long-pressing at the beginning of the text and drag to the end
  3. Tap the message icon (💬) in the editor toolbar at the top
    • If you don't see the icon, swipe left or right on the toolbar to find it
  4. Enter your comment in the modal that appears
  5. Tap the Add button to save

How to View Comments on Mobile

Open Comments in Sidebar

iOS (Obsidian iOS app):

  1. Tap the hamburger menu (≡) at the top left
  2. Swipe right or run the "Open in Sidebar" command
  3. Comments list will appear in the sidebar

Android (Obsidian Android app):

  1. Tap the menu icon (≡) at the top of the screen
  2. Run the "Side Note: Open in Sidebar" command (search for it)
  3. Comments list will appear in the right panel
Open from Command Palette
  1. Tap the menu icon (≡ or ⋮) at the top of the screen
  2. Open the command palette
  3. Search for "side note"
  4. Tap "Side Note: Open in Sidebar"
  5. The sidebar will open showing all comments for the current note

Interacting with Comments

  • Tap any comment in the sidebar to jump to that location in the editor
  • Tap the edit (pencil) icon next to a comment to edit it
  • Tap the delete (trash) icon next to a comment to delete it

Troubleshooting Mobile Issues

  • Message icon not visible in toolbar: Swipe left or right on the toolbar to find it. You can customize the mobile toolbar in Obsidian's settings.
  • "Add" button not responding: Make sure to tap the button firmly. Verify that you've entered text in the comment field (empty comments cannot be saved).
  • Text selection difficult: Try selecting a longer text span (10+ characters) for more reliable matching.
  • Sidebar won't display: Open the command palette from the menu (≡) at the top and run "Side Note: Open in Sidebar".

Important Notes

Text Tracking Limitations

Short Text (< 10 characters): Comments on very short text may be ambiguous on initial placement if the same short string appears multiple times. For best results, select at least 10 characters when commenting.

Duplicate Text: OT-based tracking keeps each comment on its own specific instance through editing sessions. After restarting Obsidian or editing the file externally, a ±10-line proximity search re-anchors positions, which may occasionally match the wrong instance if identical text appears within 10 lines of the original.

Future Enhancements

Highlight Variations: Plans to add customizable highlight colors and styles for different comment types.

Richer Editing UI: Build a richer Markdown editing experience (shortcuts/preview) on top of the new markdown storage option.

Technical Details

  • Comments are stored in data.json with the selected text, its SHA256 hash, and position coordinates
  • Highlight tracking uses Operational Transformation (OT): positions are stored as absolute character offsets and transformed via CodeMirror 6's ChangeSet.mapPos() on every document change — no text search is performed during an editing session
  • When commented text is deleted the range collapses (from === to) and the comment is immediately marked as orphaned without drifting to another occurrence of the same string
  • On file save a ±10-line proximity search with SHA256 hash verification re-anchors positions for files modified outside Obsidian; the previous full-document fallback search has been removed to prevent drift
  • Uses CodeMirror 6 decorations for in-editor highlighting

Version History

1.0.6

  • Fixed [[WikiLink]] internal links in comments (issue #11)
    • Links inside comment text now correctly open the linked note
    • Added an explicit openLinkText handler since Obsidian's workspace-level link handler does not activate in custom sidebar views
    • Clicking a link no longer also triggers the "jump to editor position" behaviour
  • Added search filter to sidebar (issue #20)
    • A search input now appears at the top of the Side Note panel
    • Filters comments in real time by highlighted text and comment body
    • Works in both Current File and All Notes views
    • Japanese, Chinese, Korean, and other IME-based input methods are supported without interrupting the conversion process
  • Double-click to edit (issue #19)
    • Double-clicking a comment in the sidebar opens the edit modal directly; single-click still jumps to the editor position
  • Redesigned highlight tracking (issue #23)
    • Replaced text-search-based positioning with Operational Transformation (OT) using CodeMirror 6's ChangeSet.mapPos()
    • Highlights follow their exact text through edits without drifting to other occurrences of the same string
    • Deleting commented text immediately marks the comment as orphaned (red marker) instead of moving the highlight elsewhere
    • Removed the full-document hash search (findTextByHashOptimized) that was the root cause of highlight drift; a ±10-line proximity search is retained for files edited outside Obsidian
    • Undo (Ctrl+Z) automatically recovers the comment when the file is saved
  • Security hardening (issue #21)
    • Added normalizeCommentsFolderPath(): rejects absolute paths and .. segments, falls back to default with a Notice
    • Replaced multi-line [^]*? regex in markdown block parsing with deterministic indexOf-based parsing
    • Fixed event listener leak: bound click handler now stored as a class property and correctly removed on destroy

1.0.5

  • Fixed duplicate comment creation (issue #16, #18, #10)
    • Hardened modal submit handling to prevent double execution from click/touch events
    • Added submit re-entrancy guard and debounce to block rapid repeat submissions
    • Migrated comment identity from timestamp to stable UUID (id) for reliable targeting
    • Switched markdown markers to id-based format with legacy timestamp fallback
  • Fixed orphaned comments not recovering (issue #15)
    • Orphaned comments are now re-checked on every file update and automatically recover if the text is found again
  • Added "View all comments" command
    • New command in the command palette to open a cross-file view showing all comments grouped by note

1.0.4

  • Fixed coordinate drift issue on mobile devices
    • Implemented dynamic text search for highlights to always display at accurate positions during editing
    • Resolved highlight position drift on Android/iOS when editing lines
    • Prevented stale cached coordinates by searching for text on every highlight render
  • Fixed orphaned issue when clicking comments
    • Resolved issue where clicking comments triggered unnecessary coordinate updates that marked comments as orphaned
    • Removed coordinate update logic from click handlers since dynamic search eliminates the need for updates
  • Added confirmation modal for deletion
    • Added confirmation modal when pressing the delete button to prevent accidental deletions
    • Provides "Cancel" and "Delete" options for safe deletion operations

1.0.3

  • Added full mobile support for iOS and Android devices
  • Added comment button to mobile editor toolbar (message icon) for easy access
  • Improved comment modal with better focus management
  • Added mobile-responsive CSS for touch-friendly interfaces
  • Enhanced text selection validation for better error messages
  • Optimized keyboard handling for mobile devices
  • Increased button touch target sizes (44px) for better mobile usability
  • Fixed modal scrolling and visibility issues on mobile
  • Added font-size optimization (16px) to prevent iOS auto-zoom

1.0.2

  • Added click handler on highlighted text to open sidebar and navigate to comment
  • Added keyboard shortcuts to comment modal:
    • Cmd/Ctrl + Enter to save and close
    • Esc to cancel
    • Click outside modal to dismiss
  • Fixed bug where highlights didn't appear immediately after adding a comment
  • Added visual feedback when clicking on highlights (comment is highlighted in sidebar)
  • Added optional markdown storage for comments (per-note sidenote files in configurable folder)
  • Added inline→markdown migration when enabling markdown storage
  • Renamed sidenote files automatically on note rename and kept references in sync
  • Fixed highlight positioning when multiple editors are open for different files

1.0.1

  • Added hash-based text tracking for robust comment anchoring
  • Implemented 3-stage matching strategy (hash+proximity → full-file hash → orphaned)
  • Added in-editor highlighting with CodeMirror 6 decorations
  • Added orphaned comment detection and management
  • Added dual view modes (Sidebar and Split View)
  • Added active-leaf-change tracking for auto-update
  • Comprehensive README documentation with limitation warnings

1.0.0

  • Initial release
  • Basic comment functionality
  • Add, edit, and delete comments
  • Side pane view for comment display

License

This plugin is licensed under the MIT License.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Core Search Assistant
4 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Insert Heading Link
4 years ago by Signynt
Add a Link to a Heading.
Search Everywhere
4 years ago by Mom0
Obsidian Search Everywhere Plugin
Extract PDF Annotations
4 years ago by Franz Achermann
This is a plugin for https://obsidian.md. It extracts Annotations from PDF Files.
Card View Switcher
4 years ago by qawatake
An Obsidian plugin to provide a quick switcher with card view
Scroll Offset
4 years ago by Lijyze
Scroll Offset for Obsidian
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.
Timestamp Notes
4 years ago by Julian Grunauer
This plugin allows side-by-side notetaking with videos. Annotate your notes with timestamps to directly control the video and remember where each note comes from.
Open Related Url
4 years ago by Dan Pickett
No Dupe Leaves
4 years ago by Simon Cambier
Automatically switch the focus to open notes instead of reopening them
Raindrop Highlights
4 years ago by kaiiiz
An Obsidian.md plugin that syncs highlights from Raindrop.
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
obsidian floating toc
4 years ago by curtgrimes modified by Cuman
Cycle In Sidebar
3 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
Reading comments
3 years ago by BumbrT
Reading comments, for consuming books or large articles in markdown with https://obsidian.md/.
ibook
3 years ago by bingryan
export mac ibook annotations/hightlights to obsidian vault
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
Quickly
3 years ago by Sparsh Yadav
Quick capture to obsidian note
Link Range
3 years ago by Ryan Mellmer
Add ranged link support to Obsidian
Slide Note
3 years ago by Jinyan Xu
Open Plugin Settings
3 years ago by Mara-Li
Create a command that open the settings tabs of a registered plugin (because I was bored to open the parameters).
Interlinear Glossing
3 years ago by Mijyuoon
An Obsidian plugin for interlinear glosses used in linguistics texts.
Advanced Random Note
3 years ago by Karsten Finderup Pedersen
Create commands from custom queries to open random notes
Better Comment Toggle
3 years ago by Gino Valente
Image Converter
3 years ago by xRyul
⚡️ Convert, compress, resize, annotate, markup, draw, crop, rotate, flip, align images directly in Obsidian. Drag-resize, rename with variables, batch process. WEBP, JPG, PNG, HEIC, TIF.
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
URL Display
3 years ago by Stephanie Lin
Extract and display external URLs of the note in Obsidian.
Next Link
3 years ago by Juan Luque
Go To Heading
3 years ago by join
Quickly navigate between your document's headings in Obsidian
Quick Preview
2 years ago by Ryota Ushio
An Obsidian plugin to quickly preview a suggestion before selecting it in link suggestions & quick switcher.
Neighbouring Files
2 years ago by Fabian Untermoser
Obsidian Plugin to navigate to the next and previous file in the current directory
Arrows
2 years ago by artisticat
Draw arrows across different parts of your notes, similar to on paper
Enhanced Annotations
2 years ago by ycnmhd
BookFusion
2 years ago by BookFusion
BookFusion Obsidian Plugin
Daily Note Navbar
2 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
Crafty
2 years ago by liolle
Add tooltip to your obsidian canvas's nodes and navigation between nodes
Canvas minimap
2 years ago by ifree
Obsidian canvas minimap
Tab Selector
2 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
Metafolders
2 years ago by Makary Sharoyan
An Obsidian plugin for multidimensional note navigation
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Tab Navigator
2 years ago by o02c
obsidian-tab-switcher
Cursor Jump
2 years ago by Sangwon Jung
Note Definitions
2 years ago by Dominic Let
Obsidian plugin for seamless viewing of personal definitions
Vault Name
2 years ago by @gapmiss
An Obsidian.md plugin for customizing and displaying the vault name (title) in the side navigation file explorer, similar to pre 1.6.0 versions of Obsidian.
Headings in Explorer
2 years ago by Patrick Chiang
This Obsidian plugin makes headings first class concepts in the file explorer and consolidates navigation to a single panel.
Plugins Annotations
2 years ago by Andrea Alberti
Obsidian plugin that allows adding personal comments to each installed plugin.
Another Sticky Headings
2 years ago by Zhou Hua
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
Recent Tab Switcher
2 years ago by Samuel Ang
Recent Tab Switcher Plugin for Obsidian.
Vertical Tabs
2 years ago by oxdc
An Obsidian plugin that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.
Highlight active folder section
2 years ago by Lukas Collier
Gives the folder section with the active note a customizable background color and more.
Advanced Tables
6 years ago by Tony Grosinger
Improved table navigation, formatting, and manipulation in Obsidian.md
macOS Keyboard Navigation
6 years ago by ryanjamurphy
Automatically reveal active file
5 years ago by Matt Sessions
Obsidian plugin to reveal the active file automatically when you open a file
PDF Highlights
5 years ago by Alexis Rondeau
Extract highlights, underlines and annotations from your PDFs into Obsidian
Pane Relief
5 years ago by PJ Eby
Obsidian plugin for per-pane history, pane movement/navigation hotkeys, and more
Go to Line
5 years ago by phibr0
Annotator
5 years ago by Elias Sundqvist
A plugin for reading and annotating PDFs and EPUBs in obsidian.
Quick Explorer
5 years ago by PJ Eby
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
Markmind
5 years ago by Mark
A mind map, outline for obsidian,It support mobile and desktop
Hypothes.is
5 years ago by weichenw
An Obsidian.md plugin that syncs highlights from Hypothesis.
Another Quick Switcher
5 years ago by tadashi-aikawa
This is an Obsidian plugin which is another choice of Quick switcher.
Reveal Active File Button
5 years ago by Clare Macrae
Obsidian plugin to add a button to the top of the Obsidian File Explorer, to reveal the active file.
Link Navigation
2 years ago by xRyul
Navigate between incoming links (inlinks), outgoing links (outlinks) N levels deep. Links from Canvas are also supported.
Mouse Navigation
2 years ago by HoBeomJeon
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
Tree Search
2 years ago by catacgc
BlazeJump
2 years ago by henryco
Plugin for Obsidian that makes text navigation blazingly fast.
Folder Tabulation
2 years ago by SpeedaRJ
An open source plugin for obsidian that let's you treverse local folder structure via keybindings and commands.
FastForwardLink
a year ago by Idan Liberman
FastForwardLink Obsidian.md Plugin
Cursor Position on Title Enter
a year ago by Por Chainarong Tangsurakit
Obsidian Plugin: Set the cursor position after pressing Enter on the note title.
Click Hint
a year ago by kbwo
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
ShaahMaat-md
a year ago by Mihail Kovachev
Anchor Link Display Text
a year ago by Robert C Arsenault
An Obsidian plugin that makes anchor links look nicer by automatically populating display text.
Current File Tags
a year ago by Trung Tran
Readeck Importer
a year ago by Makebit
Import bookmarks from Readeck to Obsidian
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Feedly Annotations Sync
a year ago by Nick Felker
Download my Feedly annotations
Autofit Tabs
a year ago by Bradley Wyatt
Obsidian Plugin that automatically adjusts tab header widths in real-time to perfectly fit each tab's title content while maintaining a clean, seamless interface that prevents awkward text truncation and ensures optimal readability of your document titles.
PDF Writer
a year ago by Jobelin Kom
Obsidian plugin To write and fill a PDF
FolderFile Splitter
a year ago by Xu Quan
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.
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
Media Slider
a year ago by Aditya Amatya
An obsidian plugin that helps to make slider for images, audios, videos, pdfs, markdown, etc in obsidian notes.
Annotate Audio
a year ago by VidE
Backlink Full Path
a year ago by mnaoumov
Obsidian plugin that shows the backlink's full path in the backlinks panel.
Wheel Tab Switcher
a year ago by 22-2
Switch between Obsidian Tabs using your mouse wheel when hovering over tab headers.
Quick Nav
a year ago by exoticknight
Enhance your editing experience by unleashing the hidden power of shortcuts.
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Cubox
a year ago by delphi-2015
Cubox Official Obsidian Plugin
Open Tab Settings
a year ago by jesse-r-s-hines
Obsidian plugin that adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more
Reveal Folded
a year ago by d7sd6u
Adds a command that reveals current file while collapsing every other tree item
Mark Open Files
a year ago by Michael Schrauzer
Adds a marker to all the File Explorer items that are currently open in the Obsidian workspace.
Comments
a year ago by Jasper Surmont
Tag Index
a year ago by wenlzhang
An Obsidian plugin that creates a curated list of important tags to serve as meaningful entry points to your knowledge base.
Sidebar Highlights
a year ago by trevware
Custom Slides
10 months ago by David V. Kimball
Customize Obsidian's Slides core plugin's navigation, styles, and behavior.
Scrolls To Nav Top
10 months ago by mario
Simply scrolls to nav top
Drag To Scroll
9 months ago by Constantine Sazonov
Adds drag-to-scroll functionality to Obsidian. Hold mouse button and drag - now you can scroll like on touch device!
Custom Comments
9 months ago by Jack Chronicle
Adds a method to create custom methods to enclose comments
Note Minimap
9 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Tab File Path
9 months ago by John Burnett
Notebook Navigator
9 months ago by Johan Sanneblad
Replace the default file explorer in Obsidian with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.
HOME key
9 months ago by shichishima
Obsidian Plugin to move cursor to beginning of text, considering Markdown heading characters.
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
Mobile Sidebar Notes
7 months ago by Chris Kephart
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Daily Notes Tweaks
7 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.
Last Edit Location
5 months ago by Kyoungdeuk
When opening a note, put the cursor at the last edit location.
Remember Scrollposition
5 months ago by s-blu
A plugin that saves the scroll position for each note to return you to where you left off
Better Link Clicker
5 months ago by Eniverz
An Obsidian plugin that modifies the default link click event.
Next TOC
5 months ago by RavenHogWarts
Floating TOC panel
Inline Local Graph
4 months ago by TKOxff
Inline Local Graph of Obsidian
Floating Headings
4 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.