mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
init fork and change default for calendar integration
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
This is a fork for development.
|
||||||
|
|
||||||
|
|
||||||
A Neovim (lua) plugin for working with a text-based, markdown
|
A Neovim (lua) plugin for working with a text-based, markdown
|
||||||
[zettelkasten](https://takesmartnotes.com/) / wiki and mixing it with a journal,
|
[zettelkasten](https://takesmartnotes.com/) / wiki and mixing it with a journal,
|
||||||
based on [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim).
|
based on [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim).
|
||||||
|
|||||||
@@ -96,7 +96,8 @@ local function defaultConfig(home)
|
|||||||
-- instead of a [[title only]] link
|
-- instead of a [[title only]] link
|
||||||
subdirs_in_links = true,
|
subdirs_in_links = true,
|
||||||
-- integrate with calendar-vim
|
-- integrate with calendar-vim
|
||||||
plug_into_calendar = true,
|
-- change default calendar integration to false
|
||||||
|
plug_into_calendar = false,
|
||||||
calendar_opts = {
|
calendar_opts = {
|
||||||
-- calendar week display mode: 1 .. 'WK01', 2 .. 'WK 1', 3 .. 'KW01', 4 .. 'KW 1', 5 .. '1'
|
-- calendar week display mode: 1 .. 'WK01', 2 .. 'WK 1', 3 .. 'KW01', 4 .. 'KW 1', 5 .. '1'
|
||||||
weeknm = 4,
|
weeknm = 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user