awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
epwalsh avatar

epwalsh/obsidian.nvim

0
View on GitHub↗
5,910 estrellas·246 forks·Lua·apache-2.0·16 vistas

Obsidian.nvim

Obsidian.nvim is a Neovim plugin that brings Obsidian vault management and markdown note-taking directly into the editor. It models each Obsidian vault as a local directory with configurable settings, note paths, and attachment folders, bridging vault operations through Neovim's Lua API and user-defined keybindings.

The plugin handles core vault workflows including note creation with template insertion, daily notes management with configurable date formats, and navigation by following wiki-style and markdown links. It provides asynchronous full-text and filename search across vault notes using ripgrep, autocompletes note references and tags while typing, and supports syntax highlighting for Obsidian-specific markdown such as tags, links, and callouts.

For content management, the plugin enables image pasting from the clipboard into notes with automatic file saving and markdown link insertion, checkbox state cycling through configurable sequences, and note renaming that atomically updates all inbound wiki and markdown links across the vault. It also supports switching between multiple configured vaults or workspace directories, each with their own settings and note locations.

Features

  • Note Vault Managers - Manages a collection of interconnected markdown notes with links, tags, and templates from within Neovim.
  • Note Vault Abstractions - Models each Obsidian vault as a local directory with configurable settings and note paths.
  • Daily Journaling Tools - Opens or creates daily notes for today, yesterday, tomorrow, or a range of dates with configurable formats.
  • Daily Note Workflows - Creates and navigates daily notes with configurable date formats and quick access to today, yesterday, or tomorrow.
  • Markdown Note Managers - Creates, links, and manages markdown notes with Obsidian-compatible syntax and features.
  • Note Creators - Creates a new markdown note from a command, optionally with a title or from a template.
  • Note Taking Search - Searches the entire vault for notes by name or content using ripgrep and a picker interface.
  • Bi-Directional Note Linking - Opens linked notes by following wiki-style or markdown links within the vault.
  • Link Navigators - Follows wiki and markdown links to other notes in the vault by pressing a key, opening the target file.
  • Fuzzy Note Searches - Finds notes by title or content using a fuzzy search interface across the vault.
  • Neovim Plugins - Integrates Obsidian vault management and note-taking workflows directly inside the Neovim editor.
  • Backlink Renamers - Renames notes and automatically updates all inbound wiki and markdown links across the vault.
  • Internal Wiki Linking - Follows wiki-style and markdown links between notes in a vault using keyboard shortcuts.
  • Template Insertions - Inserts markdown templates with automatic placeholder substitution for date, time, and title.
  • Vault Switchers - Switches between multiple Obsidian vaults and manages their settings and note locations within Neovim.
  • Text Placeholder Replacements - Inserts markdown templates from a folder, replacing placeholders like date, time, and title with computed values.
  • Image - Pastes images from clipboard into notes, saving them to the vault and inserting markdown links.
  • Ripgrep-Based Search - Uses ripgrep as a background process for fast, asynchronous full-text and filename search across vault notes.
  • Workspace Configurations - Switches between configured vaults or workspace directories, each with its own settings and note locations.
  • Contextual Note Suggestions - Shows a list of vault notes as suggestions while typing a link or tag.
  • Note Reference Autocompletion - Completes wiki links, markdown links, and tags asynchronously while typing using ripgrep.
  • Clipboard Multimedia Integration - Captures clipboard image data, saves it to the vault, and inserts a markdown image link.
  • Obsidian Syntax Highlighters - Highlights Obsidian-specific markdown syntax such as tags, links, and callouts.

Historial de estrellas

Gráfico del historial de estrellas de epwalsh/obsidian.nvimGráfico del historial de estrellas de epwalsh/obsidian.nvim

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Obsidian.nvim

Proyectos open-source similares, clasificados según cuántas características comparten con Obsidian.nvim.
  • pbek/qownnotesAvatar de pbek

    pbek/QOwnNotes

    5,792Ver en 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

    C++
    Ver en GitHub↗5,792
  • tagspaces/tagspacesAvatar de tagspaces

    tagspaces/tagspaces

    4,935Ver en GitHub↗

    TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable metadata stored directly in filenames or sidecar JSON files, eliminating the need for a central database. It functions as a full-text file search engine, a Kanban board file organizer, a local AI file assistant, an S3-compatible cloud file manager, and a web clipper and bookmark manager, all within a single application. The project distinguishes itself through a local-first architecture where all file operations, indexing, and AI processing run entirely on the device, with cloud

    TypeScriptelectronjavascriptnote-taking
    Ver en GitHub↗4,935
  • blinkospace/blinkoAvatar de blinkospace

    blinkospace/blinko

    10,601Ver en GitHub↗

    Blinko is a personal knowledge management system and an LLM-powered knowledge base that enables users to capture and organize thoughts through a bi-directional knowledge graph. It functions as a RAG-enabled note-taking application and a self-hosted Markdown editor, allowing for the creation of permanent documentation and fleeting notes. The project distinguishes itself by integrating retrieval-augmented generation to provide conversational querying and AI-powered analysis of private document libraries. It supports both cloud-based and local AI model integration, enabling users to perform sema

    TypeScriptmarkdownmemosnextjs
    Ver en GitHub↗10,601
  • dendronhq/dendronAvatar de dendronhq

    dendronhq/dendron

    7,436Ver en GitHub↗

    Dendron is a markdown knowledge management system designed for organizing linked files into a hierarchical personal knowledge base. It functions as a git-backed note manager that stores data as plaintext markdown files to ensure data persistence and ownership. The system distinguishes itself through schema-based organization, which applies structural templates and autocomplete hints to maintain consistency across large sets of documents. It also provides bi-directional linking and an interactive graph view to visualize relationships between notes, alongside a static site generator that export

    TypeScriptdendronmarkdownmarkdown-editor
    Ver en GitHub↗7,436
Ver las 30 alternativas a Obsidian.nvim→

Preguntas frecuentes

¿Qué hace epwalsh/obsidian.nvim?

Obsidian.nvim is a Neovim plugin that brings Obsidian vault management and markdown note-taking directly into the editor. It models each Obsidian vault as a local directory with configurable settings, note paths, and attachment folders, bridging vault operations through Neovim's Lua API and user-defined keybindings.

¿Cuáles son las características principales de epwalsh/obsidian.nvim?

Las características principales de epwalsh/obsidian.nvim son: Note Vault Managers, Note Vault Abstractions, Daily Journaling Tools, Daily Note Workflows, Markdown Note Managers, Note Creators, Note Taking Search, Bi-Directional Note Linking.

¿Qué alternativas de código abierto existen para epwalsh/obsidian.nvim?

Las alternativas de código abierto para epwalsh/obsidian.nvim incluyen: pbek/qownnotes — QOwnNotes is a desktop note editor that stores each note as a plain-text Markdown file on the local filesystem,… tagspaces/tagspaces — TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable… blinkospace/blinko — Blinko is a personal knowledge management system and an LLM-powered knowledge base that enables users to capture and… dendronhq/dendron — Dendron is a markdown knowledge management system designed for organizing linked files into a hierarchical personal… vimwiki/vimwiki — Vimwiki is a personal wiki plugin and text editor extension for Vim that organizes interconnected text files. It… blossom-editor/blossom — Blossom is a self-hosted, containerized note-taking application designed for private knowledge management. It…