Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.callSetup

Whether to generate the standard require('telekasten').setup(...) call for this plugin.

By default, this follows the plugin’s built-in behavior. Set this to false to disable the generated setup call, or to true to force it even when the plugin would only call it conditionally.

Type: null or boolean

Default:

null

Declared by:

plugins.telekasten.settings

Options provided to the require('telekasten').setup function.

Type: lua value

Default:

{ }

Example:

{
  home = lib.nixvim.mkRaw "vim.fn.expand(\"~/zettelkasten\")";
}

Declared by: