awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
epwalsh avatar

epwalsh/obsidian.nvim

0
View on GitHub↗
5,910 stele·246 fork-uri·Lua·apache-2.0·4 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru epwalsh/obsidian.nvimGraficul istoricului de stele pentru epwalsh/obsidian.nvim

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale epwalsh/obsidian.nvim?

Principalele funcționalități ale epwalsh/obsidian.nvim sunt: Note Vault Managers, Note Vault Abstractions, Daily Journaling Tools, Daily Note Workflows, Markdown Note Managers, Note Creators, Note Taking Search, Bi-Directional Note Linking.

Care sunt câteva alternative open-source pentru epwalsh/obsidian.nvim?

Alternativele open-source pentru epwalsh/obsidian.nvim includ: 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…

Alternative open-source pentru Obsidian.nvim

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Obsidian.nvim.
  • pbek/qownnotesAvatar pbek

    pbek/QOwnNotes

    5,792Vezi pe 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++
    Vezi pe GitHub↗5,792
  • tagspaces/tagspacesAvatar tagspaces

    tagspaces/tagspaces

    4,935Vezi pe 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
    Vezi pe GitHub↗4,935
  • blinkospace/blinkoAvatar blinkospace

    blinkospace/blinko

    10,601Vezi pe 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
    Vezi pe GitHub↗10,601
  • dendronhq/dendronAvatar dendronhq

    dendronhq/dendron

    7,436Vezi pe 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
    Vezi pe GitHub↗7,436
  • Vezi toate cele 30 alternative pentru Obsidian.nvim→