Stardusten / ob-x-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian X-Search

Quick Demo

x-search1 x-search2 x-search3 x-search4

Features

  • Use "section" as the minimal search unit (relatively, performance can be terrible)

  • Render search results

  • Intuitive filters

    Example Description
    # Collocation Search "Collocation" in all heading blocks
    $$ mathbb Search "mathbb" in all math blocks
    | type Search "type" in all table blocks
    .md dataview or 。md dataview (position of ".md" is not important) Search "dataview" in all files and their aliases
    -[] xxx Search "xxx" in all check lists
    - xxx or * xxx Search "xxx" in all unordered lists
    1. xxx Search "xxx" in all ordered lists
    > linus or 》 linus Search "linux" in all blockquotes
    !# Collocation Search "Collocation" in all NON-heading blocks
  • Insert file / heading / block link directly from the search result.

See Also

About


Languages

Language:TypeScript 70.2%Language:JavaScript 26.9%Language:CSS 2.9%