From 9c7cbac4c3aa9b5a90f7e994318c1978619db50b Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Thu, 10 Apr 2025 18:39:20 +0200 Subject: [PATCH] init fork and change default for calendar integration --- README.md | 4 ++++ lua/telekasten.lua | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acf5c78..b650a4e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ + +This is a fork for development. + + A Neovim (lua) plugin for working with a text-based, markdown [zettelkasten](https://takesmartnotes.com/) / wiki and mixing it with a journal, based on [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim). diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 08188a2..8c25fbb 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -96,7 +96,8 @@ local function defaultConfig(home) -- instead of a [[title only]] link subdirs_in_links = true, -- integrate with calendar-vim - plug_into_calendar = true, + -- change default calendar integration to false + plug_into_calendar = false, calendar_opts = { -- calendar week display mode: 1 .. 'WK01', 2 .. 'WK 1', 3 .. 'KW01', 4 .. 'KW 1', 5 .. '1' weeknm = 4,