-
Obsidian Query Control plugin add refinement features to the vanilla Obsidian query for a better experience on note retrieval and reading
- The features included are custom title, expanding note’s context (to include sub/children elements), and primarily, show the results as rendered Markdown
- Here’s a sample of Obsidian query with the plugin’s additional control
```query block:(people meta Private or Broken Links
The page you're looking for is either not available or private!
) title: People Meta Query collapsed: true context: true hideTitle: false renderMarkdown: true ``` - Without the plugin, the normal obsidian query is quite simple (e.g. below)
```query task-todo:"" ```
- see my own tweak here Improved Obsidian query with NIL Query Control and custom cssImproved Obsidian query with NIL Query Control and custom css
Obsidian’s standard query syntax are simple and has not control on formatting
here’s an example, you can only specify the search term and scope
```query
block: (searc...
Metadata
- topic:: 01 Obsidian01 Obsidian
#MOC / for Obsidian.md related references
- updated:: 2022-07-06 Private or Broken Links
The page you're looking for is either not available or private!
- reviewed:: 2022-07-06 Private or Broken Links
The page you're looking for is either not available or private!
- #Reference