diff --git a/404.html b/404.html index c392eee..5d8c252 100644 --- a/404.html +++ b/404.html @@ -171,18 +171,30 @@ +
  • + + Search + +
  • + + + + + + +
  • - + -
  • + + + + + +
  • + + + + + +
  • + + diff --git a/Tools/New.html b/Tools/New.html index d1af8e3..ffa27bc 100644 --- a/Tools/New.html +++ b/Tools/New.html @@ -175,21 +175,33 @@ + +
  • + + Search + +
  • + + + + + +
  • - + -
  • + + + + + +
  • + + + + + +
  • + + @@ -276,7 +342,7 @@ + + diff --git a/find.html b/find.html index a64b608..1302d28 100644 --- a/find.html +++ b/find.html @@ -223,15 +223,28 @@
  • - - How does it Work + + When Would This Be Used + +
  • - - When Would This Be Used + + How does it Work
  • @@ -248,18 +261,30 @@ +
  • + + Search + +
  • + + + + + + +
  • - + -
  • + + + + + +
  • + + + + + +
  • + + @@ -336,15 +415,28 @@
  • - - How does it Work + + When Would This Be Used + +
  • - - When Would This Be Used + + How does it Work
  • @@ -408,6 +500,10 @@ +

    When Would This Be Used

    +

    Imagine you're sitting at your desk and you forgot how to pipe with Mathematica, you're solution is cadmus find and then type something like computer algebra then Ctrl-Q ->.

    +

    +

    Example

    How does it Work

    So essentially this just uses skim and bat to filter/preview the notes, the interactive command is used with ripgrep and piping (that took me forever to figure out!!) to highlight the match in the preview.4 This is the code that achieves it:

    sk --ansi -m -c 'rg -l -t markdown --ignore-case "{}"'    \
    @@ -440,8 +536,6 @@
          --color=fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c
     
    -

    When Would This Be Used

    -

    Imagine you're sitting at your desk and all of a sudden you're required to, I don't know, solve a linear recurrence relation, you're solution is cadmus find and then type something like math mod then Ctrl-Q linear.


      @@ -494,13 +588,13 @@ - diff --git a/media/How-To-Filter.gif b/media/How-To-Filter.gif new file mode 100644 index 0000000..64c9fb7 Binary files /dev/null and b/media/How-To-Filter.gif differ diff --git a/media/How-To-Find.gif b/media/How-To-Find.gif new file mode 100644 index 0000000..f8f6dcd Binary files /dev/null and b/media/How-To-Find.gif differ diff --git a/media/How-to-Tags.gif b/media/How-to-Tags.gif new file mode 100644 index 0000000..a668edb Binary files /dev/null and b/media/How-to-Tags.gif differ diff --git a/search.html b/search.html new file mode 100644 index 0000000..9ad07fb --- /dev/null +++ b/search.html @@ -0,0 +1,628 @@ + + + + + + + + + + + + + + + + + + Search + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + Skip to content + + +
      +
      + +
      + +
      + +
      + +
      + + + + + + +
      +
      + + +
      +
      +
      + +
      +
      +
      + + +
      +
      +
      + + +
      +
      +
      + + +
      +
      + + + + + + +

      Search

      + +
      +

      Note

      +

      Start this with cadmus search

      +
      +

      What does it do

      +

      This starts a search dialog with a preview of the note on the side.

      +

      How Do I use it

      +
      +

      Warning

      +

      This requires recoll set up to index your notes directory.

      +
      +

      After running the command type in a query just like you would with Google, matches will be presented with an instant preview to the side.

      +

      Press Ctrl+Q to toggle search inside the note for a string (there will not be highlighting) 1

      +

      Pressing Enter on a note will open it in the default app, 2 if you want to do something else with it copy the path to the clipboard with Alt+w as described below in Keyboard Shortcuts.

      +

      Keyboard Shortcuts

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      KeysDescription
      PgUp / PgDnScroll Preview
      Ctrl-wCopy Absolute path to note 3
      Alt-wCopy Relative path to note
      Ctrl-oOpen the note in the default app without exiting
      Alt-yCopy File Contents to Clipboard 4
      +

      When Would This Be Used

      +

      Imagine you're sitting at your desk and this time you need to, solve a linear recurrence relation, you're solution is cadmus search and then type something like linear recursion then Ctrl-Q math mod.

      +

      Example

      +

      How does it Work

      +

      So essentially this just uses skim and bat to filter/preview the notes, the interactive command is used with ripgrep and piping (that took me forever to figure out!!) to highlight the match in the preview.5 This is the code that achieves it:

      +
              sk -m -i -c 'recoll -b -t -q "ext:md" {}                 |\
      +                cut -c 8- | sed s/^/realpath\ \"/                     |\
      +                sed s+\$+\"\ --relative-to\ \"./\"+ | bash'            \
      +            --bind pgup:preview-page-up,pgdn:preview-page-down    \
      +            --preview "bat --color=always --line-range :500           \
      +                    --terminal-width 80 --theme=TwoDark {+}           \
      +                    --italic-text=always                              \
      +                    --decorations=always"                             \
      +            --color=fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c
      +
      + +
      +
      +
        +
      1. +

        The distinction between this and find is essentially the distinction between grep and a search engine. 

        +
      2. +
      3. +

        xdg-open / open on Linux/Mac respectively 

        +
      4. +
      5. +

        TODO: this only works on Xorg at the moment 

        +
      6. +
      7. +

        This is really good for Zulip / Discord 

        +
      8. +
      9. +

        This highlighting works with both bat and MDCat, I prefer MDCat but there is a bug with footnotes preventing me from being able to use it right at the moment. 

        +
      10. +
      +
      + + + + + + + + + +
      +
      +
      +
      + + + + +
      + + + + + + + + + + + \ No newline at end of file diff --git a/search/search_index.json b/search/search_index.json index 6dc4aeb..a33c563 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"lang":["en"],"min_search_length":3,"prebuild_index":true,"separator":"[\\s\\-]+"},"docs":[{"location":"index.html","text":"Cadmus! \u00b6 Cadmus is a knowledge management tool in your terminal. What does it do \u00b6 Cadmus provides command driven interface to find and edit Markdown files, such as finding by name, searching for terms, filtering by tags, generating backlinks and generating relative links to other notes. How does it Work \u00b6 Cadmus is just a bunch of shell scripts that essentially use pipes and ripgrep with skim to display them. How Do i Use It \u00b6 Installation \u00b6 cadmus is available on the AUR , generally however cadmus will operate in a portable fashion from =~/.cadmus/=, so just using git is fine as well: cd $( mktemp -d ) wget https://raw.githubusercontent.com/RyanGreenup/cadmus/master/install.sh bash install.sh Note To remove it it is sufficient to perform: rm -rf \" $HOME /.cadmus\" rm ~/.local/bin/cadmus Warning This assumes that the dependencies have all been installed and recoll is indexing the directory of your notes. Usage \u00b6 Just run cadmus at the terminal and it will walk you through generating a config file. Afterwards running cadmus will show various commands such as find and search that can be used to work with your knowledge base. Note Shortly functionality will be implemented to allow creating a .cadmus file in any directory that will act as a config for all markdown files beneath that directory, this is useful if you want to use cadmus with documentation for a project and still have access to your notes, or have multiple knowledge bases. When or Why Would I Use This \u00b6 Well I wrote this because my interests are Math and Data Sci and quite frankly I suffer from information overload, I like open-source stuff, simple scripts and unix philosophy so if any of that resonates with you try it out. This is all modular so take what you like and reimplement it, fork it, make PR's and please fell free to post issues even if it's just to say Hey, I like tool x have you tried it before? . Background \u00b6 The idea of cadmus is to demonstrate how powerful the terminal can be and how it can act as a functional replacement for tools like OneNote or Evernote. In reality Cadmus is just a couple of shell scripts to help users tie together other really good tools like Skim , ripgrep , recoll and TMSU . keyboard bindings \u00b6 Command Shortcut Description cadmus find Ctrl - Q switch between find and grep in skim Dependencies \u00b6 bat cut fd find fzf GNU realpath grep highlight jq Arch | brew | ubuntu mdcat AUR node Pandoc perl python ranger recode Recoll rg Make sure to include pcre2 , this comes in Arch , if using cargo : cargo install ripgrep --features 'pcre2' sd sed skim tmsu AUR xclip or wl-clipboard Recommended for all Features \u00b6 iproute2 (for the ip binary) if you're on mac this stackExchange answer suggests iproute2 may work tectonic texlive Kitty I've also heard good things about iterm2 MkDocs MkDocs Material Extensions MkDocs Material Theme nvim tectonic WeasyPrint Interesting / Helpful / Recommended Generally (Not strictly necessary) \u00b6 guake or yakuake MarkText mdless readability-cli VNote VSCode PATH \u00b6 If any dependencies are installed with pip or cargo it will be necessary to add these directories to your PATH : ## bash echo ' export PATH=\"$HOME/.local/bin:$PATH\" export PATH=\"$HOME/.cargo/bin:$PATH\" ' >> ~/.bashrc ## zsh echo ' export PATH=\"$HOME/.local/bin:$PATH\" export PATH=\"$HOME/.cargo/bin:$PATH\" ' >> ~/.bashrc ## fish echo ' set PATH $HOME/.local/bin $PATH set PATH $HOME/bin $PATH set PATH \"$HOME/.cargo/bin $PATH ' >> ~/.config/fish/config.fish","title":"What does it do"},{"location":"index.html#cadmus","text":"Cadmus is a knowledge management tool in your terminal.","title":"Cadmus!"},{"location":"index.html#what-does-it-do","text":"Cadmus provides command driven interface to find and edit Markdown files, such as finding by name, searching for terms, filtering by tags, generating backlinks and generating relative links to other notes.","title":"What does it do"},{"location":"index.html#how-does-it-work","text":"Cadmus is just a bunch of shell scripts that essentially use pipes and ripgrep with skim to display them.","title":"How does it Work"},{"location":"index.html#how-do-i-use-it","text":"","title":"How Do i Use It"},{"location":"index.html#installation","text":"cadmus is available on the AUR , generally however cadmus will operate in a portable fashion from =~/.cadmus/=, so just using git is fine as well: cd $( mktemp -d ) wget https://raw.githubusercontent.com/RyanGreenup/cadmus/master/install.sh bash install.sh Note To remove it it is sufficient to perform: rm -rf \" $HOME /.cadmus\" rm ~/.local/bin/cadmus Warning This assumes that the dependencies have all been installed and recoll is indexing the directory of your notes.","title":"Installation"},{"location":"index.html#usage","text":"Just run cadmus at the terminal and it will walk you through generating a config file. Afterwards running cadmus will show various commands such as find and search that can be used to work with your knowledge base. Note Shortly functionality will be implemented to allow creating a .cadmus file in any directory that will act as a config for all markdown files beneath that directory, this is useful if you want to use cadmus with documentation for a project and still have access to your notes, or have multiple knowledge bases.","title":"Usage"},{"location":"index.html#when-or-why-would-i-use-this","text":"Well I wrote this because my interests are Math and Data Sci and quite frankly I suffer from information overload, I like open-source stuff, simple scripts and unix philosophy so if any of that resonates with you try it out. This is all modular so take what you like and reimplement it, fork it, make PR's and please fell free to post issues even if it's just to say Hey, I like tool x have you tried it before? .","title":"When or Why Would I Use This"},{"location":"index.html#background","text":"The idea of cadmus is to demonstrate how powerful the terminal can be and how it can act as a functional replacement for tools like OneNote or Evernote. In reality Cadmus is just a couple of shell scripts to help users tie together other really good tools like Skim , ripgrep , recoll and TMSU .","title":"Background"},{"location":"index.html#keyboard-bindings","text":"Command Shortcut Description cadmus find Ctrl - Q switch between find and grep in skim","title":"keyboard bindings"},{"location":"index.html#dependencies","text":"bat cut fd find fzf GNU realpath grep highlight jq Arch | brew | ubuntu mdcat AUR node Pandoc perl python ranger recode Recoll rg Make sure to include pcre2 , this comes in Arch , if using cargo : cargo install ripgrep --features 'pcre2' sd sed skim tmsu AUR xclip or wl-clipboard","title":"Dependencies"},{"location":"index.html#recommended-for-all-features","text":"iproute2 (for the ip binary) if you're on mac this stackExchange answer suggests iproute2 may work tectonic texlive Kitty I've also heard good things about iterm2 MkDocs MkDocs Material Extensions MkDocs Material Theme nvim tectonic WeasyPrint","title":"Recommended for all Features"},{"location":"index.html#interesting-helpful-recommended-generally-not-strictly-necessary","text":"guake or yakuake MarkText mdless readability-cli VNote VSCode","title":"Interesting / Helpful / Recommended Generally (Not strictly necessary)"},{"location":"index.html#path","text":"If any dependencies are installed with pip or cargo it will be necessary to add these directories to your PATH : ## bash echo ' export PATH=\"$HOME/.local/bin:$PATH\" export PATH=\"$HOME/.cargo/bin:$PATH\" ' >> ~/.bashrc ## zsh echo ' export PATH=\"$HOME/.local/bin:$PATH\" export PATH=\"$HOME/.cargo/bin:$PATH\" ' >> ~/.bashrc ## fish echo ' set PATH $HOME/.local/bin $PATH set PATH $HOME/bin $PATH set PATH \"$HOME/.cargo/bin $PATH ' >> ~/.config/fish/config.fish","title":"PATH"},{"location":"find.html","text":"Note Start this with cadmus find What does it do \u00b6 This starts a find dialog with a preview of the note on the side. How Do I use it \u00b6 After running the command type in the name or directory of a note and the fuzzy matches will be presented with an instant preview to the side. Press Ctrl + Q to toggle searching inside the note for a string, any matches will be highlighted. Pressing Enter on a note will open it in the default app, 1 if you want to do something else with it copy the path to the clipboard with Alt + w as described below in Keyboard Shortcuts . Keyboard Shortcuts \u00b6 Keys Description PgUp / PgDn Scroll Preview Ctrl - w Copy Absolute path to note 2 Alt - w Copy Relative path to note Ctrl - o Open the note in the default app without exiting Alt - y Copy File Contents to Clipboard 3 How does it Work \u00b6 So essentially this just uses skim and bat to filter/preview the notes, the interactive command is used with ripgrep and piping (that took me forever to figure out!!) to highlight the match in the preview. 4 This is the code that achieves it: sk --ansi -m -c 'rg -l -t markdown --ignore-case \"{}\"' \\ --preview \"bat {} 2> /dev/null \\ --color=always --line-range :500 \\ --terminal-width 80 \\ --theme=TwoDark |\\ rg --pretty --colors --context 20 {cq} \\ --no-line-number --ignore-case \\ --colors 'match:fg:21,39,200' \\ --colors 'line:style:nobold' \\ --colors 'match:style:bold' \\ --colors 'match:bg:30,200,30'\" \\ --bind 'ctrl-f:interactive,pgup:preview-page-up,pgdn:preview-page-down' \\ --bind 'ctrl-w:execute-silent(echo {} |\\ xargs realpath |\\ xclip -selection clipboard)' \\ --bind 'alt-w:execute-silent(echo {} | xclip -selection clipboard)' \\ --bind 'alt-v:execute-silent(code -a {}),alt-e:execute-silent(emacs {})' \\ --bind 'ctrl-o:execute-silent(xdg-open {})' \\ --bind 'alt-y:execute-silent(cat {} | xclip -selection clipboard)' \\ --bind 'alt-o:execute-silent(cat {} |\\ pandoc -f markdown -t html --mathml |\\ xclip -selection clipboard)' \\ --bind 'alt-f:execute-silent(echo {} |\\ xargs dirname |\\ xargs cd; cat {} |\\ pandoc -f markdown -t dokuwiki --mathml |\\ xclip -selection clipboard)' \\ --color = fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c When Would This Be Used \u00b6 Imagine you're sitting at your desk and all of a sudden you're required to, I don't know, solve a linear recurrence relation, you're solution is cadmus find and then type something like math mod then Ctrl - Q linear. xdg-open / open on Linux/Mac respectively \u21a9 TODO: this only works on Xorg at the moment \u21a9 This is really good for Zulip / Discord \u21a9 This highlighting works with both bat and MDCat , I prefer MDCat but there is a bug with footnotes preventing me from being able to use it right at the moment. \u21a9","title":"Find"},{"location":"find.html#what-does-it-do","text":"This starts a find dialog with a preview of the note on the side.","title":"What does it do"},{"location":"find.html#how-do-i-use-it","text":"After running the command type in the name or directory of a note and the fuzzy matches will be presented with an instant preview to the side. Press Ctrl + Q to toggle searching inside the note for a string, any matches will be highlighted. Pressing Enter on a note will open it in the default app, 1 if you want to do something else with it copy the path to the clipboard with Alt + w as described below in Keyboard Shortcuts .","title":"How Do I use it"},{"location":"find.html#keyboard-shortcuts","text":"Keys Description PgUp / PgDn Scroll Preview Ctrl - w Copy Absolute path to note 2 Alt - w Copy Relative path to note Ctrl - o Open the note in the default app without exiting Alt - y Copy File Contents to Clipboard 3","title":"Keyboard Shortcuts"},{"location":"find.html#how-does-it-work","text":"So essentially this just uses skim and bat to filter/preview the notes, the interactive command is used with ripgrep and piping (that took me forever to figure out!!) to highlight the match in the preview. 4 This is the code that achieves it: sk --ansi -m -c 'rg -l -t markdown --ignore-case \"{}\"' \\ --preview \"bat {} 2> /dev/null \\ --color=always --line-range :500 \\ --terminal-width 80 \\ --theme=TwoDark |\\ rg --pretty --colors --context 20 {cq} \\ --no-line-number --ignore-case \\ --colors 'match:fg:21,39,200' \\ --colors 'line:style:nobold' \\ --colors 'match:style:bold' \\ --colors 'match:bg:30,200,30'\" \\ --bind 'ctrl-f:interactive,pgup:preview-page-up,pgdn:preview-page-down' \\ --bind 'ctrl-w:execute-silent(echo {} |\\ xargs realpath |\\ xclip -selection clipboard)' \\ --bind 'alt-w:execute-silent(echo {} | xclip -selection clipboard)' \\ --bind 'alt-v:execute-silent(code -a {}),alt-e:execute-silent(emacs {})' \\ --bind 'ctrl-o:execute-silent(xdg-open {})' \\ --bind 'alt-y:execute-silent(cat {} | xclip -selection clipboard)' \\ --bind 'alt-o:execute-silent(cat {} |\\ pandoc -f markdown -t html --mathml |\\ xclip -selection clipboard)' \\ --bind 'alt-f:execute-silent(echo {} |\\ xargs dirname |\\ xargs cd; cat {} |\\ pandoc -f markdown -t dokuwiki --mathml |\\ xclip -selection clipboard)' \\ --color = fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c","title":"How does it Work"},{"location":"find.html#when-would-this-be-used","text":"Imagine you're sitting at your desk and all of a sudden you're required to, I don't know, solve a linear recurrence relation, you're solution is cadmus find and then type something like math mod then Ctrl - Q linear. xdg-open / open on Linux/Mac respectively \u21a9 TODO: this only works on Xorg at the moment \u21a9 This is really good for Zulip / Discord \u21a9 This highlighting works with both bat and MDCat , I prefer MDCat but there is a bug with footnotes preventing me from being able to use it right at the moment. \u21a9","title":"When Would This Be Used"},{"location":"Tools/New.html","text":"New Note \u00b6","title":"New Note"},{"location":"Tools/New.html#new-note","text":"","title":"New Note"}],"index":{"fieldVectors":[["title/index.html",[]],["text/index.html",[0,1.103,1,1.028,2,1.423,3,0.725,4,1.475,5,0.955,6,0.725,7,0.847,8,0.725,9,0.725,10,0.995,11,0.725,12,0.814,13,1.293,14,1.071,15,0.533,16,0.814,17,0.725,18,0.725,19,0.725,20,1.466,21,0.725,22,0.533,23,0.725,24,0.625,25,0.847,26,0.725,27,1.071,28,1.233,29,0.533,30,0.781,31,0.533,32,0.955,33,1.013,34,0.725,35,1.293,36,0.725,37,1.423,38,0.725,39,0.725,40,0.725,41,0.725,42,0.725,43,1.071,44,0.533,45,0.725,46,0.725,47,0.725,48,0.725,49,1.071,50,0.725,51,0.725,52,0.725,53,0.725,54,1.262,55,0.725,56,0.725,57,0.725,58,0.725,59,0.725,60,1.233,61,1.233,62,0.725,63,1.142,64,0.725,65,0.928,66,0.725,67,0.725,68,1.262,69,0.725,70,0.725,71,0.725,72,1.262,73,0.725,74,1.071,75,0.725,76,0.725,77,0.725,78,1.071,79,0.725,80,0.533,81,0.725,82,0.725,83,0.725,84,0.725,85,0.725,86,0.725,87,1.071,88,0.533,89,0.725,90,0.725,91,0.725,92,0.725,93,0.725,94,0.725,95,0.725,96,0.366,97,0.725,98,0.725,99,0.725,100,0.725,101,0.725,102,0.725,103,1.262,104,0.533,105,0.725,106,0.725,107,0.725,108,0.725,109,1.071,110,0.725,111,0.725,112,0.725,113,0.725,114,0.725,115,0.725,116,0.725,117,0.725,118,0.725,119,0.725,120,0.725,121,0.725,122,0.725,123,0.725,124,0.725,125,0.725,126,0.725,127,0.725,128,0.725,129,0.725,130,1.071,131,0.725,132,0.725,133,0.725,134,0.533,135,0.814,136,1.071,137,0.467,138,0.533,139,0.467,140,0.533,141,0.366,142,0.467,143,0.725,144,0.725,145,1.071,146,0.467,147,0.725,148,0.725,149,0.725,150,0.725,151,0.533,152,0.413,153,0.725,154,1.262,155,0.725,156,0.725,157,0.533,158,0.725,159,0.533,160,0.725,161,0.725,162,0.725,163,0.725,164,0.533,165,0.725,166,0.725,167,1.262,168,0.725,169,1.423,170,1.071,171,0.725,172,0.725,173,0.533,174,0.725,175,0.413,176,1.071,177,1.262,178,0.725,179,0.725,180,0.533,181,0.725,182,0.725,183,0.725,184,0.725,185,1.262,186,0.725,187,0.725,188,0.725,189,0.725,190,0.725,191,0.725,192,1.677,193,1.262,194,0.725,195,0.725,196,0.725,197,0.725,198,0.725,199,1.071,200,0.725,201,0.725,202,0.725,203,0.725,204,0.725,205,0.725,206,0.725,207,0.725,208,1.619,209,0.725,210,0.725,211,1.677,212,2.006,213,1.262,214,1.262,215,1.262,216,0.725,217,0.725,218,1.677,219,0.725,220,0.725,221,0.725,222,0.725]],["title/index.html#cadmus",[0,0.787]],["text/index.html#cadmus",[0,1.112,2,3.019,3,3.559,4,2.616,5,2.026]],["title/index.html#what-does-it-do",[]],["text/index.html#what-does-it-do",[0,0.943,6,3.021,7,1.525,8,3.021,9,3.021,10,1.487,11,3.021,12,1.947,13,1.947,14,2.563,15,2.221,16,1.947,17,3.021,18,3.021,19,3.021,20,2.406,21,3.021,22,2.221,23,3.021,24,0.83]],["title/index.html#how-does-it-work",[25,1.272]],["text/index.html#how-does-it-work",[0,1.056,26,3.382,27,2.869,28,2.486,29,2.486,30,0.929,31,2.486,32,1.926,33,1.708,34,3.382]],["title/index.html#how-do-i-use-it",[30,0.692]],["text/index.html#how-do-i-use-it",[]],["title/index.html#installation",[35,1.624]],["text/index.html#installation",[0,1.244,1,0.956,20,1.653,24,0.924,30,0.705,35,1.653,36,2.564,37,2.176,38,2.564,39,2.564,40,2.564,41,2.564,42,2.564,43,2.176,44,1.885,45,2.564,46,2.564,47,2.564,48,2.564,49,2.176,50,2.564,51,2.564,52,2.564,53,2.564,54,3.363,55,2.564,56,2.564,57,2.564,58,2.564,59,2.564,60,1.885,61,1.885,62,2.564,63,1.46]],["title/index.html#usage",[64,2.518]],["text/index.html#usage",[0,1.222,2,2.77,5,1.397,7,1.239,10,0.977,12,1.582,13,2.367,14,2.081,16,1.582,20,1.582,24,0.897,25,1.239,30,1.009,63,1.859,65,2.401,66,2.453,67,2.453,68,3.266,69,2.453,70,2.453,71,2.453,72,3.266,73,2.453,74,2.081,75,2.453,76,2.453,77,2.453,78,2.081,79,2.453,80,1.803,81,2.453,82,2.453,83,2.453,84,2.453,85,2.453]],["title/index.html#when-or-why-would-i-use-this",[30,0.692]],["text/index.html#when-or-why-would-i-use-this",[1,0.625,4,1.914,28,1.914,43,2.209,86,2.604,87,2.209,88,1.914,89,2.604,90,2.604,91,2.604,92,2.604,93,2.604,94,2.604,95,2.604,96,1.315,97,2.604,98,2.604,99,2.604,100,2.604,101,2.604,102,2.604,103,3.396,104,1.914,105,2.604,106,2.604,107,2.604,108,2.604,109,2.209,110,2.604,111,2.604,112,2.604,113,2.604,114,2.604,115,2.604,116,2.604,117,2.604,118,2.604,119,2.604,120,2.604]],["title/index.html#background",[121,2.518]],["text/index.html#background",[0,1.117,1,0.942,4,2.628,5,1.606,27,2.392,28,2.073,32,1.606,33,1.424,61,2.073,74,2.392,78,2.392,122,2.82,123,2.82,124,2.82,125,2.82,126,2.82,127,2.82,128,2.82,129,2.82,130,2.392,131,2.82,132,2.82,133,2.82,134,2.073,135,1.818,136,2.392]],["title/index.html#keyboard-bindings",[137,1.221,138,1.393]],["text/index.html#keyboard-bindings",[0,1.036,7,1.674,10,1.573,33,1.674,139,2.138,140,2.437,141,1.674,142,2.138,143,3.316,144,3.316,145,2.813]],["title/index.html#dependencies",[60,1.851]],["text/index.html#dependencies",[1,0.976,10,0.97,30,0.669,32,1.387,33,1.23,35,1.57,37,2.757,61,1.79,109,2.066,136,2.066,145,2.066,146,1.57,147,2.436,148,2.436,149,2.436,150,2.436,151,1.79,152,1.387,153,2.436,154,3.25,155,2.436,156,2.436,157,1.79,158,2.436,159,1.79,160,2.436,161,2.436,162,2.436,163,2.436,164,1.79,165,2.436,166,2.436,167,3.25,168,2.436,169,2.757,170,2.066,171,2.436,172,2.436,173,1.79,174,2.436,175,1.387]],["title/index.html#recommended-for-all-features",[170,1.607,176,1.607]],["text/index.html#recommended-for-all-features",[25,1.448,135,1.849,177,3.613,178,2.868,179,2.868,180,2.108,181,2.868,182,2.868,183,2.868,184,2.868,185,3.613,186,2.868,187,2.868,188,2.868,189,2.868,190,2.868,191,2.868,192,3.956,193,3.613,194,2.868,195,2.868,196,2.868,197,2.868]],["title/index.html#interesting-helpful-recommended-generally-not-strictly-necessary",[1,0.316,20,0.491,87,0.646,130,0.646,176,0.646,198,0.762,199,0.646]],["text/index.html#interesting-helpful-recommended-generally-not-strictly-necessary",[200,3.45,201,3.45,202,3.45,203,3.45,204,3.45,205,3.45,206,3.45,207,3.45]],["title/index.html#path",[208,1.434]],["text/index.html#path",[1,1.087,35,1.559,49,2.052,60,1.778,63,1.377,169,2.052,199,2.052,208,2.427,209,2.418,210,2.418,211,3.644,212,3.891,213,3.234,214,3.234,215,3.234,216,2.418,217,2.418,218,3.644,219,2.418,220,2.418,221,2.418,222,2.418]],["title/find.html",[10,1.003]],["text/find.html",[0,0.43,1,1.075,5,0.457,7,0.696,10,0.722,12,1.167,13,0.517,15,0.59,16,0.517,22,0.59,24,0.857,25,0.914,29,0.59,30,0.665,31,0.59,32,0.457,33,0.405,44,0.59,63,0.457,65,0.59,80,0.59,88,0.59,96,1.222,104,0.59,134,0.59,135,0.517,137,0.888,138,2.194,139,0.888,140,0.59,141,1.428,142,0.888,146,1.167,151,0.59,152,1.031,157,1.013,159,1.013,164,1.013,173,1.779,175,1.61,180,1.331,208,1.031,223,1.378,224,0.802,225,1.56,226,1.169,227,1.169,228,0.802,229,1.536,230,0.802,231,0.802,232,1.378,233,0.802,234,0.802,235,0.802,236,0.802,237,1.169,238,1.169,239,0.802,240,1.169,241,1.823,242,2.293,243,1.536,244,0.802,245,0.802,246,0.802,247,0.802,248,0.802,249,0.802,250,0.802,251,1.169,252,0.802,253,0.802,254,0.802,255,0.802,256,0.802,257,0.802,258,0.802,259,0.802,260,0.802,261,0.802,262,0.802,263,0.802,264,0.802,265,0.802,266,0.802,267,0.802,268,0.802,269,0.802,270,0.802,271,1.811,272,1.378,273,1.378,274,0.802,275,0.802,276,1.378,277,0.802,278,0.802,279,0.802,280,0.802,281,0.802,282,0.802,283,2.642,284,0.802,285,0.802,286,0.802,287,0.802,288,0.802,289,0.802,290,0.802,291,0.802,292,0.802,293,1.378,294,0.802,295,0.802,296,1.378,297,1.811,298,1.811,299,2.42,300,0.802,301,0.802,302,0.802,303,0.802,304,1.378,305,0.802,306,0.802,307,1.378,308,1.378,309,0.802,310,1.378,311,0.802,312,0.802,313,0.802,314,0.802,315,0.802,316,0.802,317,0.802,318,0.802,319,0.802,320,0.802,321,0.802,322,0.802,323,0.802,324,0.802,325,1.378,326,0.802,327,0.802,328,0.802,329,0.802,330,0.802,331,0.802,332,0.802,333,0.802,334,0.802,335,1.378,336,0.802,337,0.802,338,0.802,339,0.802,340,0.802,341,0.802,342,0.802,343,0.802,344,0.802]],["title/find.html#what-does-it-do",[]],["text/find.html#what-does-it-do",[10,1.403,24,0.968,223,3.522,224,3.522,225,2.271,226,2.988]],["title/find.html#how-do-i-use-it",[30,0.692]],["text/find.html#how-do-i-use-it",[1,0.897,7,1.285,15,1.871,16,1.641,24,1.027,63,1.449,65,1.871,80,1.871,96,1.285,137,1.641,139,1.641,141,1.285,142,1.641,152,1.449,175,1.449,208,1.449,225,1.641,226,2.159,227,2.159,228,2.545,229,2.839,230,2.545,231,2.545,232,3.346,233,2.545,234,2.545,235,2.545,236,2.545,237,2.159,238,2.159,239,2.545,240,2.159,241,2.159,242,1.871,243,2.159,244,2.545,245,2.545]],["title/find.html#keyboard-shortcuts",[137,1.221,139,1.221]],["text/find.html#keyboard-shortcuts",[1,0.65,13,1.746,22,1.99,24,1.058,96,1.367,140,1.99,141,1.759,175,1.542,208,1.983,225,1.746,237,2.297,238,2.297,241,3.267,242,2.561,243,2.955,246,2.707,247,2.707,248,2.707,249,2.707,250,2.707,251,2.297,252,2.707,253,2.707,254,2.707,255,2.707,256,2.707,257,2.707]],["title/find.html#how-does-it-work",[25,1.272]],["text/find.html#how-does-it-work",[1,1.094,5,0.723,7,0.641,12,1.616,24,0.349,29,0.933,30,0.554,31,0.933,32,0.723,33,0.641,44,0.933,96,0.641,104,0.933,138,2.648,141,1.265,146,1.299,151,0.933,152,0.723,159,1.482,164,1.482,173,2.287,175,1.772,225,1.299,229,1.077,242,2.435,251,1.077,258,1.27,259,1.27,260,1.27,261,1.27,262,1.27,263,1.27,264,1.27,265,1.27,266,1.27,267,1.27,268,1.27,269,1.27,270,1.27,271,2.506,272,2.015,273,2.015,274,1.27,275,1.27,276,2.015,277,1.27,278,1.27,279,1.27,280,1.27,281,1.27,282,1.27,283,3.312,284,1.27,285,1.27,286,1.27,287,1.27,288,1.27,289,1.27,290,1.27,291,1.27,292,1.27,293,2.015,294,1.27,295,1.27,296,2.015,297,2.506,298,2.506,299,3.112,300,1.27,301,1.27,302,1.27,303,1.27,304,2.015,305,1.27,306,1.27,307,2.015,308,2.015,309,1.27,310,2.015,311,1.27,312,1.27,313,1.27,314,1.27,315,1.27,316,1.27]],["title/find.html#when-would-this-be-used",[30,0.692]],["text/find.html#when-would-this-be-used",[0,0.715,1,1.009,10,0.912,25,1.573,30,0.629,88,1.682,96,1.573,134,1.682,135,1.475,141,1.155,142,1.475,146,1.475,152,1.303,157,2.29,180,2.605,227,1.941,240,1.941,317,2.288,318,2.288,319,2.288,320,2.288,321,2.288,322,2.288,323,2.288,324,2.288,325,3.116,326,2.288,327,2.288,328,2.288,329,2.288,330,2.288,331,2.288,332,2.288,333,2.288,334,2.288,335,3.116,336,2.288,337,2.288,338,2.288,339,2.288,340,2.288,341,2.288,342,2.288,343,2.288,344,2.288]],["title/Tools/New.html",[24,0.52,345,1.607]],["text/Tools/New.html",[1,0.873,24,0.999,345,3.084]],["title/Tools/New.html#new-note",[24,0.52,345,1.607]],["text/Tools/New.html#new-note",[]]],"fields":["title","text"],"invertedIndex":[["",{"_index":1,"text":{"Tools/New.html":{},"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#background":{},"index.html#dependencies":{},"index.html#installation":{},"index.html#path":{},"index.html#when-or-why-would-i-use-this":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["1",{"_index":239,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c",{"_index":316,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["2",{"_index":251,"text":{"find.html":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["20",{"_index":285,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["3",{"_index":257,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["4",{"_index":263,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["500",{"_index":278,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["80",{"_index":280,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["absolut",{"_index":250,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["access",{"_index":84,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["achiev",{"_index":265,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["act",{"_index":78,"text":{"index.html":{},"index.html#background":{},"index.html#usage":{}},"title":{}}],["add",{"_index":210,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["afterward",{"_index":69,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["allow",{"_index":76,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["alt",{"_index":242,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["ansi",{"_index":267,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["answer",{"_index":183,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["app",{"_index":238,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["arch",{"_index":154,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["assum",{"_index":59,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["aur",{"_index":37,"text":{"index.html":{},"index.html#dependencies":{},"index.html#installation":{}},"title":{}}],["avail",{"_index":36,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["background",{"_index":121,"text":{"index.html":{}},"title":{"index.html#background":{}}}],["backlink",{"_index":21,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["base",{"_index":72,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["bash",{"_index":49,"text":{"index.html":{},"index.html#installation":{},"index.html#path":{}},"title":{}}],["bashrc",{"_index":215,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["bat",{"_index":146,"text":{"find.html":{},"find.html#how-does-it-work":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["be",{"_index":343,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["befor",{"_index":120,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["below",{"_index":245,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["beneath",{"_index":79,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["between",{"_index":144,"text":{"index.html":{},"index.html#keyboard-bindings":{}},"title":{}}],["binari",{"_index":179,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["bind",{"_index":138,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{}},"title":{"index.html#keyboard-bindings":{}}}],["both",{"_index":338,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["brew",{"_index":155,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["bug",{"_index":340,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["bunch",{"_index":26,"text":{"index.html":{},"index.html#how-does-it-work":{}},"title":{}}],["c",{"_index":269,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["cadmu",{"_index":0,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#background":{},"index.html#cadmus":{},"index.html#how-does-it-work":{},"index.html#installation":{},"index.html#keyboard-bindings":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{"index.html#cadmus":{}}}],["cargo",{"_index":169,"text":{"index.html":{},"index.html#dependencies":{},"index.html#path":{}},"title":{}}],["case",{"_index":273,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["cat",{"_index":313,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["cd",{"_index":44,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#installation":{}},"title":{}}],["cli",{"_index":205,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["clipboard",{"_index":175,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["code",{"_index":264,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["color",{"_index":283,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["color=alway",{"_index":275,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["come",{"_index":168,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["command",{"_index":7,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#keyboard-bindings":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{}}],["config",{"_index":68,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["config/fish/config.fish",{"_index":222,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["content",{"_index":256,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["context",{"_index":284,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["copi",{"_index":241,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["coupl",{"_index":129,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["cq",{"_index":286,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["creat",{"_index":77,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["ctrl",{"_index":141,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#keyboard-bindings":{}},"title":{}}],["cut",{"_index":147,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["d",{"_index":46,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["data",{"_index":89,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["default",{"_index":237,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["demonstr",{"_index":123,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["depend",{"_index":60,"text":{"index.html":{},"index.html#installation":{},"index.html#path":{}},"title":{"index.html#dependencies":{}}}],["describ",{"_index":244,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["descript",{"_index":140,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#keyboard-bindings":{}},"title":{}}],["desk",{"_index":319,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["dev/nul",{"_index":274,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["dialog",{"_index":224,"text":{"find.html":{},"find.html#what-does-it-do":{}},"title":{}}],["directori",{"_index":63,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#installation":{},"index.html#path":{},"index.html#usage":{}},"title":{}}],["dirnam",{"_index":312,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["discord",{"_index":337,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["display",{"_index":34,"text":{"index.html":{},"index.html#how-does-it-work":{}},"title":{}}],["document",{"_index":81,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["dokuwiki",{"_index":314,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["don't",{"_index":322,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["down",{"_index":295,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["driven",{"_index":8,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["e:execut",{"_index":302,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["echo",{"_index":211,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["edit",{"_index":11,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["enter",{"_index":236,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["essenti",{"_index":29,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#how-does-it-work":{}},"title":{}}],["even",{"_index":116,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["evernot",{"_index":127,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["exit",{"_index":254,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["export",{"_index":212,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["extens",{"_index":194,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["f",{"_index":308,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["f:execut",{"_index":311,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["f:interactive,pgup:preview",{"_index":292,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["fashion",{"_index":40,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["fd",{"_index":148,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["featur",{"_index":170,"text":{"index.html":{},"index.html#dependencies":{}},"title":{"index.html#recommended-for-all-features":{}}}],["fell",{"_index":112,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["fg:#f8f8f2,bg",{"_index":315,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["figur",{"_index":262,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["file",{"_index":13,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{}}],["filter",{"_index":18,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["filter/preview",{"_index":258,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["find",{"_index":10,"text":{"find.html":{},"find.html#what-does-it-do":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#dependencies":{},"index.html#keyboard-bindings":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{"find.html":{}}}],["fine",{"_index":42,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["fish",{"_index":217,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["footnot",{"_index":341,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["forev",{"_index":261,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["fork",{"_index":108,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["frankli",{"_index":92,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["free",{"_index":113,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["function",{"_index":74,"text":{"index.html":{},"index.html#background":{},"index.html#usage":{}},"title":{}}],["fuzzi",{"_index":228,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["fzf",{"_index":149,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["gener",{"_index":20,"text":{"index.html":{},"index.html#installation":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["git",{"_index":41,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["gnu",{"_index":150,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["good",{"_index":135,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#background":{},"index.html#recommended-for-all-features":{}},"title":{}}],["grep",{"_index":145,"text":{"index.html":{},"index.html#dependencies":{},"index.html#keyboard-bindings":{}},"title":{}}],["guak",{"_index":200,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["heard",{"_index":189,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["help",{"_index":130,"text":{"index.html":{},"index.html#background":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["hey",{"_index":118,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["highlight",{"_index":152,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["home",{"_index":56,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["home/.cargo/bin",{"_index":221,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["home/.local/bin",{"_index":219,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["home/bin",{"_index":220,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["html",{"_index":309,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["https://raw.githubusercontent.com/ryangreenup/cadmus/master/install.sh",{"_index":48,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["i'v",{"_index":188,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["idea",{"_index":122,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["ignor",{"_index":272,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["imagin",{"_index":317,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["implement",{"_index":75,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["includ",{"_index":166,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["index",{"_index":62,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["inform",{"_index":94,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["insid",{"_index":234,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["instal",{"_index":35,"text":{"index.html":{},"index.html#dependencies":{},"index.html#installation":{},"index.html#path":{}},"title":{"index.html#installation":{}}}],["install.sh",{"_index":50,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["instant",{"_index":231,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["interact",{"_index":259,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["interest",{"_index":87,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["interfac",{"_index":9,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["ip",{"_index":178,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["iproute2",{"_index":177,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["issu",{"_index":115,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["it'",{"_index":117,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["iterm2",{"_index":191,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["jq",{"_index":153,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["key",{"_index":246,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["keyboard",{"_index":137,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{}},"title":{"find.html#keyboard-shortcuts":{},"index.html#keyboard-bindings":{}}}],["kitti",{"_index":187,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["know",{"_index":323,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["knowledg",{"_index":2,"text":{"index.html":{},"index.html#cadmus":{},"index.html#usage":{}},"title":{}}],["l",{"_index":270,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["line",{"_index":276,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["line:style:nobold",{"_index":289,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["linear",{"_index":325,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["link",{"_index":23,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["linux/mac",{"_index":331,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["local/bin/cadmu",{"_index":57,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["m",{"_index":268,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["mac",{"_index":181,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["make",{"_index":109,"text":{"index.html":{},"index.html#dependencies":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["manag",{"_index":3,"text":{"index.html":{},"index.html#cadmus":{}},"title":{}}],["markdown",{"_index":12,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{}}],["marktext",{"_index":202,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["match",{"_index":229,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{}},"title":{}}],["match:bg:30,200,30",{"_index":291,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["match:fg:21,39,200",{"_index":288,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["match:style:bold",{"_index":290,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["materi",{"_index":193,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["math",{"_index":88,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["mathml",{"_index":310,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["mdcat",{"_index":157,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["mdless",{"_index":203,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["mkdoc",{"_index":192,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["mktemp",{"_index":45,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["mod",{"_index":329,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["modular",{"_index":105,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["moment",{"_index":335,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["multipl",{"_index":85,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["name",{"_index":15,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["necessari",{"_index":199,"text":{"index.html":{},"index.html#path":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["new",{"_index":345,"text":{"Tools/New.html":{}},"title":{"Tools/New.html":{},"Tools/New.html#new-note":{}}}],["node",{"_index":158,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["note",{"_index":24,"text":{"Tools/New.html":{},"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#what-does-it-do":{},"index.html":{},"index.html#installation":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{"Tools/New.html":{},"Tools/New.html#new-note":{}}}],["number",{"_index":287,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["nvim",{"_index":196,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["o",{"_index":252,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["o:execut",{"_index":304,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["onenot",{"_index":126,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["open",{"_index":96,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["oper",{"_index":38,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["out",{"_index":104,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["overload",{"_index":95,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["page",{"_index":293,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["pandoc",{"_index":159,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["path",{"_index":208,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#path":{}},"title":{"index.html#path":{}}}],["path=\"$home/.cargo/bin:$path",{"_index":214,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["path=\"$home/.local/bin:$path",{"_index":213,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["pcre2",{"_index":167,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["perform",{"_index":53,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["perl",{"_index":160,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["pgdn",{"_index":248,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["pgup",{"_index":247,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["philosophi",{"_index":101,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["pip",{"_index":209,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["pipe",{"_index":31,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#how-does-it-work":{}},"title":{}}],["pleas",{"_index":111,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["portabl",{"_index":39,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["post",{"_index":114,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["power",{"_index":124,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["pr'",{"_index":110,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["prefer",{"_index":339,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["present",{"_index":230,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["press",{"_index":232,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["pretti",{"_index":282,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["prevent",{"_index":342,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["preview",{"_index":225,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#what-does-it-do":{}},"title":{}}],["project",{"_index":82,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["provid",{"_index":6,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["python",{"_index":161,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["q",{"_index":142,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#keyboard-bindings":{}},"title":{}}],["quit",{"_index":91,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["rang",{"_index":277,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["ranger",{"_index":162,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["readabl",{"_index":204,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["realiti",{"_index":128,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["realli",{"_index":134,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#background":{}},"title":{}}],["realpath",{"_index":151,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["recod",{"_index":163,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["recol",{"_index":61,"text":{"index.html":{},"index.html#background":{},"index.html#dependencies":{},"index.html#installation":{}},"title":{}}],["recommend",{"_index":176,"text":{"index.html":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{},"index.html#recommended-for-all-features":{}}}],["recurr",{"_index":326,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["reimplement",{"_index":107,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["rel",{"_index":22,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["relat",{"_index":327,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["remov",{"_index":51,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["replac",{"_index":125,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["requir",{"_index":321,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["reson",{"_index":102,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["respect",{"_index":332,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["rf",{"_index":55,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["rg",{"_index":164,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["right",{"_index":344,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["ripgrep",{"_index":32,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#background":{},"index.html#dependencies":{},"index.html#how-does-it-work":{}},"title":{}}],["rm",{"_index":54,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["run",{"_index":65,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#usage":{}},"title":{}}],["sci",{"_index":90,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["script",{"_index":28,"text":{"index.html":{},"index.html#background":{},"index.html#how-does-it-work":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["scroll",{"_index":249,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["sd",{"_index":171,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["search",{"_index":16,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{}}],["sed",{"_index":172,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["select",{"_index":299,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["set",{"_index":218,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["shell",{"_index":27,"text":{"index.html":{},"index.html#background":{},"index.html#how-does-it-work":{}},"title":{}}],["shortcut",{"_index":139,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#keyboard-bindings":{}},"title":{"find.html#keyboard-shortcuts":{}}}],["shortli",{"_index":73,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["show",{"_index":70,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["side",{"_index":226,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#what-does-it-do":{}},"title":{}}],["silent(cat",{"_index":307,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["silent(cod",{"_index":301,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["silent(echo",{"_index":297,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["silent(emac",{"_index":303,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["silent(xdg",{"_index":305,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["simpl",{"_index":99,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["sit",{"_index":318,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["sk",{"_index":266,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["skim",{"_index":33,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#background":{},"index.html#dependencies":{},"index.html#how-does-it-work":{},"index.html#keyboard-bindings":{}},"title":{}}],["solut",{"_index":328,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["solv",{"_index":324,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["someth",{"_index":240,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#when-would-this-be-used":{}},"title":{}}],["sourc",{"_index":97,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["stackexchang",{"_index":182,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["start",{"_index":223,"text":{"find.html":{},"find.html#what-does-it-do":{}},"title":{}}],["still",{"_index":83,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["strictli",{"_index":198,"text":{"index.html":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["string",{"_index":235,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["stuff",{"_index":98,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["such",{"_index":14,"text":{"index.html":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{}}],["sudden",{"_index":320,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["suffer",{"_index":93,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["suffici",{"_index":52,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["suggest",{"_index":184,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["sure",{"_index":165,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["switch",{"_index":143,"text":{"index.html":{},"index.html#keyboard-bindings":{}},"title":{}}],["t",{"_index":271,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["tag",{"_index":19,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["take",{"_index":106,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["tecton",{"_index":185,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["term",{"_index":17,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["termin",{"_index":5,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#background":{},"index.html#cadmus":{},"index.html#usage":{}},"title":{}}],["texliv",{"_index":186,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["theme",{"_index":195,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["theme=twodark",{"_index":281,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["thing",{"_index":190,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["through",{"_index":67,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["tie",{"_index":132,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["tmsu",{"_index":136,"text":{"index.html":{},"index.html#background":{},"index.html#dependencies":{}},"title":{}}],["todo",{"_index":333,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["togeth",{"_index":133,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["toggl",{"_index":233,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["took",{"_index":260,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["tool",{"_index":4,"text":{"index.html":{},"index.html#background":{},"index.html#cadmus":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["tri",{"_index":103,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["type",{"_index":227,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#when-would-this-be-used":{}},"title":{}}],["ubuntu",{"_index":156,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["unix",{"_index":100,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["up,pgdn:preview",{"_index":294,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["us",{"_index":30,"text":{"find.html":{},"find.html#how-does-it-work":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#dependencies":{},"index.html#how-does-it-work":{},"index.html#installation":{},"index.html#usage":{}},"title":{"find.html#how-do-i-use-it":{},"find.html#when-would-this-be-used":{},"index.html#how-do-i-use-it":{},"index.html#when-or-why-would-i-use-this":{}}}],["usag",{"_index":64,"text":{"index.html":{}},"title":{"index.html#usage":{}}}],["user",{"_index":131,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["v:execut",{"_index":300,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["variou",{"_index":71,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["vnote",{"_index":206,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["vscode",{"_index":207,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["w",{"_index":243,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["w:execut",{"_index":296,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["walk",{"_index":66,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["want",{"_index":80,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#usage":{}},"title":{}}],["warn",{"_index":58,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["weasyprint",{"_index":197,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["well",{"_index":43,"text":{"index.html":{},"index.html#installation":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["wget",{"_index":47,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["width",{"_index":279,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["without",{"_index":253,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["wl",{"_index":174,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["work",{"_index":25,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#recommended-for-all-features":{},"index.html#usage":{}},"title":{"find.html#how-does-it-work":{},"index.html#how-does-it-work":{}}}],["wrote",{"_index":86,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["x",{"_index":119,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["xarg",{"_index":298,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["xclip",{"_index":173,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["xdg",{"_index":330,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["xorg",{"_index":334,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["y",{"_index":255,"text":{"find.html":{},"find.html#keyboard-shortcuts":{}},"title":{}}],["y:execut",{"_index":306,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["yakuak",{"_index":201,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["you'r",{"_index":180,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["zsh",{"_index":216,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["zulip",{"_index":336,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}]],"pipeline":["stemmer"],"version":"2.3.8"}} \ No newline at end of file +{"config":{"lang":["en"],"min_search_length":3,"prebuild_index":true,"separator":"[\\s\\-]+"},"docs":[{"location":"index.html","text":"Cadmus! \u00b6 Cadmus is a knowledge management tool in your terminal. What does it do \u00b6 Cadmus provides command driven interface to find and edit Markdown files, such as finding by name, searching for terms, filtering by tags, generating backlinks and generating relative links to other notes. How does it Work \u00b6 Cadmus is just a bunch of shell scripts that essentially use pipes and ripgrep with skim to display them. How Do i Use It \u00b6 Installation \u00b6 cadmus is available on the AUR , generally however cadmus will operate in a portable fashion from =~/.cadmus/=, so just using git is fine as well: cd $( mktemp -d ) wget https://raw.githubusercontent.com/RyanGreenup/cadmus/master/install.sh bash install.sh Note To remove it it is sufficient to perform: rm -rf \" $HOME /.cadmus\" rm ~/.local/bin/cadmus Warning This assumes that the dependencies have all been installed and recoll is indexing the directory of your notes. Usage \u00b6 Just run cadmus at the terminal and it will walk you through generating a config file. Afterwards running cadmus will show various commands such as find and search that can be used to work with your knowledge base. Note Shortly functionality will be implemented to allow creating a .cadmus file in any directory that will act as a config for all markdown files beneath that directory, this is useful if you want to use cadmus with documentation for a project and still have access to your notes, or have multiple knowledge bases. When or Why Would I Use This \u00b6 Well I wrote this because my interests are Math and Data Sci and quite frankly I suffer from information overload, I like open-source stuff, simple scripts and unix philosophy so if any of that resonates with you try it out. This is all modular so take what you like and reimplement it, fork it, make PR's and please fell free to post issues even if it's just to say Hey, I like tool x have you tried it before? . Background \u00b6 The idea of cadmus is to demonstrate how powerful the terminal can be and how it can act as a functional replacement for tools like OneNote or Evernote. In reality Cadmus is just a couple of shell scripts to help users tie together other really good tools like Skim , ripgrep , recoll and TMSU . keyboard bindings \u00b6 Command Shortcut Description cadmus find Ctrl - Q switch between find and grep in skim Dependencies \u00b6 bat cut fd find fzf GNU realpath grep highlight jq Arch | brew | ubuntu mdcat AUR node Pandoc perl python ranger recode Recoll rg Make sure to include pcre2 , this comes in Arch , if using cargo : cargo install ripgrep --features 'pcre2' sd sed skim tmsu AUR xclip or wl-clipboard Recommended for all Features \u00b6 iproute2 (for the ip binary) if you're on mac this stackExchange answer suggests iproute2 may work tectonic texlive Kitty I've also heard good things about iterm2 MkDocs MkDocs Material Extensions MkDocs Material Theme nvim tectonic WeasyPrint Interesting / Helpful / Recommended Generally (Not strictly necessary) \u00b6 guake or yakuake MarkText mdless readability-cli VNote VSCode PATH \u00b6 If any dependencies are installed with pip or cargo it will be necessary to add these directories to your PATH : ## bash echo ' export PATH=\"$HOME/.local/bin:$PATH\" export PATH=\"$HOME/.cargo/bin:$PATH\" ' >> ~/.bashrc ## zsh echo ' export PATH=\"$HOME/.local/bin:$PATH\" export PATH=\"$HOME/.cargo/bin:$PATH\" ' >> ~/.bashrc ## fish echo ' set PATH $HOME/.local/bin $PATH set PATH $HOME/bin $PATH set PATH \"$HOME/.cargo/bin $PATH ' >> ~/.config/fish/config.fish","title":"What does it do"},{"location":"index.html#cadmus","text":"Cadmus is a knowledge management tool in your terminal.","title":"Cadmus!"},{"location":"index.html#what-does-it-do","text":"Cadmus provides command driven interface to find and edit Markdown files, such as finding by name, searching for terms, filtering by tags, generating backlinks and generating relative links to other notes.","title":"What does it do"},{"location":"index.html#how-does-it-work","text":"Cadmus is just a bunch of shell scripts that essentially use pipes and ripgrep with skim to display them.","title":"How does it Work"},{"location":"index.html#how-do-i-use-it","text":"","title":"How Do i Use It"},{"location":"index.html#installation","text":"cadmus is available on the AUR , generally however cadmus will operate in a portable fashion from =~/.cadmus/=, so just using git is fine as well: cd $( mktemp -d ) wget https://raw.githubusercontent.com/RyanGreenup/cadmus/master/install.sh bash install.sh Note To remove it it is sufficient to perform: rm -rf \" $HOME /.cadmus\" rm ~/.local/bin/cadmus Warning This assumes that the dependencies have all been installed and recoll is indexing the directory of your notes.","title":"Installation"},{"location":"index.html#usage","text":"Just run cadmus at the terminal and it will walk you through generating a config file. Afterwards running cadmus will show various commands such as find and search that can be used to work with your knowledge base. Note Shortly functionality will be implemented to allow creating a .cadmus file in any directory that will act as a config for all markdown files beneath that directory, this is useful if you want to use cadmus with documentation for a project and still have access to your notes, or have multiple knowledge bases.","title":"Usage"},{"location":"index.html#when-or-why-would-i-use-this","text":"Well I wrote this because my interests are Math and Data Sci and quite frankly I suffer from information overload, I like open-source stuff, simple scripts and unix philosophy so if any of that resonates with you try it out. This is all modular so take what you like and reimplement it, fork it, make PR's and please fell free to post issues even if it's just to say Hey, I like tool x have you tried it before? .","title":"When or Why Would I Use This"},{"location":"index.html#background","text":"The idea of cadmus is to demonstrate how powerful the terminal can be and how it can act as a functional replacement for tools like OneNote or Evernote. In reality Cadmus is just a couple of shell scripts to help users tie together other really good tools like Skim , ripgrep , recoll and TMSU .","title":"Background"},{"location":"index.html#keyboard-bindings","text":"Command Shortcut Description cadmus find Ctrl - Q switch between find and grep in skim","title":"keyboard bindings"},{"location":"index.html#dependencies","text":"bat cut fd find fzf GNU realpath grep highlight jq Arch | brew | ubuntu mdcat AUR node Pandoc perl python ranger recode Recoll rg Make sure to include pcre2 , this comes in Arch , if using cargo : cargo install ripgrep --features 'pcre2' sd sed skim tmsu AUR xclip or wl-clipboard","title":"Dependencies"},{"location":"index.html#recommended-for-all-features","text":"iproute2 (for the ip binary) if you're on mac this stackExchange answer suggests iproute2 may work tectonic texlive Kitty I've also heard good things about iterm2 MkDocs MkDocs Material Extensions MkDocs Material Theme nvim tectonic WeasyPrint","title":"Recommended for all Features"},{"location":"index.html#interesting-helpful-recommended-generally-not-strictly-necessary","text":"guake or yakuake MarkText mdless readability-cli VNote VSCode","title":"Interesting / Helpful / Recommended Generally (Not strictly necessary)"},{"location":"index.html#path","text":"If any dependencies are installed with pip or cargo it will be necessary to add these directories to your PATH : ## bash echo ' export PATH=\"$HOME/.local/bin:$PATH\" export PATH=\"$HOME/.cargo/bin:$PATH\" ' >> ~/.bashrc ## zsh echo ' export PATH=\"$HOME/.local/bin:$PATH\" export PATH=\"$HOME/.cargo/bin:$PATH\" ' >> ~/.bashrc ## fish echo ' set PATH $HOME/.local/bin $PATH set PATH $HOME/bin $PATH set PATH \"$HOME/.cargo/bin $PATH ' >> ~/.config/fish/config.fish","title":"PATH"},{"location":"find.html","text":"Note Start this with cadmus find What does it do \u00b6 This starts a find dialog with a preview of the note on the side. How Do I use it \u00b6 After running the command type in the name or directory of a note and the fuzzy matches will be presented with an instant preview to the side. Press Ctrl + Q to toggle searching inside the note for a string, any matches will be highlighted. Pressing Enter on a note will open it in the default app, 1 if you want to do something else with it copy the path to the clipboard with Alt + w as described below in Keyboard Shortcuts . Keyboard Shortcuts \u00b6 Keys Description PgUp / PgDn Scroll Preview Ctrl - w Copy Absolute path to note 2 Alt - w Copy Relative path to note Ctrl - o Open the note in the default app without exiting Alt - y Copy File Contents to Clipboard 3 When Would This Be Used \u00b6 Imagine you're sitting at your desk and you forgot how to pipe with Mathematica , you're solution is cadmus find and then type something like computer algebra then Ctrl - Q -> . Example \u00b6 How does it Work \u00b6 So essentially this just uses skim and bat to filter/preview the notes, the interactive command is used with ripgrep and piping (that took me forever to figure out!!) to highlight the match in the preview. 4 This is the code that achieves it: sk --ansi -m -c 'rg -l -t markdown --ignore-case \"{}\"' \\ --preview \"bat {} 2> /dev/null \\ --color=always --line-range :500 \\ --terminal-width 80 \\ --theme=TwoDark |\\ rg --pretty --colors --context 20 {cq} \\ --no-line-number --ignore-case \\ --colors 'match:fg:21,39,200' \\ --colors 'line:style:nobold' \\ --colors 'match:style:bold' \\ --colors 'match:bg:30,200,30'\" \\ --bind 'ctrl-f:interactive,pgup:preview-page-up,pgdn:preview-page-down' \\ --bind 'ctrl-w:execute-silent(echo {} |\\ xargs realpath |\\ xclip -selection clipboard)' \\ --bind 'alt-w:execute-silent(echo {} | xclip -selection clipboard)' \\ --bind 'alt-v:execute-silent(code -a {}),alt-e:execute-silent(emacs {})' \\ --bind 'ctrl-o:execute-silent(xdg-open {})' \\ --bind 'alt-y:execute-silent(cat {} | xclip -selection clipboard)' \\ --bind 'alt-o:execute-silent(cat {} |\\ pandoc -f markdown -t html --mathml |\\ xclip -selection clipboard)' \\ --bind 'alt-f:execute-silent(echo {} |\\ xargs dirname |\\ xargs cd; cat {} |\\ pandoc -f markdown -t dokuwiki --mathml |\\ xclip -selection clipboard)' \\ --color = fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c xdg-open / open on Linux/Mac respectively \u21a9 TODO: this only works on Xorg at the moment \u21a9 This is really good for Zulip / Discord \u21a9 This highlighting works with both bat and MDCat , I prefer MDCat but there is a bug with footnotes preventing me from being able to use it right at the moment. \u21a9","title":"Find"},{"location":"find.html#what-does-it-do","text":"This starts a find dialog with a preview of the note on the side.","title":"What does it do"},{"location":"find.html#how-do-i-use-it","text":"After running the command type in the name or directory of a note and the fuzzy matches will be presented with an instant preview to the side. Press Ctrl + Q to toggle searching inside the note for a string, any matches will be highlighted. Pressing Enter on a note will open it in the default app, 1 if you want to do something else with it copy the path to the clipboard with Alt + w as described below in Keyboard Shortcuts .","title":"How Do I use it"},{"location":"find.html#keyboard-shortcuts","text":"Keys Description PgUp / PgDn Scroll Preview Ctrl - w Copy Absolute path to note 2 Alt - w Copy Relative path to note Ctrl - o Open the note in the default app without exiting Alt - y Copy File Contents to Clipboard 3","title":"Keyboard Shortcuts"},{"location":"find.html#when-would-this-be-used","text":"Imagine you're sitting at your desk and you forgot how to pipe with Mathematica , you're solution is cadmus find and then type something like computer algebra then Ctrl - Q -> .","title":"When Would This Be Used"},{"location":"find.html#example","text":"","title":"Example"},{"location":"find.html#how-does-it-work","text":"So essentially this just uses skim and bat to filter/preview the notes, the interactive command is used with ripgrep and piping (that took me forever to figure out!!) to highlight the match in the preview. 4 This is the code that achieves it: sk --ansi -m -c 'rg -l -t markdown --ignore-case \"{}\"' \\ --preview \"bat {} 2> /dev/null \\ --color=always --line-range :500 \\ --terminal-width 80 \\ --theme=TwoDark |\\ rg --pretty --colors --context 20 {cq} \\ --no-line-number --ignore-case \\ --colors 'match:fg:21,39,200' \\ --colors 'line:style:nobold' \\ --colors 'match:style:bold' \\ --colors 'match:bg:30,200,30'\" \\ --bind 'ctrl-f:interactive,pgup:preview-page-up,pgdn:preview-page-down' \\ --bind 'ctrl-w:execute-silent(echo {} |\\ xargs realpath |\\ xclip -selection clipboard)' \\ --bind 'alt-w:execute-silent(echo {} | xclip -selection clipboard)' \\ --bind 'alt-v:execute-silent(code -a {}),alt-e:execute-silent(emacs {})' \\ --bind 'ctrl-o:execute-silent(xdg-open {})' \\ --bind 'alt-y:execute-silent(cat {} | xclip -selection clipboard)' \\ --bind 'alt-o:execute-silent(cat {} |\\ pandoc -f markdown -t html --mathml |\\ xclip -selection clipboard)' \\ --bind 'alt-f:execute-silent(echo {} |\\ xargs dirname |\\ xargs cd; cat {} |\\ pandoc -f markdown -t dokuwiki --mathml |\\ xclip -selection clipboard)' \\ --color = fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c xdg-open / open on Linux/Mac respectively \u21a9 TODO: this only works on Xorg at the moment \u21a9 This is really good for Zulip / Discord \u21a9 This highlighting works with both bat and MDCat , I prefer MDCat but there is a bug with footnotes preventing me from being able to use it right at the moment. \u21a9","title":"How does it Work"},{"location":"search.html","text":"Note Start this with cadmus search What does it do \u00b6 This starts a search dialog with a preview of the note on the side. How Do I use it \u00b6 Warning This requires recoll set up to index your notes directory. After running the command type in a query just like you would with Google , matches will be presented with an instant preview to the side. Press Ctrl + Q to toggle search inside the note for a string (there will not be highlighting) 1 Pressing Enter on a note will open it in the default app, 2 if you want to do something else with it copy the path to the clipboard with Alt + w as described below in Keyboard Shortcuts . Keyboard Shortcuts \u00b6 Keys Description PgUp / PgDn Scroll Preview Ctrl - w Copy Absolute path to note 3 Alt - w Copy Relative path to note Ctrl - o Open the note in the default app without exiting Alt - y Copy File Contents to Clipboard 4 When Would This Be Used \u00b6 Imagine you're sitting at your desk and this time you need to, solve a linear recurrence relation, you're solution is cadmus search and then type something like linear recursion then Ctrl - Q math mod . Example \u00b6 How does it Work \u00b6 So essentially this just uses skim and bat to filter/preview the notes, the interactive command is used with ripgrep and piping (that took me forever to figure out!!) to highlight the match in the preview. 5 This is the code that achieves it: sk -m -i -c 'recoll -b -t -q \"ext:md\" {} |\\ cut -c 8- | sed s/^/realpath\\ \\\"/ |\\ sed s+\\$+\\\"\\ --relative-to\\ \\\"./\\\"+ | bash' \\ --bind pgup:preview-page-up,pgdn:preview-page-down \\ --preview \"bat --color=always --line-range :500 \\ --terminal-width 80 --theme=TwoDark {+} \\ --italic-text=always \\ --decorations=always\" \\ --color = fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c The distinction between this and find is essentially the distinction between grep and a search engine. \u21a9 xdg-open / open on Linux/Mac respectively \u21a9 TODO: this only works on Xorg at the moment \u21a9 This is really good for Zulip / Discord \u21a9 This highlighting works with both bat and MDCat , I prefer MDCat but there is a bug with footnotes preventing me from being able to use it right at the moment. \u21a9","title":"Search"},{"location":"search.html#what-does-it-do","text":"This starts a search dialog with a preview of the note on the side.","title":"What does it do"},{"location":"search.html#how-do-i-use-it","text":"Warning This requires recoll set up to index your notes directory. After running the command type in a query just like you would with Google , matches will be presented with an instant preview to the side. Press Ctrl + Q to toggle search inside the note for a string (there will not be highlighting) 1 Pressing Enter on a note will open it in the default app, 2 if you want to do something else with it copy the path to the clipboard with Alt + w as described below in Keyboard Shortcuts .","title":"How Do I use it"},{"location":"search.html#keyboard-shortcuts","text":"Keys Description PgUp / PgDn Scroll Preview Ctrl - w Copy Absolute path to note 3 Alt - w Copy Relative path to note Ctrl - o Open the note in the default app without exiting Alt - y Copy File Contents to Clipboard 4","title":"Keyboard Shortcuts"},{"location":"search.html#when-would-this-be-used","text":"Imagine you're sitting at your desk and this time you need to, solve a linear recurrence relation, you're solution is cadmus search and then type something like linear recursion then Ctrl - Q math mod .","title":"When Would This Be Used"},{"location":"search.html#example","text":"","title":"Example"},{"location":"search.html#how-does-it-work","text":"So essentially this just uses skim and bat to filter/preview the notes, the interactive command is used with ripgrep and piping (that took me forever to figure out!!) to highlight the match in the preview. 5 This is the code that achieves it: sk -m -i -c 'recoll -b -t -q \"ext:md\" {} |\\ cut -c 8- | sed s/^/realpath\\ \\\"/ |\\ sed s+\\$+\\\"\\ --relative-to\\ \\\"./\\\"+ | bash' \\ --bind pgup:preview-page-up,pgdn:preview-page-down \\ --preview \"bat --color=always --line-range :500 \\ --terminal-width 80 --theme=TwoDark {+} \\ --italic-text=always \\ --decorations=always\" \\ --color = fg:#f8f8f2,bg:-1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c The distinction between this and find is essentially the distinction between grep and a search engine. \u21a9 xdg-open / open on Linux/Mac respectively \u21a9 TODO: this only works on Xorg at the moment \u21a9 This is really good for Zulip / Discord \u21a9 This highlighting works with both bat and MDCat , I prefer MDCat but there is a bug with footnotes preventing me from being able to use it right at the moment. \u21a9","title":"How does it Work"},{"location":"Tools/New.html","text":"New Note \u00b6","title":"New Note"},{"location":"Tools/New.html#new-note","text":"","title":"New Note"},{"location":"tags/Filter.html","text":"Note Start this with cadmus tags filter What does it do \u00b6 This concurrently filters your notes based on the tags that are in TMSU , it will be necessary to create tags in TMSU before doing this if the tags have changed. How Do I use it \u00b6 After running the command a list of tags that are currently in the tmsu database will be presented, press Enter to select an inital tag. From here the following will be displayed: Chosen Tags Matching Notes Concurrent Tags Further tags can be chosen to narrow down the search by pressing t or the currently selected tags can be accepted with Any key. After accepting the chosen tags with any key, all the files can be symlinked into /tmp , opened in VScode 1 or the find selecor can be started on the matches. When Would This Be Used \u00b6 This is great for when you're trying to collect all the knowledge you have on a particular topic when it isn't captured by your directory structure. (e.g. all notes on #programming may span many different directories) Example \u00b6 How does it Work \u00b6 I don't remember haha. Basically there is a bash function that finds tags in /TMSU/ and it's recursively called with t until any key is pressed. The chosen tags are subtracted from the concurrent tags by using comm : ConcurrentTags = \" $( comm -13 < ( echo \" $ChosenTags \" | sort ) <(echo \" $ConcurrentTags \" | sort))\" The relevant script is in bin/tags/FilterNotesByTMSUTag.sh This will probably change to the default app when I get time to look at it, just change it to whatever app you like in /bin/tags/FilterNotesByTMSUTag.sh \u21a9","title":"Filter"},{"location":"tags/Filter.html#what-does-it-do","text":"This concurrently filters your notes based on the tags that are in TMSU , it will be necessary to create tags in TMSU before doing this if the tags have changed.","title":"What does it do"},{"location":"tags/Filter.html#how-do-i-use-it","text":"After running the command a list of tags that are currently in the tmsu database will be presented, press Enter to select an inital tag. From here the following will be displayed: Chosen Tags Matching Notes Concurrent Tags Further tags can be chosen to narrow down the search by pressing t or the currently selected tags can be accepted with Any key. After accepting the chosen tags with any key, all the files can be symlinked into /tmp , opened in VScode 1 or the find selecor can be started on the matches.","title":"How Do I use it"},{"location":"tags/Filter.html#when-would-this-be-used","text":"This is great for when you're trying to collect all the knowledge you have on a particular topic when it isn't captured by your directory structure. (e.g. all notes on #programming may span many different directories)","title":"When Would This Be Used"},{"location":"tags/Filter.html#example","text":"","title":"Example"},{"location":"tags/Filter.html#how-does-it-work","text":"I don't remember haha. Basically there is a bash function that finds tags in /TMSU/ and it's recursively called with t until any key is pressed. The chosen tags are subtracted from the concurrent tags by using comm : ConcurrentTags = \" $( comm -13 < ( echo \" $ChosenTags \" | sort ) <(echo \" $ConcurrentTags \" | sort))\" The relevant script is in bin/tags/FilterNotesByTMSUTag.sh This will probably change to the default app when I get time to look at it, just change it to whatever app you like in /bin/tags/FilterNotesByTMSUTag.sh \u21a9","title":"How does it Work"},{"location":"tags/create.html","text":"Note Start this with cadmus tags create Warning The tags stuff is a work in progress* , it's a bit rough around the edges. What does it do \u00b6 This starts an interactive dialog to extract inline #tags as well as tags in a YAML header and pass them to TMSU . How Do I use it \u00b6 After running the command type a menu will be displayed, if there is no pre-existing TMSU database, press n to create one and then re-execute cadmus tags create . From there usually you will want to extract both types of tags so press b , cadmus will sync the tags between your notes and TMSU 1 When Would This Be Used \u00b6 This needs to be used every time your tags are changed in order to bring tmsu back in sync, otherwise when you look for tags it won't show the correct notes. Example \u00b6 How does it Work \u00b6 Hash tags \u00b6 Hash tags are easy, just use ripgrep with pcre2 : rg --pcre2 '(?<=\\s#)[a-zA-Z]+(?=\\s)' -t markdown -o $NOTE_DIR \\ | sed s+:+ \\ + | sed s/^/tmsu \\ tag \\ / YAML Tags \u00b6 This is a little more involved, it's essentially a couple of `for`` loops over the files, I did it in R first but it was too slow so I redid it in NodeJS , checkout these files for the source code: /bin/tags/yaml-parse.js /home/ryan/.cadmus/bin/tags/ListTags.R Integrating with Vim \u00b6 I put these lines in my .vimrc to generate a list and filter tags using FZF.vim: imap < expr > < C - c >< C - y > fzf# vim # complete ( 'node ~/bin/printMarkdownTags/yaml-parse.js $HOME/Notes/MD/notes \\| sort -u' ) imap < expr > < C - c >< C - t > fzf# vim # complete ( 'rg --pcre2 \"\\s#[a-zA-Z-@]+\\s\" -o --no-filename $HOME/Notes/MD -t md \\| sort -u' ) Dependencies \u00b6 This requires, TMSU, nodejs and ripgrep with pcre2. I played with the idea of avoiding TMSU but it works really well and the Virtual File System is really neat. \u21a9","title":"Create"},{"location":"tags/create.html#what-does-it-do","text":"This starts an interactive dialog to extract inline #tags as well as tags in a YAML header and pass them to TMSU .","title":"What does it do"},{"location":"tags/create.html#how-do-i-use-it","text":"After running the command type a menu will be displayed, if there is no pre-existing TMSU database, press n to create one and then re-execute cadmus tags create . From there usually you will want to extract both types of tags so press b , cadmus will sync the tags between your notes and TMSU 1","title":"How Do I use it"},{"location":"tags/create.html#when-would-this-be-used","text":"This needs to be used every time your tags are changed in order to bring tmsu back in sync, otherwise when you look for tags it won't show the correct notes.","title":"When Would This Be Used"},{"location":"tags/create.html#example","text":"","title":"Example"},{"location":"tags/create.html#how-does-it-work","text":"","title":"How does it Work"},{"location":"tags/create.html#hash-tags","text":"Hash tags are easy, just use ripgrep with pcre2 : rg --pcre2 '(?<=\\s#)[a-zA-Z]+(?=\\s)' -t markdown -o $NOTE_DIR \\ | sed s+:+ \\ + | sed s/^/tmsu \\ tag \\ /","title":"Hash tags"},{"location":"tags/create.html#yaml-tags","text":"This is a little more involved, it's essentially a couple of `for`` loops over the files, I did it in R first but it was too slow so I redid it in NodeJS , checkout these files for the source code: /bin/tags/yaml-parse.js /home/ryan/.cadmus/bin/tags/ListTags.R","title":"YAML Tags"},{"location":"tags/create.html#integrating-with-vim","text":"I put these lines in my .vimrc to generate a list and filter tags using FZF.vim: imap < expr > < C - c >< C - y > fzf# vim # complete ( 'node ~/bin/printMarkdownTags/yaml-parse.js $HOME/Notes/MD/notes \\| sort -u' ) imap < expr > < C - c >< C - t > fzf# vim # complete ( 'rg --pcre2 \"\\s#[a-zA-Z-@]+\\s\" -o --no-filename $HOME/Notes/MD -t md \\| sort -u' )","title":"Integrating with Vim"},{"location":"tags/create.html#dependencies","text":"This requires, TMSU, nodejs and ripgrep with pcre2. I played with the idea of avoiding TMSU but it works really well and the Virtual File System is really neat. \u21a9","title":"Dependencies"}],"index":{"fieldVectors":[["title/index.html",[]],["text/index.html",[0,1.617,1,0.887,2,1.513,3,0.877,4,1.993,5,1.206,6,0.877,7,0.829,8,0.877,9,0.877,10,1.256,11,0.877,12,0.966,13,1.125,14,1.367,15,0.701,16,0.657,17,0.877,18,0.549,19,0.352,20,1.777,21,0.877,22,0.549,23,0.877,24,0.631,25,0.782,26,0.877,27,1.367,28,1.395,29,0.511,30,0.75,31,0.549,32,0.993,33,1.358,34,0.591,35,1.823,36,0.877,37,1.832,38,0.877,39,0.877,40,0.877,41,0.877,42,0.877,43,1.041,44,0.701,45,0.877,46,0.877,47,0.877,48,0.877,49,0.966,50,0.877,51,0.877,52,0.877,53,0.877,54,1.544,55,0.877,56,0.877,57,0.877,58,0.641,59,0.877,60,1.395,61,1.294,62,0.701,63,1.273,64,0.877,65,0.789,66,0.877,67,0.877,68,1.544,69,0.877,70,0.701,71,0.877,72,1.235,73,0.877,74,1.129,75,0.877,76,0.877,77,0.549,78,1.367,79,0.877,80,0.511,81,0.877,82,0.877,83,0.877,84,0.877,85,0.877,86,0.877,87,1.367,88,0.701,89,0.877,90,0.877,91,0.877,92,0.877,93,0.877,94,0.877,95,0.877,96,0.396,97,0.701,98,0.777,99,0.877,100,0.877,101,0.877,102,0.877,103,1.235,104,0.591,105,0.877,106,0.877,107,0.877,108,0.877,109,1.367,110,0.877,111,0.877,112,0.877,113,0.877,114,0.877,115,0.877,116,0.877,117,0.591,118,0.877,119,0.877,120,0.701,121,0.877,122,0.701,123,0.877,124,0.877,125,0.877,126,0.877,127,0.877,128,0.877,129,0.701,130,1.367,131,0.877,132,0.877,133,0.877,134,0.511,135,0.966,136,0.697,137,0.511,138,0.591,139,0.511,140,0.591,141,0.421,142,0.478,143,0.877,144,0.591,145,1.129,146,0.591,147,0.701,148,0.877,149,0.701,150,0.877,151,0.701,152,0.511,153,0.877,154,1.544,155,0.877,156,0.877,157,0.591,158,0.701,159,0.701,160,0.877,161,0.877,162,0.877,163,0.877,164,0.549,165,0.877,166,0.877,167,1.041,168,0.877,169,1.832,170,1.367,171,0.877,172,0.591,173,0.701,174,0.877,175,0.478,176,1.367,177,1.544,178,0.877,179,0.877,180,0.511,181,0.877,182,0.877,183,0.877,184,0.877,185,1.544,186,0.877,187,0.877,188,0.877,189,0.877,190,0.877,191,0.877,192,2.069,193,1.544,194,0.877,195,0.877,196,0.877,197,0.877,198,0.877,199,1.129,200,0.877,201,0.877,202,0.877,203,0.877,204,0.877,205,0.877,206,0.877,207,0.701,208,1.96,209,0.877,210,0.877,211,1.655,212,2.492,213,1.544,214,1.544,215,1.544,216,0.877,217,0.877,218,1.655,219,0.877,220,0.877,221,0.877,222,0.877]],["title/index.html#cadmus",[0,1.129]],["text/index.html#cadmus",[0,1.669,2,3.42,3,4.677,4,3.74,5,2.726]],["title/index.html#what-does-it-do",[]],["text/index.html#what-does-it-do",[0,1.394,6,3.906,7,1.566,8,3.906,9,3.906,10,1.951,11,3.906,12,2.443,13,1.763,14,3.458,15,3.123,16,1.661,17,3.906,18,2.443,19,1.566,20,3.044,21,3.906,22,2.443,23,3.906,24,0.867]],["title/index.html#how-does-it-work",[25,1.197]],["text/index.html#how-does-it-work",[0,1.577,26,4.42,27,3.913,28,2.98,29,2.576,30,0.921,31,2.765,32,2.121,33,2.409,34,2.98]],["title/index.html#how-do-i-use-it",[30,0.66]],["text/index.html#how-do-i-use-it",[]],["title/index.html#installation",[35,2.314]],["text/index.html#installation",[0,1.852,1,0.824,20,2.046,24,0.964,30,0.682,35,2.392,36,3.271,37,2.896,38,3.271,39,3.271,40,3.271,41,3.271,42,3.271,43,2.206,44,2.616,45,3.271,46,3.271,47,3.271,48,3.271,49,2.046,50,3.271,51,3.271,52,3.271,53,3.271,54,4.342,55,3.271,56,3.271,57,3.271,58,2.392,59,3.271,60,2.206,61,2.046,62,2.616,63,1.671]],["title/index.html#usage",[64,3.165]],["text/index.html#usage",[0,1.817,2,3.076,5,1.818,7,1.25,10,1.25,12,1.951,13,2.148,14,2.761,16,1.326,20,1.951,24,0.934,25,1.179,30,0.992,63,2.149,65,2.149,66,3.119,67,3.119,68,4.206,69,3.119,70,2.494,71,3.119,72,3.363,73,3.119,74,2.281,75,3.119,76,3.119,77,1.951,78,2.761,79,3.119,80,1.818,81,3.119,82,3.119,83,3.119,84,3.119,85,3.119]],["title/index.html#when-or-why-would-i-use-this",[30,0.66]],["text/index.html#when-or-why-would-i-use-this",[1,0.528,4,2.659,28,2.242,43,2.242,86,3.325,87,2.944,88,2.659,89,3.325,90,3.325,91,3.325,92,3.325,93,3.325,94,3.325,95,3.325,96,1.501,97,2.659,98,2.944,99,3.325,100,3.325,101,3.325,102,3.325,103,3.51,104,2.242,105,3.325,106,3.325,107,3.325,108,3.325,109,2.944,110,3.325,111,3.325,112,3.325,113,3.325,114,3.325,115,3.325,116,3.325,117,2.242,118,3.325,119,3.325,120,2.659]],["title/index.html#background",[121,3.165]],["text/index.html#background",[0,1.656,1,0.813,4,3.712,5,2.113,27,3.209,28,2.444,32,1.739,33,1.975,61,2.267,74,2.65,78,3.209,122,2.898,123,3.624,124,3.624,125,3.624,126,3.624,127,3.624,128,3.624,129,2.898,130,3.209,131,3.624,132,3.624,133,3.624,134,2.113,135,2.267,136,1.636]],["title/index.html#keyboard-bindings",[137,1.354,138,1.566]],["text/index.html#keyboard-bindings",[0,1.543,7,1.734,10,2.076,33,2.357,139,2.521,140,2.916,141,2.075,142,2.357,143,4.325,144,2.916,145,3.163]],["title/index.html#dependencies",[60,2.134]],["text/index.html#dependencies",[1,0.842,10,1.241,30,0.645,32,1.485,33,1.687,35,2.263,37,3.704,61,1.936,109,2.74,136,1.397,145,2.263,146,2.087,147,2.475,148,3.095,149,2.475,150,3.095,151,2.475,152,1.804,153,3.095,154,4.184,155,3.095,156,3.095,157,2.087,158,2.475,159,2.475,160,3.095,161,3.095,162,3.095,163,3.095,164,1.936,165,3.095,166,3.095,167,2.821,168,3.095,169,3.704,170,2.74,171,3.095,172,2.087,173,2.475,174,3.095,175,1.687]],["title/index.html#recommended-for-all-features",[170,2.057,176,2.057]],["text/index.html#recommended-for-all-features",[25,1.396,135,2.309,177,4.696,178,3.691,179,3.691,180,2.151,181,3.691,182,3.691,183,3.691,184,3.691,185,4.696,186,3.691,187,3.691,188,3.691,189,3.691,190,3.691,191,3.691,192,5.165,193,4.696,194,3.691,195,3.691,196,3.691,197,3.691]],["title/index.html#interesting-helpful-recommended-generally-not-strictly-necessary",[1,0.249,20,0.56,87,0.792,130,0.792,176,0.792,198,0.895,199,0.654]],["text/index.html#interesting-helpful-recommended-generally-not-strictly-necessary",[200,4.519,201,4.519,202,4.519,203,4.519,204,4.519,205,4.519,206,4.519,207,3.614]],["title/index.html#path",[208,1.725]],["text/index.html#path",[1,0.945,35,2.246,49,1.921,60,2.071,63,1.569,169,2.719,199,2.246,208,3.039,209,3.072,210,3.072,211,3.775,212,5.061,213,4.162,214,4.162,215,4.162,216,3.072,217,3.072,218,3.775,219,3.072,220,3.072,221,3.072,222,3.072]],["title/find.html",[10,1.269]],["text/find.html",[0,0.606,1,0.937,5,0.57,7,0.68,10,0.902,12,1.408,13,0.441,15,0.781,16,0.415,22,0.611,24,0.883,25,0.851,29,0.57,30,0.634,31,1.062,32,0.469,33,0.533,44,0.781,63,0.499,65,0.499,80,0.57,96,1.374,104,0.659,134,0.57,135,0.611,137,0.989,138,2.559,139,0.989,140,0.659,141,1.72,142,0.925,146,1.517,151,0.781,152,1.312,157,1.145,159,1.357,164,1.062,173,2.433,175,1.953,180,0.989,208,1.226,223,0.989,224,0.659,225,1.555,226,1.145,227,0.989,228,0.977,229,1.312,230,0.659,231,0.781,232,0.925,233,0.781,234,0.781,235,0.781,236,0.659,237,0.989,238,0.989,239,0.57,240,1.145,241,1.812,242,2.488,243,1.517,244,0.781,245,0.781,246,0.611,247,0.781,248,0.781,249,0.781,250,0.781,251,1.241,252,0.611,253,0.781,254,0.781,255,0.659,256,0.781,257,0.781,258,0.781,259,0.781,260,0.781,261,0.977,262,0.977,263,0.781,264,0.977,265,0.977,266,0.57,267,0.781,268,0.659,269,0.781,270,0.781,271,0.781,272,0.781,273,0.659,274,0.781,275,0.781,276,0.977,277,0.781,278,0.659,279,0.977,280,1.15,281,1.697,282,1.697,283,0.977,284,0.781,285,1.145,286,0.781,287,0.781,288,0.781,289,0.781,290,0.781,291,0.977,292,2.668,293,0.977,294,0.977,295,0.977,296,0.977,297,0.977,298,0.977,299,0.977,300,0.977,301,0.977,302,1.357,303,0.781,304,0.659,305,1.697,306,2.25,307,2.25,308,2.433,309,0.977,310,0.977,311,0.977,312,0.977,313,1.697,314,0.977,315,0.977,316,1.697,317,1.697,318,0.977,319,1.697,320,0.977,321,0.977,322,0.977,323,0.977,324,0.781,325,0.781,326,0.781,327,0.781,328,0.781,329,0.781,330,0.781,331,1.357,332,0.781,333,0.781,334,0.659,335,0.781,336,0.781,337,0.781,338,0.781,339,0.781,340,0.781]],["title/find.html#what-does-it-do",[]],["text/find.html#what-does-it-do",[10,1.853,24,1.027,223,2.695,224,3.117,225,2.362,226,3.117]],["title/find.html#how-do-i-use-it",[30,0.66]],["text/find.html#how-do-i-use-it",[1,0.771,7,1.301,15,2.595,16,1.38,24,1.078,63,1.658,65,1.658,80,1.891,96,1.465,137,1.891,139,1.891,141,1.557,142,1.768,152,1.891,175,1.768,208,1.768,225,1.658,226,2.188,227,1.891,228,3.245,229,2.517,230,2.188,231,2.595,232,2.353,233,2.595,234,2.595,235,2.595,236,2.188,237,1.891,238,1.891,239,1.891,240,2.188,241,2.188,242,2.03,243,2.188,244,2.595,245,2.595]],["title/find.html#keyboard-shortcuts",[137,1.354,139,1.354]],["text/find.html#keyboard-shortcuts",[1,0.551,13,1.566,22,2.17,24,1.114,96,1.566,140,2.339,141,2.165,175,1.89,208,2.459,225,1.772,237,2.022,238,2.022,241,3.382,242,2.822,243,3.043,246,2.17,247,2.773,248,2.773,249,2.773,250,2.773,251,2.536,252,2.17,253,2.773,254,2.773,255,2.339,256,2.773,257,2.773]],["title/find.html#when-would-this-be-used",[30,0.66]],["text/find.html#when-would-this-be-used",[0,1.421,1,0.849,10,1.596,31,2.491,141,1.911,142,2.171,180,2.871,227,2.322,240,2.686,258,3.185,259,3.185,260,3.185,261,3.983,262,3.983,263,3.185,264,3.983,265,3.983]],["title/find.html#example",[266,1.845]],["text/find.html#example",[]],["title/find.html#how-does-it-work",[25,1.197]],["text/find.html#how-does-it-work",[1,0.95,5,0.804,7,0.553,12,1.813,24,0.306,25,0.859,29,0.804,30,0.604,31,0.862,32,0.662,33,0.751,44,1.102,96,1.308,104,0.93,134,0.804,135,0.862,138,2.981,141,1.391,146,1.954,151,1.102,152,1.324,157,1.532,159,1.817,164,1.421,173,2.972,175,2.026,225,1.161,229,0.804,242,2.502,251,1.008,267,1.102,268,0.93,269,1.102,270,1.102,271,1.102,272,1.102,273,0.93,274,1.102,275,1.102,276,1.379,277,1.102,278,0.93,279,1.379,280,1.48,281,2.272,282,2.272,283,1.379,284,1.102,285,1.532,286,1.102,287,1.102,288,1.102,289,1.102,290,1.102,291,1.379,292,3.199,293,1.379,294,1.379,295,1.379,296,1.379,297,1.379,298,1.379,299,1.379,300,1.379,301,1.379,302,1.817,303,1.102,304,0.93,305,2.272,306,2.898,307,2.898,308,2.972,309,1.379,310,1.379,311,1.379,312,1.379,313,2.272,314,1.379,315,1.379,316,2.272,317,2.272,318,1.379,319,2.272,320,1.379,321,1.379,322,1.379,323,1.379,324,1.102,325,1.102,326,1.102,327,1.102,328,1.102,329,1.102,330,1.102,331,1.817,332,1.102,333,1.102,334,0.93,335,1.102,336,1.102,337,1.102,338,1.102,339,1.102,340,1.102]],["title/search.html",[16,1.346]],["text/search.html",[0,0.732,1,0.913,5,0.711,7,0.823,10,0.489,13,0.551,16,1.477,22,1.284,24,0.971,25,1.004,29,1.196,30,0.724,31,0.763,32,0.585,33,0.665,49,0.763,58,0.892,61,1.284,62,0.976,63,0.623,65,0.623,80,0.711,88,0.976,96,1.406,104,0.823,134,0.711,135,0.763,137,1.196,138,0.823,139,1.196,140,0.823,141,1.494,142,1.447,144,1.384,145,0.892,146,1.791,147,0.976,152,1.548,157,1.384,172,1.384,175,1.118,180,1.196,208,1.447,218,0.976,223,1.196,224,0.823,225,1.774,226,1.384,227,1.196,229,1.196,230,0.823,231,0.976,232,1.118,233,0.976,234,0.976,235,0.976,236,0.823,237,1.196,238,1.196,239,0.711,240,1.384,241,2.1,242,1.661,243,1.791,244,0.976,245,0.976,246,0.763,247,0.976,248,0.976,249,0.976,250,0.976,251,0.892,252,0.763,253,0.976,254,0.976,255,0.823,256,0.976,257,0.976,258,0.976,259,0.976,260,0.976,263,0.976,266,0.711,267,0.976,268,0.823,269,0.976,270,0.976,271,0.976,272,0.976,273,0.823,274,0.976,275,0.976,277,0.976,278,1.384,280,0.623,284,0.976,285,0.823,286,0.976,287,0.976,288,0.976,289,0.976,290,0.976,292,0.976,302,1.641,303,0.976,304,0.823,324,0.976,325,0.976,326,0.976,327,0.976,328,0.976,329,0.976,330,0.976,331,1.641,332,0.976,333,0.976,334,0.823,335,0.976,336,0.976,337,0.976,338,0.976,339,0.976,340,0.976,341,0.976,342,1.22,343,1.22,344,1.22,345,0.823,346,0.976,347,1.22,348,2.052,349,1.22,350,1.22,351,0.976,352,1.22,353,1.22,354,0.976,355,1.22,356,1.22,357,1.22,358,0.892,359,1.22,360,1.22,361,1.22,362,1.22,363,2.052,364,1.22]],["title/search.html#what-does-it-do",[]],["text/search.html#what-does-it-do",[16,1.966,24,1.027,223,2.695,224,3.117,225,2.362,226,3.117]],["title/search.html#how-do-i-use-it",[30,0.66]],["text/search.html#how-do-i-use-it",[1,0.803,7,1.231,16,1.306,24,1.048,58,2.246,61,1.921,62,2.456,63,1.569,65,1.569,80,1.79,96,1.387,137,1.79,139,1.79,141,1.474,142,1.674,152,1.79,175,1.674,208,1.674,218,2.456,225,1.569,226,2.071,227,1.79,229,1.79,230,2.071,231,2.456,232,2.268,233,2.456,234,2.456,235,2.456,236,2.071,237,1.79,238,1.79,239,1.79,240,2.071,241,2.071,242,1.921,243,2.071,244,2.456,245,2.456,251,2.246,341,2.456,342,3.072,343,3.072,344,3.072]],["title/search.html#keyboard-shortcuts",[137,1.354,139,1.354]],["text/search.html#keyboard-shortcuts",[1,0.551,13,1.566,22,2.17,24,1.114,96,1.566,140,2.339,141,2.165,175,1.89,208,2.459,225,1.772,237,2.022,238,2.022,241,3.382,242,2.822,243,3.043,246,2.17,247,2.773,248,2.773,249,2.773,250,2.773,252,2.17,253,2.773,254,2.773,255,2.339,256,2.773,257,2.773,272,2.773]],["title/search.html#when-would-this-be-used",[30,0.66]],["text/search.html#when-would-this-be-used",[0,1.38,1,0.614,16,1.645,88,3.093,141,1.856,142,2.108,180,2.82,227,2.255,240,2.608,258,3.093,259,3.093,260,3.093,263,3.093,345,2.608,346,3.093,347,3.868,348,4.837,349,3.868,350,3.868,351,3.093,352,3.868]],["title/search.html#example",[266,1.845]],["text/search.html#example",[]],["title/search.html#how-does-it-work",[25,1.197]],["text/search.html#how-does-it-work",[1,0.935,5,1.173,7,0.807,10,0.807,16,0.856,22,1.259,24,0.447,25,1.16,29,1.788,30,0.775,31,1.259,32,0.966,33,1.097,49,1.259,61,1.259,96,1.385,104,1.357,134,1.173,135,1.259,138,1.357,142,1.097,144,2.069,145,1.472,146,2.507,147,1.609,152,1.788,157,2.069,172,2.069,225,1.567,229,1.173,267,1.609,268,1.357,269,1.609,270,1.609,271,1.609,273,1.357,274,1.609,275,1.609,277,1.609,278,2.069,280,1.028,284,1.609,285,1.357,286,1.609,287,1.609,288,1.609,289,1.609,290,1.609,292,1.609,302,2.454,303,1.609,304,1.357,324,1.609,325,1.609,326,1.609,327,1.609,328,1.609,329,1.609,330,1.609,331,2.454,332,1.609,333,1.609,334,1.357,335,1.609,336,1.609,337,1.609,338,1.609,339,1.609,340,1.609,353,2.012,354,1.609,355,2.012,356,2.012,357,2.012,358,1.472,359,2.012,360,2.012,361,2.012,362,2.012,363,3.068,364,2.012]],["title/Tools/New.html",[24,0.516,365,2.057]],["text/Tools/New.html",[1,0.76,24,1.063,365,4.239]],["title/Tools/New.html#new-note",[24,0.516,365,2.057]],["text/Tools/New.html#new-note",[]],["title/tags/Filter.html",[18,1.98]],["text/tags/Filter.html",[0,0.606,1,0.904,2,1.242,7,0.681,10,1.078,13,0.767,16,0.722,18,1.682,19,2.156,24,0.843,25,0.642,28,1.145,30,0.696,34,1.145,49,1.062,63,1.374,65,0.868,72,1.358,74,1.242,77,1.062,96,0.767,103,1.358,117,1.145,120,1.358,136,1.714,180,0.99,199,1.242,207,1.358,211,2.15,223,1.567,229,1.567,230,1.145,232,1.819,236,1.145,237,0.99,238,1.567,239,0.99,246,2.088,266,0.99,280,1.374,304,1.145,308,2.15,345,1.145,351,1.358,366,2.67,367,1.698,368,2.441,369,1.358,370,2.689,371,1.358,372,1.698,373,1.698,374,1.698,375,3.361,376,1.698,377,1.698,378,2.689,379,1.698,380,1.698,381,1.698,382,1.698,383,1.698,384,1.698,385,1.698,386,1.698,387,1.698,388,1.698,389,1.698,390,1.698,391,1.698,392,1.698,393,1.698,394,1.698,395,1.698,396,1.698,397,1.698,398,1.698,399,1.698,400,1.698,401,2.689,402,2.689,403,1.698,404,1.698,405,2.15,406,1.698,407,2.689,408,1.698,409,1.358,410,1.698]],["title/tags/Filter.html#what-does-it-do",[]],["text/tags/Filter.html#what-does-it-do",[1,0.665,18,2.621,19,2.192,24,0.93,72,3.351,77,2.621,120,3.351,136,2.294,199,3.064,366,3.351,367,4.19,368,3.064]],["title/tags/Filter.html#how-do-i-use-it",[30,0.66]],["text/tags/Filter.html#how-do-i-use-it",[1,0.488,7,1.231,10,1.231,13,1.387,16,1.306,19,2.235,24,0.682,34,2.071,65,1.569,96,1.387,136,1.387,207,2.456,223,1.79,229,2.426,230,2.071,232,2.268,236,2.071,239,1.79,246,2.604,280,1.569,304,2.071,308,3.328,366,2.456,369,2.456,370,4.162,371,2.456,372,3.072,373,3.072,374,3.072,375,4.18,376,3.072,377,3.072,378,4.162,379,3.072,380,3.072,381,3.072]],["title/tags/Filter.html#when-would-this-be-used",[30,0.66]],["text/tags/Filter.html#when-would-this-be-used",[2,2.971,24,0.902,63,2.548,103,3.249,180,2.368,382,4.063,383,4.063,384,4.063,385,4.063,386,4.063,387,4.063,388,4.063,389,4.063,390,4.063,391,4.063,392,4.063,393,4.063]],["title/tags/Filter.html#example",[266,1.845]],["text/tags/Filter.html#example",[]],["title/tags/Filter.html#how-does-it-work",[25,1.197]],["text/tags/Filter.html#how-does-it-work",[1,0.941,10,1.152,19,1.828,28,1.938,30,0.599,49,1.798,74,2.102,117,1.938,136,1.297,211,3.18,232,1.566,237,1.675,238,2.318,246,1.798,280,1.468,345,1.938,351,2.298,366,2.298,368,2.908,375,2.545,394,2.874,395,2.874,396,2.874,397,2.874,398,2.874,399,2.874,400,2.874,401,3.977,402,3.977,403,2.874,404,2.874,405,3.18,406,2.874,407,3.977,408,2.874,409,2.298,410,2.874]],["title/tags/create.html",[77,1.98]],["text/tags/create.html",[0,0.98,1,0.935,7,0.512,12,0.799,13,1.24,18,0.799,19,2.007,20,0.799,24,0.61,25,1.038,29,0.745,30,0.743,32,1.024,34,0.862,43,1.439,58,0.935,60,0.862,65,0.653,70,1.022,77,1.718,80,0.745,97,1.022,98,1.131,117,1.439,122,1.022,129,1.022,134,1.244,136,1.739,144,0.862,149,1.706,158,1.022,164,1.335,167,2.163,172,1.439,223,1.244,224,0.862,227,1.244,232,1.163,239,0.745,252,1.335,255,0.862,266,0.745,268,0.862,273,0.862,278,2.598,280,1.403,285,0.862,334,0.862,341,1.022,345,0.862,346,1.022,354,1.022,358,1.56,368,0.935,369,1.022,371,1.022,405,1.706,409,1.022,411,1.5,412,1.5,413,1.5,414,1.5,415,1.5,416,1.889,417,1.278,418,1.889,419,1.278,420,1.278,421,1.278,422,1.278,423,1.278,424,1.278,425,1.278,426,1.278,427,1.278,428,1.278,429,1.889,430,1.278,431,1.278,432,1.278,433,1.278,434,1.278,435,1.278,436,1.889,437,1.278,438,1.278,439,1.889,440,1.278,441,1.278,442,1.278,443,1.278,444,1.278,445,1.278,446,1.278,447,1.278,448,1.278,449,1.278,450,1.278,451,1.278,452,1.889,453,1.278,454,1.278,455,1.889,456,1.278,457,1.278,458,2.431,459,1.278,460,1.278,461,1.278,462,2.134,463,2.134,464,2.134,465,1.278,466,1.278,467,2.134,468,1.278,469,1.278,470,1.278,471,1.278,472,1.278,473,1.278,474,1.278,475,1.278,476,1.278,477,1.278]],["title/tags/create.html#what-does-it-do",[]],["text/tags/create.html#what-does-it-do",[1,0.679,19,2.063,43,2.885,136,1.932,223,2.494,224,2.885,268,2.885,416,3.788,417,4.279,418,3.788,419,4.279,420,4.279]],["title/tags/create.html#how-do-i-use-it",[30,0.66]],["text/tags/create.html#how-do-i-use-it",[0,1.61,1,0.716,7,1.39,19,2.01,24,0.77,34,2.339,65,1.772,77,2.822,80,2.022,136,2.037,144,2.339,227,2.63,232,2.459,239,2.022,334,2.339,354,2.773,371,2.773,416,3.071,421,3.468,422,3.468,423,3.468,424,3.468,425,3.468,426,3.468,427,3.468,428,3.468,429,3.071]],["title/tags/create.html#when-would-this-be-used",[30,0.66]],["text/tags/create.html#when-would-this-be-used",[19,2.011,24,0.911,30,0.855,70,3.282,136,1.853,345,2.768,346,3.282,368,3.002,409,3.282,429,3.634,430,4.105,431,4.105,432,4.105,433,4.105,434,4.105,435,4.105]],["title/tags/create.html#example",[266,1.845]],["text/tags/create.html#example",[]],["title/tags/create.html#how-does-it-work",[25,1.197]],["text/tags/create.html#how-does-it-work",[]],["title/tags/create.html#hash-tags",[19,0.931,436,2.057]],["text/tags/create.html#hash-tags",[1,0.944,12,2.288,19,1.872,30,0.762,32,1.755,164,2.288,167,3.148,172,3.148,252,2.288,280,1.868,358,2.674,436,3.238,437,3.657,438,3.657,439,3.238,440,3.657,441,3.657,442,3.657]],["title/tags/create.html#yaml-tags",[19,0.931,418,2.057]],["text/tags/create.html#yaml-tags",[1,0.62,13,2.197,29,2.277,97,3.123,117,2.634,129,3.123,273,2.634,443,3.906,444,3.906,445,3.906,446,3.906,447,3.906,448,3.906,449,3.906,450,3.906,451,3.906,452,3.458,453,3.906,454,3.906,455,3.458,456,3.906]],["title/tags/create.html#integrating-with-vim",[457,2.323,458,2.057]],["text/tags/create.html#integrating-with-vim",[1,0.954,18,1.736,19,1.112,20,1.736,30,0.578,149,3.104,158,2.219,164,1.736,167,1.871,252,1.736,255,1.871,278,3.565,280,1.983,285,1.871,358,2.029,369,2.219,405,3.104,439,2.457,455,2.457,458,3.436,459,2.775,460,2.775,461,2.775,462,3.881,463,3.881,464,3.881,465,2.775,466,2.775,467,3.881,468,2.775,469,2.775,470,2.775,471,2.775,472,2.775]],["title/tags/create.html#dependencies",[60,2.134]],["text/tags/create.html#dependencies",[1,0.645,13,1.834,25,1.536,32,1.95,43,2.74,122,3.249,134,2.907,136,2.251,167,2.74,341,3.249,452,3.597,473,4.063,474,4.063,475,4.063,476,4.063,477,4.063]]],"fields":["title","text"],"invertedIndex":[["",{"_index":1,"text":{"Tools/New.html":{},"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#background":{},"index.html#dependencies":{},"index.html#installation":{},"index.html#path":{},"index.html#when-or-why-would-i-use-this":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{},"search.html#keyboard-shortcuts":{},"search.html#when-would-this-be-used":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{},"tags/Filter.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#dependencies":{},"tags/create.html#hash-tags":{},"tags/create.html#how-do-i-use-it":{},"tags/create.html#integrating-with-vim":{},"tags/create.html#what-does-it-do":{},"tags/create.html#yaml-tags":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["1",{"_index":239,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["1,matched:#6272a4,current_fg:#50fa7b,current_bg:#381070,border:#ff79c6,prompt:#bd93f9,query:#bd93f9,marker:#f1fa8c,header:#f1fa8c",{"_index":325,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["13",{"_index":403,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["2",{"_index":251,"text":{"find.html":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["20",{"_index":294,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["3",{"_index":257,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["4",{"_index":272,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["5",{"_index":353,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["500",{"_index":287,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["8",{"_index":356,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["80",{"_index":289,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["absolut",{"_index":250,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["accept",{"_index":378,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["access",{"_index":84,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["achiev",{"_index":274,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["act",{"_index":78,"text":{"index.html":{},"index.html#background":{},"index.html#usage":{}},"title":{}}],["add",{"_index":210,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["afterward",{"_index":69,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["algebra",{"_index":265,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["allow",{"_index":76,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["alt",{"_index":242,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["ansi",{"_index":276,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["answer",{"_index":183,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["app",{"_index":238,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#keyboard-shortcuts":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["arch",{"_index":154,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["around",{"_index":414,"text":{"tags/create.html":{}},"title":{}}],["assum",{"_index":59,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["aur",{"_index":37,"text":{"index.html":{},"index.html#dependencies":{},"index.html#installation":{}},"title":{}}],["avail",{"_index":36,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["avoid",{"_index":474,"text":{"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{}}],["b",{"_index":354,"text":{"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["back",{"_index":432,"text":{"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["background",{"_index":121,"text":{"index.html":{}},"title":{"index.html#background":{}}}],["backlink",{"_index":21,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["base",{"_index":72,"text":{"index.html":{},"index.html#usage":{},"tags/Filter.html":{},"tags/Filter.html#what-does-it-do":{}},"title":{}}],["bash",{"_index":49,"text":{"index.html":{},"index.html#installation":{},"index.html#path":{},"search.html":{},"search.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["bashrc",{"_index":215,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["basic",{"_index":397,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["bat",{"_index":146,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["be",{"_index":339,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["befor",{"_index":120,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{},"tags/Filter.html":{},"tags/Filter.html#what-does-it-do":{}},"title":{}}],["below",{"_index":245,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["beneath",{"_index":79,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["between",{"_index":144,"text":{"index.html":{},"index.html#keyboard-bindings":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["bin/printmarkdowntags/yaml",{"_index":465,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["bin/tags/filternotesbytmsutag.sh",{"_index":407,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["bin/tags/yaml",{"_index":454,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["binari",{"_index":179,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["bind",{"_index":138,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{"index.html#keyboard-bindings":{}}}],["bit",{"_index":412,"text":{"tags/create.html":{}},"title":{}}],["both",{"_index":334,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["brew",{"_index":155,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["bring",{"_index":431,"text":{"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["bug",{"_index":336,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["bunch",{"_index":26,"text":{"index.html":{},"index.html#how-does-it-work":{}},"title":{}}],["c",{"_index":278,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["cadmu",{"_index":0,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#background":{},"index.html#cadmus":{},"index.html#how-does-it-work":{},"index.html#installation":{},"index.html#keyboard-bindings":{},"index.html#usage":{},"index.html#what-does-it-do":{},"search.html":{},"search.html#when-would-this-be-used":{},"tags/Filter.html":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{"index.html#cadmus":{}}}],["call",{"_index":398,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["captur",{"_index":387,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["cargo",{"_index":169,"text":{"index.html":{},"index.html#dependencies":{},"index.html#path":{}},"title":{}}],["case",{"_index":282,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["cat",{"_index":322,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["cd",{"_index":44,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#installation":{}},"title":{}}],["chang",{"_index":368,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{},"tags/Filter.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["checkout",{"_index":453,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["chosen",{"_index":375,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["chosentag",{"_index":404,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["cli",{"_index":205,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["clipboard",{"_index":175,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#dependencies":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["code",{"_index":273,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["collect",{"_index":383,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["color",{"_index":292,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["color=alway",{"_index":284,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["come",{"_index":168,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["comm",{"_index":401,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["command",{"_index":7,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#keyboard-bindings":{},"index.html#usage":{},"index.html#what-does-it-do":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["complet",{"_index":464,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["comput",{"_index":264,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["concurr",{"_index":366,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{},"tags/Filter.html#what-does-it-do":{}},"title":{}}],["concurrenttag",{"_index":402,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["config",{"_index":68,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["config/fish/config.fish",{"_index":222,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["content",{"_index":256,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["context",{"_index":293,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["copi",{"_index":241,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["correct",{"_index":435,"text":{"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["coupl",{"_index":129,"text":{"index.html":{},"index.html#background":{},"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["cq",{"_index":295,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["creat",{"_index":77,"text":{"index.html":{},"index.html#usage":{},"tags/Filter.html":{},"tags/Filter.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{"tags/create.html":{}}}],["ctrl",{"_index":141,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#keyboard-bindings":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#keyboard-shortcuts":{},"search.html#when-would-this-be-used":{}},"title":{}}],["current",{"_index":370,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["cut",{"_index":147,"text":{"index.html":{},"index.html#dependencies":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["d",{"_index":46,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["data",{"_index":89,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["databas",{"_index":371,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["decorations=alway",{"_index":362,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["default",{"_index":237,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#keyboard-shortcuts":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["demonstr",{"_index":123,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["depend",{"_index":60,"text":{"index.html":{},"index.html#installation":{},"index.html#path":{},"tags/create.html":{}},"title":{"index.html#dependencies":{},"tags/create.html#dependencies":{}}}],["describ",{"_index":244,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["descript",{"_index":140,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#keyboard-bindings":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["desk",{"_index":260,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["dev/nul",{"_index":283,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["dialog",{"_index":224,"text":{"find.html":{},"find.html#what-does-it-do":{},"search.html":{},"search.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#what-does-it-do":{}},"title":{}}],["differ",{"_index":393,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["directori",{"_index":63,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#installation":{},"index.html#path":{},"index.html#usage":{},"search.html":{},"search.html#how-do-i-use-it":{},"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["dirnam",{"_index":321,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["discord",{"_index":333,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["display",{"_index":34,"text":{"index.html":{},"index.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["distinct",{"_index":363,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["do",{"_index":367,"text":{"tags/Filter.html":{},"tags/Filter.html#what-does-it-do":{}},"title":{}}],["document",{"_index":81,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["dokuwiki",{"_index":323,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["don't",{"_index":394,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["down",{"_index":304,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["driven",{"_index":8,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["e.g",{"_index":389,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["e:execut",{"_index":311,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["easi",{"_index":437,"text":{"tags/create.html":{},"tags/create.html#hash-tags":{}},"title":{}}],["echo",{"_index":211,"text":{"index.html":{},"index.html#path":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["edg",{"_index":415,"text":{"tags/create.html":{}},"title":{}}],["edit",{"_index":11,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["engin",{"_index":364,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["enter",{"_index":236,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["essenti",{"_index":29,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["even",{"_index":116,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["evernot",{"_index":127,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["exampl",{"_index":266,"text":{"find.html":{},"search.html":{},"tags/Filter.html":{},"tags/create.html":{}},"title":{"find.html#example":{},"search.html#example":{},"tags/Filter.html#example":{},"tags/create.html#example":{}}}],["execut",{"_index":427,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["exist",{"_index":423,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["exit",{"_index":254,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["export",{"_index":212,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["expr",{"_index":463,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["ext:md",{"_index":355,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["extens",{"_index":194,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["extract",{"_index":416,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{},"tags/create.html#what-does-it-do":{}},"title":{}}],["f",{"_index":317,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["f:execut",{"_index":320,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["f:interactive,pgup:preview",{"_index":301,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["fashion",{"_index":40,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["fd",{"_index":148,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["featur",{"_index":170,"text":{"index.html":{},"index.html#dependencies":{}},"title":{"index.html#recommended-for-all-features":{}}}],["fell",{"_index":112,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["fg:#f8f8f2,bg",{"_index":324,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["figur",{"_index":271,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["file",{"_index":13,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#usage":{},"index.html#what-does-it-do":{},"search.html":{},"search.html#keyboard-shortcuts":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#dependencies":{},"tags/create.html#yaml-tags":{}},"title":{}}],["filenam",{"_index":470,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["filter",{"_index":18,"text":{"index.html":{},"index.html#what-does-it-do":{},"tags/Filter.html":{},"tags/Filter.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{"tags/Filter.html":{}}}],["filter/preview",{"_index":267,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["find",{"_index":10,"text":{"find.html":{},"find.html#what-does-it-do":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#dependencies":{},"index.html#keyboard-bindings":{},"index.html#usage":{},"index.html#what-does-it-do":{},"search.html":{},"search.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{}},"title":{"find.html":{}}}],["fine",{"_index":42,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["first",{"_index":449,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["fish",{"_index":217,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["follow",{"_index":374,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["footnot",{"_index":337,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["forev",{"_index":270,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["forgot",{"_index":261,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["fork",{"_index":108,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["frankli",{"_index":92,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["free",{"_index":113,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["function",{"_index":74,"text":{"index.html":{},"index.html#background":{},"index.html#usage":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["further",{"_index":376,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["fuzzi",{"_index":228,"text":{"find.html":{},"find.html#how-do-i-use-it":{}},"title":{}}],["fzf",{"_index":149,"text":{"index.html":{},"index.html#dependencies":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["fzf.vim",{"_index":461,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["gener",{"_index":20,"text":{"index.html":{},"index.html#installation":{},"index.html#usage":{},"index.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["git",{"_index":41,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["gnu",{"_index":150,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["good",{"_index":135,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#background":{},"index.html#recommended-for-all-features":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["googl",{"_index":344,"text":{"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["great",{"_index":382,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["grep",{"_index":145,"text":{"index.html":{},"index.html#dependencies":{},"index.html#keyboard-bindings":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["guak",{"_index":200,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["haha",{"_index":396,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["hash",{"_index":436,"text":{"tags/create.html":{},"tags/create.html#hash-tags":{}},"title":{"tags/create.html#hash-tags":{}}}],["header",{"_index":419,"text":{"tags/create.html":{},"tags/create.html#what-does-it-do":{}},"title":{}}],["heard",{"_index":189,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["help",{"_index":130,"text":{"index.html":{},"index.html#background":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["here",{"_index":373,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["hey",{"_index":118,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["highlight",{"_index":152,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{}},"title":{}}],["home",{"_index":56,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["home/.cargo/bin",{"_index":221,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["home/.local/bin",{"_index":219,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["home/bin",{"_index":220,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["home/notes/md",{"_index":471,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["home/notes/md/not",{"_index":466,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["home/ryan/.cadmus/bin/tags/listtags.r",{"_index":456,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["html",{"_index":318,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["https://raw.githubusercontent.com/ryangreenup/cadmus/master/install.sh",{"_index":48,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["i'v",{"_index":188,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["idea",{"_index":122,"text":{"index.html":{},"index.html#background":{},"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{}}],["ignor",{"_index":281,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["imagin",{"_index":258,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["imap",{"_index":462,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["implement",{"_index":75,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["includ",{"_index":166,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["index",{"_index":62,"text":{"index.html":{},"index.html#installation":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["inform",{"_index":94,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["init",{"_index":372,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["inlin",{"_index":417,"text":{"tags/create.html":{},"tags/create.html#what-does-it-do":{}},"title":{}}],["insid",{"_index":234,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["instal",{"_index":35,"text":{"index.html":{},"index.html#dependencies":{},"index.html#installation":{},"index.html#path":{}},"title":{"index.html#installation":{}}}],["install.sh",{"_index":50,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["instant",{"_index":231,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["integr",{"_index":457,"text":{"tags/create.html":{}},"title":{"tags/create.html#integrating-with-vim":{}}}],["interact",{"_index":268,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#what-does-it-do":{}},"title":{}}],["interest",{"_index":87,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["interfac",{"_index":9,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["involv",{"_index":445,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["ip",{"_index":178,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["iproute2",{"_index":177,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["isn't",{"_index":386,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["issu",{"_index":115,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["it'",{"_index":117,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["ital",{"_index":360,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["iterm2",{"_index":191,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["jq",{"_index":153,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["key",{"_index":246,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["keyboard",{"_index":137,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{"find.html#keyboard-shortcuts":{},"index.html#keyboard-bindings":{},"search.html#keyboard-shortcuts":{}}}],["kitti",{"_index":187,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["knowledg",{"_index":2,"text":{"index.html":{},"index.html#cadmus":{},"index.html#usage":{},"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["l",{"_index":279,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["line",{"_index":285,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["line:style:nobold",{"_index":298,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["linear",{"_index":348,"text":{"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["link",{"_index":23,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["linux/mac",{"_index":327,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["list",{"_index":369,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["littl",{"_index":443,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["local/bin/cadmu",{"_index":57,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["look",{"_index":409,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["loop",{"_index":446,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["m",{"_index":277,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["mac",{"_index":181,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["make",{"_index":109,"text":{"index.html":{},"index.html#dependencies":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["manag",{"_index":3,"text":{"index.html":{},"index.html#cadmus":{}},"title":{}}],["mani",{"_index":392,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["markdown",{"_index":12,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#usage":{},"index.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#hash-tags":{}},"title":{}}],["marktext",{"_index":202,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["match",{"_index":229,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["match:bg:30,200,30",{"_index":300,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["match:fg:21,39,200",{"_index":297,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["match:style:bold",{"_index":299,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["materi",{"_index":193,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["math",{"_index":88,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{},"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["mathematica",{"_index":262,"text":{"find.html":{},"find.html#when-would-this-be-used":{}},"title":{}}],["mathml",{"_index":319,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["md",{"_index":472,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["mdcat",{"_index":157,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["mdless",{"_index":203,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["menu",{"_index":421,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["mkdoc",{"_index":192,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["mktemp",{"_index":45,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["mod",{"_index":352,"text":{"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["modular",{"_index":105,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["moment",{"_index":331,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["more",{"_index":444,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["multipl",{"_index":85,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["n",{"_index":424,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["name",{"_index":15,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["narrow",{"_index":377,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["neat",{"_index":477,"text":{"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{}}],["necessari",{"_index":199,"text":{"index.html":{},"index.html#path":{},"tags/Filter.html":{},"tags/Filter.html#what-does-it-do":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["need",{"_index":346,"text":{"search.html":{},"search.html#when-would-this-be-used":{},"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["new",{"_index":365,"text":{"Tools/New.html":{}},"title":{"Tools/New.html":{},"Tools/New.html#new-note":{}}}],["node",{"_index":158,"text":{"index.html":{},"index.html#dependencies":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["nodej",{"_index":452,"text":{"tags/create.html":{},"tags/create.html#dependencies":{},"tags/create.html#yaml-tags":{}},"title":{}}],["note",{"_index":24,"text":{"Tools/New.html":{},"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#what-does-it-do":{},"index.html":{},"index.html#installation":{},"index.html#usage":{},"index.html#what-does-it-do":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{},"search.html#keyboard-shortcuts":{},"search.html#what-does-it-do":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#what-does-it-do":{},"tags/Filter.html#when-would-this-be-used":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{},"tags/create.html#when-would-this-be-used":{}},"title":{"Tools/New.html":{},"Tools/New.html#new-note":{}}}],["note_dir",{"_index":441,"text":{"tags/create.html":{},"tags/create.html#hash-tags":{}},"title":{}}],["number",{"_index":296,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["nvim",{"_index":196,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["o",{"_index":252,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{},"tags/create.html":{},"tags/create.html#hash-tags":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["o:execut",{"_index":313,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["on",{"_index":425,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["onenot",{"_index":126,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["open",{"_index":96,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#when-or-why-would-i-use-this":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{},"search.html#keyboard-shortcuts":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["oper",{"_index":38,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["order",{"_index":430,"text":{"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["otherwis",{"_index":433,"text":{"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["out",{"_index":104,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#when-or-why-would-i-use-this":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["over",{"_index":447,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["overload",{"_index":95,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["page",{"_index":302,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["pandoc",{"_index":159,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["parse.j",{"_index":455,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{},"tags/create.html#yaml-tags":{}},"title":{}}],["particular",{"_index":384,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["pass",{"_index":420,"text":{"tags/create.html":{},"tags/create.html#what-does-it-do":{}},"title":{}}],["path",{"_index":208,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#path":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#keyboard-shortcuts":{}},"title":{"index.html#path":{}}}],["path=\"$home/.cargo/bin:$path",{"_index":214,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["path=\"$home/.local/bin:$path",{"_index":213,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["pcre2",{"_index":167,"text":{"index.html":{},"index.html#dependencies":{},"tags/create.html":{},"tags/create.html#dependencies":{},"tags/create.html#hash-tags":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["perform",{"_index":53,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["perl",{"_index":160,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["pgdn",{"_index":248,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["pgup",{"_index":247,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["pgup:preview",{"_index":359,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["philosophi",{"_index":101,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["pip",{"_index":209,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["pipe",{"_index":31,"text":{"find.html":{},"find.html#how-does-it-work":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["play",{"_index":473,"text":{"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{}}],["pleas",{"_index":111,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["portabl",{"_index":39,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["post",{"_index":114,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["power",{"_index":124,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["pr'",{"_index":110,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["pre",{"_index":422,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["prefer",{"_index":335,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["present",{"_index":230,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["press",{"_index":232,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["pretti",{"_index":291,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["prevent",{"_index":338,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["preview",{"_index":225,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#how-does-it-work":{},"find.html#keyboard-shortcuts":{},"find.html#what-does-it-do":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{},"search.html#keyboard-shortcuts":{},"search.html#what-does-it-do":{}},"title":{}}],["probabl",{"_index":408,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["program",{"_index":390,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["progress",{"_index":411,"text":{"tags/create.html":{}},"title":{}}],["project",{"_index":82,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["provid",{"_index":6,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["put",{"_index":459,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["python",{"_index":161,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["q",{"_index":142,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#keyboard-bindings":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{},"search.html#when-would-this-be-used":{}},"title":{}}],["queri",{"_index":343,"text":{"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["quit",{"_index":91,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["r",{"_index":448,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["rang",{"_index":286,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["ranger",{"_index":162,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["re",{"_index":426,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["readabl",{"_index":204,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["realiti",{"_index":128,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["realli",{"_index":134,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#background":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{}}],["realpath",{"_index":151,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["recod",{"_index":163,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["recol",{"_index":61,"text":{"index.html":{},"index.html#background":{},"index.html#dependencies":{},"index.html#installation":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{}},"title":{}}],["recommend",{"_index":176,"text":{"index.html":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{},"index.html#recommended-for-all-features":{}}}],["recurr",{"_index":349,"text":{"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["recurs",{"_index":351,"text":{"search.html":{},"search.html#when-would-this-be-used":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["redid",{"_index":451,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["reimplement",{"_index":107,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["rel",{"_index":22,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"index.html":{},"index.html#what-does-it-do":{},"search.html":{},"search.html#how-does-it-work":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["relat",{"_index":350,"text":{"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["relev",{"_index":406,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["rememb",{"_index":395,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["remov",{"_index":51,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["replac",{"_index":125,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["requir",{"_index":341,"text":{"search.html":{},"search.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{}}],["reson",{"_index":102,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["respect",{"_index":328,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["rf",{"_index":55,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["rg",{"_index":164,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{},"tags/create.html":{},"tags/create.html#hash-tags":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["right",{"_index":340,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["ripgrep",{"_index":32,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#background":{},"index.html#dependencies":{},"index.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#dependencies":{},"tags/create.html#hash-tags":{}},"title":{}}],["rm",{"_index":54,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["rough",{"_index":413,"text":{"tags/create.html":{}},"title":{}}],["run",{"_index":65,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#usage":{},"search.html":{},"search.html#how-do-i-use-it":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["s",{"_index":358,"text":{"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#hash-tags":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["s#)[a",{"_index":438,"text":{"tags/create.html":{},"tags/create.html#hash-tags":{}},"title":{}}],["s#[a",{"_index":468,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["s/^/realpath",{"_index":357,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["s/^/tmsu",{"_index":442,"text":{"tags/create.html":{},"tags/create.html#hash-tags":{}},"title":{}}],["sci",{"_index":90,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["script",{"_index":28,"text":{"index.html":{},"index.html#background":{},"index.html#how-does-it-work":{},"index.html#when-or-why-would-i-use-this":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["scroll",{"_index":249,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["sd",{"_index":171,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["search",{"_index":16,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#usage":{},"index.html#what-does-it-do":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#how-does-it-work":{},"search.html#what-does-it-do":{},"search.html#when-would-this-be-used":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{"search.html":{}}}],["sed",{"_index":172,"text":{"index.html":{},"index.html#dependencies":{},"search.html":{},"search.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#hash-tags":{}},"title":{}}],["selecor",{"_index":381,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["select",{"_index":308,"text":{"find.html":{},"find.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["set",{"_index":218,"text":{"index.html":{},"index.html#path":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["shell",{"_index":27,"text":{"index.html":{},"index.html#background":{},"index.html#how-does-it-work":{}},"title":{}}],["shortcut",{"_index":139,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#keyboard-bindings":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{"find.html#keyboard-shortcuts":{},"search.html#keyboard-shortcuts":{}}}],["shortli",{"_index":73,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["show",{"_index":70,"text":{"index.html":{},"index.html#usage":{},"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["side",{"_index":226,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#what-does-it-do":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#what-does-it-do":{}},"title":{}}],["silent(cat",{"_index":316,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["silent(cod",{"_index":310,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["silent(echo",{"_index":306,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["silent(emac",{"_index":312,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["silent(xdg",{"_index":314,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["simpl",{"_index":99,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["sit",{"_index":259,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["sk",{"_index":275,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["skim",{"_index":33,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#background":{},"index.html#dependencies":{},"index.html#how-does-it-work":{},"index.html#keyboard-bindings":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["slow",{"_index":450,"text":{"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["solut",{"_index":263,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["solv",{"_index":347,"text":{"search.html":{},"search.html#when-would-this-be-used":{}},"title":{}}],["someth",{"_index":240,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#when-would-this-be-used":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#when-would-this-be-used":{}},"title":{}}],["sort",{"_index":405,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["sourc",{"_index":97,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{},"tags/create.html":{},"tags/create.html#yaml-tags":{}},"title":{}}],["span",{"_index":391,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["stackexchang",{"_index":182,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["start",{"_index":223,"text":{"find.html":{},"find.html#what-does-it-do":{},"search.html":{},"search.html#what-does-it-do":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#what-does-it-do":{}},"title":{}}],["still",{"_index":83,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["strictli",{"_index":198,"text":{"index.html":{}},"title":{"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}}}],["string",{"_index":235,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["structur",{"_index":388,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["stuff",{"_index":98,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{},"tags/create.html":{}},"title":{}}],["subtract",{"_index":400,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["such",{"_index":14,"text":{"index.html":{},"index.html#usage":{},"index.html#what-does-it-do":{}},"title":{}}],["suffer",{"_index":93,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["suffici",{"_index":52,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["suggest",{"_index":184,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["sure",{"_index":165,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["switch",{"_index":143,"text":{"index.html":{},"index.html#keyboard-bindings":{}},"title":{}}],["symlink",{"_index":379,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["sync",{"_index":429,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["system",{"_index":476,"text":{"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{}}],["t",{"_index":280,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#hash-tags":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["tag",{"_index":19,"text":{"index.html":{},"index.html#what-does-it-do":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{},"tags/Filter.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#hash-tags":{},"tags/create.html#how-do-i-use-it":{},"tags/create.html#integrating-with-vim":{},"tags/create.html#what-does-it-do":{},"tags/create.html#when-would-this-be-used":{}},"title":{"tags/create.html#hash-tags":{},"tags/create.html#yaml-tags":{}}}],["take",{"_index":106,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["tecton",{"_index":185,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["term",{"_index":17,"text":{"index.html":{},"index.html#what-does-it-do":{}},"title":{}}],["termin",{"_index":5,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#background":{},"index.html#cadmus":{},"index.html#usage":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["texliv",{"_index":186,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["text=alway",{"_index":361,"text":{"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["theme",{"_index":195,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["theme=twodark",{"_index":290,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["thing",{"_index":190,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["through",{"_index":67,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["tie",{"_index":132,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["time",{"_index":345,"text":{"search.html":{},"search.html#when-would-this-be-used":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["tmp",{"_index":380,"text":{"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["tmsu",{"_index":136,"text":{"index.html":{},"index.html#background":{},"index.html#dependencies":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#how-does-it-work":{},"tags/Filter.html#what-does-it-do":{},"tags/create.html":{},"tags/create.html#dependencies":{},"tags/create.html#how-do-i-use-it":{},"tags/create.html#what-does-it-do":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["todo",{"_index":329,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["togeth",{"_index":133,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["toggl",{"_index":233,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["took",{"_index":269,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["tool",{"_index":4,"text":{"index.html":{},"index.html#background":{},"index.html#cadmus":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["topic",{"_index":385,"text":{"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["tri",{"_index":103,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{},"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["type",{"_index":227,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#when-would-this-be-used":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#when-would-this-be-used":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["u",{"_index":467,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["ubuntu",{"_index":156,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["unix",{"_index":100,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["until",{"_index":399,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["up",{"_index":342,"text":{"search.html":{},"search.html#how-do-i-use-it":{}},"title":{}}],["up,pgdn:preview",{"_index":303,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["us",{"_index":30,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{},"index.html#how-does-it-work":{},"index.html#installation":{},"index.html#usage":{},"search.html":{},"search.html#how-does-it-work":{},"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{},"tags/create.html":{},"tags/create.html#hash-tags":{},"tags/create.html#integrating-with-vim":{},"tags/create.html#when-would-this-be-used":{}},"title":{"find.html#how-do-i-use-it":{},"find.html#when-would-this-be-used":{},"index.html#how-do-i-use-it":{},"index.html#when-or-why-would-i-use-this":{},"search.html#how-do-i-use-it":{},"search.html#when-would-this-be-used":{},"tags/Filter.html#how-do-i-use-it":{},"tags/Filter.html#when-would-this-be-used":{},"tags/create.html#how-do-i-use-it":{},"tags/create.html#when-would-this-be-used":{}}}],["usag",{"_index":64,"text":{"index.html":{}},"title":{"index.html#usage":{}}}],["user",{"_index":131,"text":{"index.html":{},"index.html#background":{}},"title":{}}],["usual",{"_index":428,"text":{"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["v:execut",{"_index":309,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["variou",{"_index":71,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["vim",{"_index":458,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{"tags/create.html#integrating-with-vim":{}}}],["vimrc",{"_index":460,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["virtual",{"_index":475,"text":{"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{}}],["vnote",{"_index":206,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["vscode",{"_index":207,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{},"tags/Filter.html":{},"tags/Filter.html#how-do-i-use-it":{}},"title":{}}],["w",{"_index":243,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#how-do-i-use-it":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["w:execut",{"_index":305,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["walk",{"_index":66,"text":{"index.html":{},"index.html#usage":{}},"title":{}}],["want",{"_index":80,"text":{"find.html":{},"find.html#how-do-i-use-it":{},"index.html":{},"index.html#usage":{},"search.html":{},"search.html#how-do-i-use-it":{},"tags/create.html":{},"tags/create.html#how-do-i-use-it":{}},"title":{}}],["warn",{"_index":58,"text":{"index.html":{},"index.html#installation":{},"search.html":{},"search.html#how-do-i-use-it":{},"tags/create.html":{}},"title":{}}],["weasyprint",{"_index":197,"text":{"index.html":{},"index.html#recommended-for-all-features":{}},"title":{}}],["well",{"_index":43,"text":{"index.html":{},"index.html#installation":{},"index.html#when-or-why-would-i-use-this":{},"tags/create.html":{},"tags/create.html#dependencies":{},"tags/create.html#what-does-it-do":{}},"title":{}}],["wget",{"_index":47,"text":{"index.html":{},"index.html#installation":{}},"title":{}}],["whatev",{"_index":410,"text":{"tags/Filter.html":{},"tags/Filter.html#how-does-it-work":{}},"title":{}}],["width",{"_index":288,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["without",{"_index":253,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{}},"title":{}}],["wl",{"_index":174,"text":{"index.html":{},"index.html#dependencies":{}},"title":{}}],["won't",{"_index":434,"text":{"tags/create.html":{},"tags/create.html#when-would-this-be-used":{}},"title":{}}],["work",{"_index":25,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#recommended-for-all-features":{},"index.html#usage":{},"search.html":{},"search.html#how-does-it-work":{},"tags/Filter.html":{},"tags/create.html":{},"tags/create.html#dependencies":{}},"title":{"find.html#how-does-it-work":{},"index.html#how-does-it-work":{},"search.html#how-does-it-work":{},"tags/Filter.html#how-does-it-work":{},"tags/create.html#how-does-it-work":{}}}],["wrote",{"_index":86,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["x",{"_index":119,"text":{"index.html":{},"index.html#when-or-why-would-i-use-this":{}},"title":{}}],["xarg",{"_index":307,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["xclip",{"_index":173,"text":{"find.html":{},"find.html#how-does-it-work":{},"index.html":{},"index.html#dependencies":{}},"title":{}}],["xdg",{"_index":326,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["xorg",{"_index":330,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}],["y",{"_index":255,"text":{"find.html":{},"find.html#keyboard-shortcuts":{},"search.html":{},"search.html#keyboard-shortcuts":{},"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["y:execut",{"_index":315,"text":{"find.html":{},"find.html#how-does-it-work":{}},"title":{}}],["yakuak",{"_index":201,"text":{"index.html":{},"index.html#interesting-helpful-recommended-generally-not-strictly-necessary":{}},"title":{}}],["yaml",{"_index":418,"text":{"tags/create.html":{},"tags/create.html#what-does-it-do":{}},"title":{"tags/create.html#yaml-tags":{}}}],["you'r",{"_index":180,"text":{"find.html":{},"find.html#when-would-this-be-used":{},"index.html":{},"index.html#recommended-for-all-features":{},"search.html":{},"search.html#when-would-this-be-used":{},"tags/Filter.html":{},"tags/Filter.html#when-would-this-be-used":{}},"title":{}}],["z",{"_index":469,"text":{"tags/create.html":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["z]+(?=\\",{"_index":440,"text":{"tags/create.html":{},"tags/create.html#hash-tags":{}},"title":{}}],["za",{"_index":439,"text":{"tags/create.html":{},"tags/create.html#hash-tags":{},"tags/create.html#integrating-with-vim":{}},"title":{}}],["zsh",{"_index":216,"text":{"index.html":{},"index.html#path":{}},"title":{}}],["zulip",{"_index":332,"text":{"find.html":{},"find.html#how-does-it-work":{},"search.html":{},"search.html#how-does-it-work":{}},"title":{}}]],"pipeline":["stemmer"],"version":"2.3.8"}} \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 807f6c7..0afe7c5 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -11,5 +11,17 @@ None 2020-07-24 daily + + None + 2020-07-24 + daily + + None + 2020-07-24 + daily + + None + 2020-07-24 + daily \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index d712887..5923e9e 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ diff --git a/tags/Filter.html b/tags/Filter.html new file mode 100644 index 0000000..65db686 --- /dev/null +++ b/tags/Filter.html @@ -0,0 +1,560 @@ + + + + + + + + + + + + + + + + + + Filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + Skip to content + + +
      +
      + +
      + +
      + +
      + +
      + + + + + + +
      +
      + + +
      +
      +
      + +
      +
      +
      + + +
      +
      +
      + + +
      +
      +
      + + +
      +
      + + + + + + +

      Filter

      + +
      +

      Note

      +

      Start this with cadmus tags filter

      +
      +

      What does it do

      +

      This concurrently filters your notes based on the tags that are in TMSU, it will be necessary to create tags in TMSU before doing this if the tags have changed.

      +

      How Do I use it

      +

      After running the command a list of tags that are currently in the tmsu database will be presented, press Enter to select an inital tag.

      +

      From here the following will be displayed:

      +
        +
      1. Chosen Tags
      2. +
      3. Matching Notes
      4. +
      5. Concurrent Tags
      6. +
      +

      Further tags can be chosen to narrow down the search by pressing t or the currently selected tags can be accepted with Any key.

      +

      After accepting the chosen tags with any key, all the files can be symlinked into /tmp, opened in VScode 1 or the find selecor can be started on the matches.

      +

      When Would This Be Used

      +

      This is great for when you're trying to collect all the knowledge you have on a particular topic when it isn't captured by your directory structure.

      +

      (e.g. all notes on #programming may span many different directories)

      +

      Example

      +

      +

      How does it Work

      +

      I don't remember haha.

      +

      Basically there is a bash function that finds tags in /TMSU/ and it's recursively called with t until any key is pressed.

      +

      The chosen tags are subtracted from the concurrent tags by using comm:

      +
      ConcurrentTags="$(comm -13 <(echo "$ChosenTags" | sort) <(echo "$ConcurrentTags" | sort))"
      +
      + +

      The relevant script is in bin/tags/FilterNotesByTMSUTag.sh

      +
      +
      +
        +
      1. +

        This will probably change to the default app when I get time to look at it, just change it to whatever app you like in /bin/tags/FilterNotesByTMSUTag.sh 

        +
      2. +
      +
      + + + + + + + + + +
      +
      +
      +
      + + + + +
      + + + + + + + + + + + \ No newline at end of file diff --git a/tags/create.html b/tags/create.html new file mode 100644 index 0000000..c992a22 --- /dev/null +++ b/tags/create.html @@ -0,0 +1,622 @@ + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + Skip to content + + +
      +
      + +
      + +
      + +
      + +
      + + + + + + +
      +
      + + +
      +
      +
      + +
      +
      +
      + + +
      +
      +
      + + +
      +
      +
      + + +
      +
      + + + + + + +

      Create

      + +
      +

      Note

      +

      Start this with cadmus tags create

      +
      +
      +

      Warning

      +

      The tags stuff is a work in progress*, it's a bit rough around the edges.

      +
      +

      What does it do

      +

      This starts an interactive dialog to extract inline #tags as well as tags in a YAML header and pass them to TMSU.

      +

      How Do I use it

      +

      After running the command type a menu will be displayed, if there is no pre-existing TMSU database, press n to create one and then re-execute cadmus tags create. From there usually you will want to extract both types of tags so press b, cadmus will sync the tags between your notes and TMSU 1

      +

      When Would This Be Used

      +

      This needs to be used every time your tags are changed in order to bring tmsu back in sync, otherwise when you look for tags it won't show the correct notes.

      +

      Example

      +

      +

      How does it Work

      +

      Hash tags

      +

      Hash tags are easy, just use ripgrep with pcre2:

      +
      rg --pcre2 '(?<=\s#)[a-zA-Z]+(?=\s)' -t markdown -o $NOTE_DIR \
      +        | sed s+:+\ + | sed s/^/tmsu\ tag\ /
      +
      + +

      YAML Tags

      +

      This is a little more involved, it's essentially a couple of `for`` loops over the files, I did it in R first but it was too slow so I redid it in NodeJS, checkout these files for the source code:

      +
        +
      • /bin/tags/yaml-parse.js
      • +
      • /home/ryan/.cadmus/bin/tags/ListTags.R
      • +
      +

      Integrating with Vim

      +

      I put these lines in my .vimrc to generate a list and filter tags using FZF.vim:

      +
      imap <expr> <C-c><C-y> fzf#vim#complete('node ~/bin/printMarkdownTags/yaml-parse.js $HOME/Notes/MD/notes \| sort -u')
      +imap <expr> <C-c><C-t> fzf#vim#complete('rg --pcre2 "\s#[a-zA-Z-@]+\s" -o --no-filename $HOME/Notes/MD -t md \| sort -u')
      +
      + +

      Dependencies

      +

      This requires, TMSU, nodejs and ripgrep with pcre2.

      +
      +
      +
        +
      1. +

        I played with the idea of avoiding TMSU but it works really well and the Virtual File System is really neat. 

        +
      2. +
      +
      + + + + + + + + + +
      +
      +
      +
      + + + + +
      + + + + + + + + + + + \ No newline at end of file