awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesNote Heading Navigation

Indexing document headings to provide a navigational side panel for jumping between content sections.

Distinct from Heading Editors: Distinct from Heading Editors: focuses on the navigation/indexing of existing headings rather than the editing of the hierarchy.

Explore 4 awesome GitHub repositories matching user interface & experience · Note Heading Navigation. Refine with filters or upvote what's useful.

Awesome Note Heading Navigation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • refactoringhq/tolariarefactoringhq 的头像

    refactoringhq/tolaria

    16,851在 GitHub 上查看↗

    Tolaria is a markdown knowledge base manager and bidirectional note linking system. It functions as an integrated environment for organizing notes and structured data, utilizing YAML frontmatter and wikilinks to establish relational mappings between documents. The project distinguishes itself by integrating language model capabilities directly into the editor for content generation and analysis. It further combines prose with structured data through a markdown spreadsheet editor that renders CSV-formatted files as interactive grids with formula support and cross-sheet referencing. The platfo

    Indexes headings within a note via a side panel to allow quick jumping between content sections.

    TypeScript
    在 GitHub 上查看↗16,851
  • tridactyl/tridactyltridactyl 的头像

    tridactyl/tridactyl

    6,246在 GitHub 上查看↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Provides a command to jump to a heading on the page using a configurable CSS selector.

    TypeScriptfirefoxhacktoberfestvim
    在 GitHub 上查看↗6,246
  • pbek/qownnotespbek 的头像

    pbek/QOwnNotes

    5,792在 GitHub 上查看↗

    QOwnNotes is a desktop note editor that stores each note as a plain-text Markdown file on the local filesystem, avoiding proprietary formats and enabling direct file access. It functions as a Nextcloud Notes client, syncing notes and metadata with Nextcloud or ownCloud servers through a companion API service for versioning and sharing. The application also integrates with AI providers and exposes a local MCP server for external agents to search and fetch notes, and includes a companion browser extension for capturing web content, bookmarks, and screenshots. The editor distinguishes itself thr

    Moves the cursor to the previous or next heading using configurable keyboard shortcuts.

    C++
    在 GitHub 上查看↗5,792
  • jonschlinkert/markdown-tocjonschlinkert 的头像

    jonschlinkert/markdown-toc

    1,752在 GitHub 上查看↗

    Markdown-toc is a utility for generating and maintaining tables of contents within markdown files. It functions as both a command-line interface and a programmatic library, enabling the automated creation of structured navigation links based on the heading hierarchy of a document. The tool distinguishes itself through its marker-based injection system, which allows for the precise placement and updating of navigation blocks within existing files. It includes a dedicated transformation pipeline for slugifying heading text into URL-friendly identifiers, ensuring that generated links remain cons

    Transforms heading text through slugification and linkification to facilitate custom navigation menu creation.

    JavaScriptjavascriptjonschlinkertmarkdown
    在 GitHub 上查看↗1,752
  1. Home
  2. User Interface & Experience
  3. Note Heading Navigation

探索子标签

  • CSS Selector Heading NavigatorsCapabilities for jumping to page headings using a configurable CSS selector. **Distinct from Note Heading Navigation:** Distinct from Note Heading Navigation: focuses on CSS-selector-based heading jumping, not a side panel index.
  • Heading FoldingCollapses or expands Markdown headings in the editor and navigation panel with state remembered per note. **Distinct from Note Heading Navigation:** Distinct from Note Heading Navigation: focuses on folding/unfolding headings, not just navigating between them.
  • Heading RenamersRenaming document headings and automatically updating all cross-references that point to the old heading text. **Distinct from Note Heading Navigation:** Distinct from Note Heading Navigation: focuses on renaming headings and updating links, not just navigating between existing headings.