The Query JSON plugin is designed to simplify the process of querying and extracting specific data from JSON objects stored in your Obsidian notes or external files. By using an intuitive syntax, users can craft precise queries to retrieve desired information, whether it's stored locally in notes or externally in files. This plugin supports a variety of customization options, including hiding object identifiers, displaying JSON content, and querying data directly from external files. With support for logical and comparison operators, it allows for powerful data extraction and presentation, including formatted outputs like tables or images.
The Ollama Chat plugin enables users to interact with a locally hosted language model (LLM) to ask questions directly related to their Obsidian notes. It indexes files during startup and updates the index upon file modifications, ensuring up-to-date responses. Users can open a modal via shortcuts or commands to query the LLM. The plugin supports running a local model and plans to introduce features like real-time text streaming and predefined commands for common queries such as summarizing notes or topics.
The Obsidian Query Language plugin allows users to query and gather information from their vault directly within Obsidian notes. By writing configurable `oql` code blocks, users can perform complex searches on note metadata and content, format outputs as strings, tables, or lists, and customize the appearance and sorting of results. The plugin supports advanced query capabilities, including logical operators and placeholders for dynamic outputs. It uses Fuse.js for building an index, enabling fast and flexible searches. This tool is particularly useful for users managing large vaults who need detailed, customizable queries to organize and analyze their notes.
The SQLite DB plugin allows users to interact with SQLite databases directly within Obsidian. It enables executing SQL queries, filtering data, and rendering query results in a structured format. Users can inspect table structures, extract data into notes, and generate visualizations such as pie, bar, and line charts. The plugin supports advanced filtering options, including date ranges and multiple conditions, making it useful for managing structured information within Obsidian.
The Default query in backlinks plugin allows users to customize the default navigation of backlinks in Obsidian. It helps set a default search query, including options to collapse results, show more context, and sort the order of backlinks. The plugin also provides the ability to remember the display configuration of the backlinks panel for each file. This enhances the efficiency of working with backlinks by eliminating the need for manual input of search queries, especially when filtering out specific notes like daily logs. The plugin is perfect for users looking to streamline their backlink navigation and avoid clutter in their workspace.