Commit Graph

232 Commits

Author SHA1 Message Date
cnshsliu
a5fcd32e1e Ctrl-n to create new note out of finding (closes #141)
* chore(picker): create new note out of finding

* chore(format): format with stylua
2023-03-03 13:34:56 +00:00
Thomas Lambert
b0e9016c35 style: make stylua happy 2023-02-11 23:11:42 +01:00
Thomas Lambert
6290e52f97 fix(followlink): create link with subdirs on the fly 2023-02-11 22:44:04 +01:00
Thomas Lambert
1069d67b9b feat(rename): prefill when renaming (closes #218) 2023-02-11 21:51:25 +01:00
Thomas Lambert
b4b2f9087f style: make stylua happy 2023-02-05 15:47:53 +01:00
Thomas Lambert
9cbbbb6970 fix(img_prev): file path issue (see #174) 2023-02-05 15:39:55 +01:00
Thomas Lambert
ffefc9a9eb fix(insert_link): issues with cursor position (closes #147) 2023-02-05 14:54:09 +01:00
Thomas Lambert
cdbb40de49 fix(gotodate): use proper option to determine note creation 2023-02-03 16:06:19 +01:00
Thomas Lambert
61e7cd0ae3 fix: always use template for goto_today (closes #206) 2023-02-03 15:37:31 +01:00
Thomas Lambert
3238b38485 fix: issue with special char in filename (closes #207) 2023-02-03 15:30:18 +01:00
Thomas Lambert
db0a49c2cd fix: auto load default setup (closes #193) 2023-02-03 15:08:30 +01:00
Rene Schallner
a80db543eb telekasten syntax in previewers on auto_set_syntax 2023-02-03 08:15:50 +01:00
Rene Schallner
d13b9421b7 make stylua happy 2023-02-03 08:10:42 +01:00
zhaogang
0e4eab524c fix:fix show hello when open nvim in topleft 2023-02-03 14:37:42 +08:00
Thomas Lambert
9c02367a2e feat(template): capitalize title and shorttitle 2023-01-25 23:17:35 +01:00
Rene Schallner
db45a161ad auto_set_synax. closes #208 2023-01-25 20:25:17 +01:00
skovati
7a6e89131e Add filename_space_subst config option (#198)
* add filename_space_subst configuration option

* add docs for new filename_space_subst

* fix template refactor bug
2023-01-07 21:05:14 +00:00
skovati
00026d6295 Add new precise time (hour:min:sec) templating options (#197)
* add new more precise time templating options

* add docs for new time template options
2023-01-03 13:46:27 +00:00
skovati
8d3f97b729 Add custom function option for UUID generation (#194)
* add custom function option for UUID generation

* add docs for new UUID custom function option
2023-01-02 11:27:38 +00:00
Thomas Lambert
acc5f0e333 fix: issue with insertLink not pasting (closes #190, #192) 2022-12-15 09:14:19 +01:00
Hayao Kimura ( hachi )
9de25d1657 Add with live grep option to insert link function and find notes function (closes #188)
* add with_live_grep option to InsertLink function
* add with_live_grep option to FindNotes function
* update documents
2022-11-27 16:33:54 +00:00
Alexander Lay-Calvert
04deff8579 fix(toggle_todo): fixes wrong visual range for ToggleTodo (closes #187)
* Added fix for visual toggle problems
* Updated docs
2022-11-23 21:28:24 +00:00
Ilia Ilinykh
f4f836d4b4 Fix: make follow link work with brackets (closes #183)
Added col correction to lua/taglinks/taglinks.lua.
2022-11-21 08:07:27 +00:00
Ilia Ilinykh
611d2923d3 WikiLink aliases (#181)
* Added ability to remove link alias

* Added spaces regex 'note | alias' will be displayed correctly.

* show_backlinks

* find_friends

* Fixed simple link processing

* updated style

hide link body when it's aliased

* Review fix

* syntax review fix

* more fixeS

* Documentation

* format fix

* Added documentation
2022-11-14 19:34:52 +00:00
Thomas Lambert
de4502bd55 fix: issue with special char in new filename (closes #178) 2022-11-08 20:45:20 +01:00
Anatolii Kurotych
60808e8e59 Add follow_url_fallback config option (#172)
* Add follow_link_fallback config option
* Update README.md
* Rename follow_link_fallback to follow_url_fallback. Change logic of configuring
2022-10-17 20:00:24 +00:00
Anatolii Kurotych
04a4ecb0de Add wl-paste support (#168)
* Add wl-paste support

* Apply stylua

* Update README
2022-10-04 10:31:25 +02:00
Thomas Lambert
0f53c256da refact(prompt_title): move strip_extension to utils 2022-10-03 11:54:53 +02:00
Thomas Lambert
e0c7d29679 feat(rename): save all buffers if ft~=telekasten 2022-10-03 11:21:06 +02:00
Thomas Lambert
0a8a21f724 refact: replace vim.fn.input by vim.ui.select
The vim.ui.select allows style customizations for the users. This
is much more modern and in phase with the general spirit of neovim.
2022-10-03 10:48:31 +02:00
Thomas Lambert
fb7f476dcd refact(rename): use prompt helper 2022-09-29 11:38:40 +02:00
Thomas Lambert
76919abaaf fix(prompt): allow cancelling title input 2022-09-29 11:38:39 +02:00
Thomas Lambert
74636e7416 feat(todo): add onlyTodo option 2022-09-28 22:27:03 +02:00
Thomas Lambert
31af52ed76 style: run stylua 2022-09-28 22:27:02 +02:00
lambtho
4e63d1f798 Merge pull request #165 from alex-laycalvert/main
Added Toggling Todos in Visual Range
2022-09-28 15:01:51 +00:00
Thomas Lambert
232799accf fix: bug with uuid and subdir
This ensures the UUID is placed before the _filename_ part and not
before the _subdir_ part if the title of the new file is specified as
`subdir/myfile`
2022-09-27 21:58:22 +02:00
Thomas Lambert
9a2549afd1 style: run stylua 2022-09-27 21:58:21 +02:00
Alexander Lay-Calvert
5b460a07a0 Fixed bug with wrong visual ranges 2022-09-24 22:12:58 -04:00
Alexander Lay-Calvert
a0a04beaac Added toggling todos from a visual selection by passing ranges into the Telekasten command 2022-09-24 13:50:52 -04:00
Alexander Lay-Calvert
b2e4c52b17 Styled 2022-09-23 14:27:15 -04:00
Alexander Lay-Calvert
1d30d5c432 Implemented a shorttitle substitution for templates, when creating notes in subdirs the shorttitle only uses that last part of the filename, not the entire path 2022-09-23 14:16:08 -04:00
Rene Schallner
fdb089daf6 added viu img previewer support 2022-08-19 16:25:24 +02:00
Rene Schallner
0c843429ab Fix media_previewer config option default handling 2022-08-18 22:57:16 +02:00
Rene Schallner
7d4505b000 added media previewer alternative catimg 2022-08-18 17:30:25 +02:00
Rene Schallner
c126bf2592 :Telekasten switch_vault (with underscore) 2022-08-18 16:23:35 +02:00
Rene Schallner
747d522fa4 Added switch vault to command palette 2022-08-18 15:53:41 +02:00
Shivanth
fa66746981 Squashed PR #158 and fixup into 1 commit
Squashed PR#158 into 1 single commit;

        Add vaults

        Add documentation:

        Make luachack happy.

        Address review comments

    fixed tabs and formatting of PR #158
2022-08-17 23:03:33 +02:00
Adriano Correa
5798c40d0b Merge pull request #1 from renerocksai/main
Fix calendar
2022-07-15 09:23:25 -03:00
Rene Schallner
67a6e917b8 Merge pull request #123 from ernie/observe-calendar-monday
Observe calendar monday option correctly
2022-07-14 01:47:17 +02:00
Rene Schallner
81f7e54a77 Merge pull request #122 from ernie/hide-numbers-on-calendar-display
Hide numbers on calendar display.
2022-07-14 01:45:55 +02:00