Some basic VSCode support for Forester, a tool for tending forests of evergreen notes.
\startverb%tex
to retain TeX highlighting (which agrees with whatever TeX language support you happen to have installed) in verbatim environments. Otherwise the verbatim part will not be highlighted.forester query
)You need forester installed, see here for the instructions. Configure the paths in the settings. Since this plugin is in early development, you will often need the HEAD
commit of forester to be compatible.
forester.path
to configure the path to forester. It needs to include the name of the executable too.forester.config
to specify the forester config file. This should usually be edited per workspace, instead of globally.
prefixes = ["prfx", ...]
to specify the prefixes to pick from. This is used when creating new trees.forester.completion.showID
to toggle whether the tree ID is shown in completions. It is recommended to use smaller fonts when switching on this feature. There are also plugins to create keybindings for setting toggles, in case you need to switch it on and off quickly. VSCode also has a lot of useful settings in the editor.suggest
section worth looking at in conjunction.forester.create.random
to control whether the tree ID is generated randomly or sequentially.