awesome-repositories.com
Blog
awesome-repositories.com

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

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

blacksmithgu/obsidian-dataview

0
View on GitHub↗
8,544 estrellas·497 forks·TypeScript·mit·5 vistasblacksmithgu.github.io/obsidian-dataview↗

Obsidian Dataview

This project is a metadata query engine and indexer for markdown files, designed to transform YAML frontmatter and inline fields into dynamic tables and lists. It provides a background process that extracts tags and custom fields into a searchable database, enabling the automated indexing of notes.

The system is distinguished by its dual approach to data retrieval: a dedicated query language for SQL-like filtering and grouping, and a JavaScript data API. This API allows for programmatic metadata extraction and the creation of custom views and extensions using TypeScript typings.

Its broader capabilities include task aggregation, where checkboxes from multiple files are collected into interactive lists, and diverse visualization options such as calendar views and formatted data tables. It also supports complex data transformations, including date and duration parsing, numeric math operations, and regex text validation.

The project is written in TypeScript and provides a programmable interface for accessing the internal metadata index.

Features

  • Query Languages - Provides a dedicated line-by-line query language for filtering, sorting, and grouping markdown metadata.
  • Query Syntax Extensions - Implements a dedicated SQL-like query language for filtering and grouping markdown metadata.
  • Markdown Indexers - Implements a background process that scans and indexes markdown files for rapid metadata discovery.
  • Integrated Task Lists - Produces bulleted lists or task lists derived from page metadata and task objects.
  • Cross-Board Task Aggregation - Consolidates tasks from across multiple files into centralized, interactive lists filtered by status.
  • Personal Knowledge Management - Organizes markdown notes by extracting metadata into dynamic tables, lists, and calendars.
  • Document Metadata Definitions - Assigns custom attributes to documents using frontmatter, inline fields, or implicit properties.
  • Metadata Querying - Extracts specific page properties and displays them in structured tables via custom metadata querying.
  • Data Filtering - Selects pages for processing based on tags, folders, and link directions using boolean logic.
  • Collection Manipulators - Provides comprehensive array transformations including filtering, mapping, sorting, and flattening of metadata lists.
  • Data Querying - Provides interfaces for filtering, sorting, and retrieving stored markdown metadata collections.
  • Data Transformation Functions - Implements built-in functions and custom lambdas to reshape and calculate metadata values.
  • Expression-Based Data Querying - Enables executing query strings and expressions programmatically to embed structured data into pages.
  • Automated Document Indexing - Creates structured views of documents by programmatically indexing YAML frontmatter and inline fields.
  • Implicit Metadata Indexing - Automatically identifies file-system metadata and internal links to include them in the searchable index.
  • Metadata Filtering - Provides mechanisms to filter markdown files based on structured metadata values and patterns.
  • Programmatic Index Filtering - Allows executing JavaScript scripts to filter, sort, and extract data from the internal page index.
  • Query Language Translators - Translates a custom query language (DQL) into executable JavaScript for filtering and sorting metadata.
  • Query Result Viewers - Provides a visual interface for displaying filtered query results as tables, lists, or calendars.
  • Result Set Refinements - Filters, sorts, groups, and flattens result sets using logic based on page metadata.
  • Query Sorting - Orders output by one or more fields in ascending or descending sequence.
  • Query Filters - Restricts, orders, and limits query results using metadata fields, tags, and folder paths.
  • Result Grouping - Aggregates pages into rows based on unique field values to organize result sets.
  • Search Result Filtering - Excludes pages from result sets based on whether specific metadata fields meet logical conditions.
  • Source-Based Filtering - Retrieves files, sections, or tasks based on tags, folder paths, or bidirectional links.
  • Tabular Data Processors - Filters, sorts, groups, and removes duplicates from lists of page metadata using built-in operators.
  • Metadata Retrieval APIs - Provides a programmatic JavaScript and TypeScript interface to retrieve vault metadata and render custom views.
  • Programmatic Metadata Access - Provides a programmatic interface to retrieve and filter page metadata to power custom extensions.
  • Custom Scripting Engines - Implements an embedded scripting engine that executes JavaScript to build complex data views and utilities.
  • Custom Metadata Extensions - Allows defining and attaching user-defined metadata fields via YAML frontmatter or inline key-value pairs.
  • Data API Bridges - Exposes the internal metadata index to a programmable JavaScript interface for custom views.
  • Inline Metadata Annotations - Embeds metadata within markdown text using key-value syntax to make document properties machine-readable.
  • Dynamic Data Tables - Creates structured tables from data arrays to output as live views or plain Markdown.
  • Dynamic Table Generators - Transforms YAML frontmatter and inline fields into live-updating tables and lists.
  • Internal Wiki Linking - Creates bidirectional internal links and external URLs to connect notes within the knowledge base.
  • Metadata Tables - Renders metadata fields and calculated values into structured tables with customizable headers.
  • Page Metadata Retrievers - Exposes a developer interface to retrieve page metadata and automate the rendering of data views.
  • Dynamic Data Views - Provides a JavaScript API to create advanced, custom-rendered views of vault metadata.
  • Dynamic List Rendering - Renders filtered page data into multiple visual formats including tables, lists, and calendar views.
  • Date Metadata Visualization - Visualizes metadata results as markers on a monthly calendar based on date fields.
  • Task Property Extraction - Retrieves automatic system metadata from tasks including completion status, file path, and line number.
  • Inline Expression Evaluation - Scans markdown prose for expression syntax to inject computed metadata values during rendering.
  • Inline Metadata Embedding - Displays single indexed values or calculation results directly within the flow of a note.
  • Cross-Reference Metadata Extraction - Extracts field values from linked pages by indexing through a page reference.
  • Data Type Coercion - Transforms strings and internal links into structured date, duration, or link objects for computations.
  • Cross-Source Querying - Uses logical operators to intersect or union multiple source filters for precise metadata extraction.
  • Data Visualization - Renders structured metadata into interactive tables and custom layouts using a JavaScript API.
  • Dynamic Type Parsing - Dynamically determines the target object type for metadata fields to enable typed sorting.
  • Asynchronous File Operations - Processes markdown and CSV files in the background to update the metadata store without blocking the UI.
  • Numeric Calculators - Calculates sums, products, averages, and extrema across arrays of numeric metadata values.
  • Result Ordering and Limiting - Caps the number of returned records to a specific maximum value.
  • File Listing Filters - Generates filtered lists of file links based on specific metadata criteria and folder paths.
  • In-Memory Caches - Maintains an in-memory map of file properties and tags to enable fast querying without disk re-scanning.
  • Text Pattern Matching - Tests strings against regular expression patterns to identify matches or replace text segments.
  • Text Search - Performs keyword and pattern-based text matching within metadata collections.
  • Value Comparators - Evaluates equality and inequality of page metadata against static numbers, text, and dates.
  • Date String Parsers - Provides utilities for converting date strings and timestamps into native date objects for metadata calculations.
  • Plugin API Extensions - Provides a JavaScript interface and TypeScript typings to programmatically extend system functionality and render views.
  • Task Metadata Systems - Binds custom key-value pairs and date shorthands to individual tasks using inline syntax.
  • Graph Link Traversals - Identifies connections between notes by performing depth-first searches across inbound and outbound links.
  • File System Attributes - Retrieves automatic page properties such as creation dates, folder paths, and file sizes.
  • Conditional Logic - Uses conditional logic and object type determination to return values based on predicates.
  • Nested Key Resolution - Allows retrieving specific values from nested object hierarchies using dot-notation.
  • Type-Coerced Comparisons - Normalizes strings into date or duration objects during evaluation to ensure correct sorting and filtering.
  • Filesystem Change Monitors - Triggers custom logic and index refreshes automatically when files in the vault are updated.
  • Dynamic HTML Generators - Generates HTML elements and custom formatted views using JavaScript to display metadata.
  • Inline Value Embedders - Evaluates query expressions within markdown prose to display real-time page data during preview.
  • Automatic Link Generation - Automatically generates link objects for files, sections, or blocks with support for custom display names.
  • Dynamic Content Insertion - Injects computed metadata values or function results directly into the text of a note.

Historial de estrellas

Gráfico del historial de estrellas de blacksmithgu/obsidian-dataviewGráfico del historial de estrellas de blacksmithgu/obsidian-dataview

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 Dataview

Proyectos open-source similares, clasificados según cuántas características comparten con Obsidian Dataview.
  • 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
  • xwmx/nbAvatar de xwmx

    xwmx/nb

    8,210Ver en GitHub↗

    nb is a command-line note manager and personal knowledge management system that organizes plain-text documents and web bookmarks. It functions as a Markdown knowledge base, allowing users to create a structured collection of information through a shell-scripted interface. The system uses Git for versioning and synchronization, tracking full revision history and enabling the sync of notebooks across multiple devices via remote repositories. It provides security for sensitive data through AES-256 or GPG encryption and supports document conversion into various publishing formats using the Pandoc

    Shellarchivingbashbookmark-manager
    Ver en GitHub↗8,210
  • vimwiki/vimwikiAvatar de vimwiki

    vimwiki/vimwiki

    9,349Ver en GitHub↗

    Vimwiki is a personal wiki plugin and text editor extension for Vim that organizes interconnected text files. It functions as a Markdown knowledge base and a Zettelkasten note system, allowing for the creation of a networked system of notes and documentation. The project provides tools for wiki administration, enabling users to create, rename, and navigate between linked documents via internal linking. It supports various markup formats, including Markdown and MediaWiki, and can transform this content into HTML for web publishing. The system covers personal knowledge management through globa

    Vim Scripthacktoberfestpersonal-organizervim
    Ver en GitHub↗9,349
  • lancedb/lancedbAvatar de lancedb

    lancedb/lancedb

    9,031Ver en GitHub↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    Ver en GitHub↗9,031
Ver las 30 alternativas a Obsidian Dataview→

Preguntas frecuentes

¿Qué hace blacksmithgu/obsidian-dataview?

This project is a metadata query engine and indexer for markdown files, designed to transform YAML frontmatter and inline fields into dynamic tables and lists. It provides a background process that extracts tags and custom fields into a searchable database, enabling the automated indexing of notes.

¿Cuáles son las características principales de blacksmithgu/obsidian-dataview?

Las características principales de blacksmithgu/obsidian-dataview son: Query Languages, Query Syntax Extensions, Markdown Indexers, Integrated Task Lists, Cross-Board Task Aggregation, Personal Knowledge Management, Document Metadata Definitions, Metadata Querying.

¿Qué alternativas de código abierto existen para blacksmithgu/obsidian-dataview?

Las alternativas de código abierto para blacksmithgu/obsidian-dataview incluyen: tagspaces/tagspaces — TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable… vimwiki/vimwiki — Vimwiki is a personal wiki plugin and text editor extension for Vim that organizes interconnected text files. It… xwmx/nb — nb is a command-line note manager and personal knowledge management system that organizes plain-text documents and web… lancedb/lancedb — LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector… apache/pinot — Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It… projectdiscovery/subfinder — Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It…