Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Keyword Notes Editor

fengshuzifengshuzi173 downloads

View and edit notes grouped by keyword tags, similar to Logseq tag view.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates18

Organize your sidebar by keyword tags and folder paths, then view and edit all matching notes in a single scrollable view. Supports multi-level sub-tag trees.

Core Features

Keyword Sidebar — the plugin adds a navigation list for each configured keyword and folder in the left sidebar:

  • Click a keyword to display all notes with that tag in the editor area
  • Multi-level sub-tags expand in a tree hierarchy (e.g. test/work/meeting auto-nests by level)
  • Tag aggregation — combine multiple tags (e.g. p1+p2+p3|quadrant) so notes matching any one of them are included
  • Click a folder path to display all markdown files under that directory

Batch Browsing & Editing — all matching notes appear together in one scrollable view, no need to open individual tabs.

Highlights

  • 📋 Keyword Sidebar — keyword/folder navigation with collapsible sub-tag tree
  • 🏷️ Tag Query — pull all notes matching a tag, including nested sub-tags
  • 📁 Folder Query — pull all notes under a given folder path
  • 🔗 Multi-Tag Aggregation — configure a group of tags, hit any one to show the note
  • ⏰ Time Filter — filter by week, month, quarter, or custom date range
  • ⬇️⬆️ Collapse / Expand All — fold or unfold every note at once
  • ⌨️ Keyboard Navigation — jump between notes with Arrow Up / Arrow Down
  • 📜 Infinite Scroll — lazy-loads notes as you scroll for smooth performance

Installation

Obsidian Community Plugins (recommended)

Open Obsidian Settings → Community Plugins → Browse, search for Keyword Notes Editor or fengshuzi.

GitHub Release

  1. Download the latest main.js, manifest.json, styles.css from Releases
  2. Place them in .obsidian/plugins/keyword-notes-editor/
  3. Restart Obsidian and enable the plugin

Manual

cd /path/to/your/vault/.obsidian/plugins
git clone https://github.com/fengshuzi/keyword-notes-editor.git
cd keyword-notes-editor
npm install
npm run build

Usage

Configure Keywords & Folders

Edit keyword and folder configs in the plugin settings:

Keyword format: tag|alias|icon

work|Work|💼,project|Projects|📋

Aggregation mode (notes matching any of the tags are included):

p1+p2+p3+p4|Quadrant

Folder format: path|alias|icon

projects/work|Work Projects|📁,archive|Archive|🗄️

Using the Sidebar

  • After saving config, keywords and folders appear in the left sidebar
  • Click any entry to show all matching notes in the editor area
  • Keywords with sub-tags (e.g. test has children like test/work, test/work/meeting) show an expandable arrow — browse hierarchically
  • Click a leaf sub-tag to show only notes with that specific sub-tag

Time Filter

Click the calendar icon in the top-right toolbar to filter notes by week, month, year, quarter, or a custom date range.

Keyboard Navigation

Use ↑ / ↓ inside the editor to quickly move between notes.

Settings

  • Hide frontmatter / Hide backlinks — keep the editing view clean
  • Open keyword list on startup — auto-open the sidebar on plugin load
  • Use Arrow Up/Down to navigate — enable keyboard hopping between notes

Development

npm run dev      # watch mode
npm run build    # production build
npm run deploy   # push to local vaults
npm run release  # publish to GitHub

Credits

  • Hover Editor — workspace leaf spawning code

License

MIT


☕ Buy Me a Coffee

If this plugin helps you, feel free to support with a donation. Thank you!

WeChat Donate

Scan with WeChat

HealthExcellent
ReviewSatisfactory
About
Organize the sidebar by keyword tags and folder paths and view and edit all matching notes in a single scrollable editor. Expand multi-level sub-tag trees, aggregate multiple tags or folders, apply time filters, collapse or expand all, and batch-browse notes with infinite scroll for smooth performance.
SidebarTagsFolders
Details
Current version
1.0.18
Last updated
2 days ago
Created
Last month
Updates
18 releases
Downloads
173
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
fengshuzifengshuzi
github.com/fengshuzi
GitHubfengshuzi
  1. Community
  2. Plugins
  3. Sidebar
  4. Keyword Notes Editor

Related plugins

TagFolder

Show tags as folder.

Checklist

Consolidate checklists across all files into a single view.

Hide Folders

Quickly toggle the visibility of specific folders in the file navigator based on configured names. Useful for hiding attachment folders.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Tags Overview

An extended tags panel where tagged files can be easily viewed, filtered, and accessed.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Portals

Pin folders and tags as customizable tabs with icons, colors, and folder notes for easier navigation.

File Tree Alternative

An alternative file tree view with separate folder and file panes.