telekasten
URL: https://github.com/nvim-telekasten/telekasten.nvim/
Maintainers: Coutinho de Souza
A Neovim plugin for working with a markdown zettelkasten/wiki and mixing it with a journal, based on telescope.nvim.
plugins.telekasten.enable
Whether to enable telekasten.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.telekasten.package
The telekasten package to use.
Type: package
Default:
pkgs.vimPlugins.telekasten-nvim
Declared by:
plugins.telekasten.autoLoad
Whether to automatically load telekasten when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.telekasten.settings
Options provided to the require('telekasten').setup
function.
Type: open submodule of attribute set of anything
Default:
{ }
Example:
{
home = lib.nixvim.mkRaw "vim.fn.expand(\"~/zettelkasten\")";
}
Declared by: