No description
Find a file
2020-11-09 09:04:23 +01:00
screenshots update gif 2020-11-07 16:50:34 +01:00
.gitignore Initial commit! 2020-10-25 16:58:31 -04:00
main.ts search++ v0.0.1 2020-11-07 16:32:26 +01:00
manifest.json Update manifest.json 2020-11-09 09:04:23 +01:00
package.json use headers and fold all to well organize the outputl 2020-11-04 18:35:13 +01:00
README.md update gif 2020-11-07 16:50:34 +01:00
rollup.config.js Use rollup for bundling. 2020-10-26 12:02:41 -04:00
tsconfig.json Use rollup for bundling. 2020-10-26 12:02:41 -04:00
yarn.lock Init commint 2020-10-28 06:21:28 +03:00

Search++

This is plugin is based on the code of mrj-text-expand, it inserts the found results on the note you're working on.

Install

  • If you have previous versions of plugin - remove them
  • You need Obsidian v0.9.7+
  • Get Latest release
  • Extract files and place them to your vault's plugins folder: <vault>/.obsidian/plugins/
  • Reload Obsidian
  • If prompted about Safe Mode, you can disable safe mode and enable the plugin. Otherwise head to Settings, third-party plugins, make sure safe mode is off and enable the plugin from there.

How to use

  • Type {{SEARCH_TEXT/NUMBER_OF_CHARS}} in your note where SEARCH_TEXT a text which you want to search, and NUMBER_OF_CHARS is the number of chars before and after the found text you want to extract.

Examples: {{My Note/300}}, {{tag:#tag/500}}.

  • Put a cursor on that line
  • Open command palette and find Search++: commands (you can attach hotkeys in settings menu)

It should wrap the {{ }} line and add notes which was found below. You can call command in a {{ }} line to update results.