Commit Graph

455 Commits

Author SHA1 Message Date
Thomas Lambert
05caa03bdd style: make stylua happy 2023-04-28 23:02:17 +02:00
Thomas Lambert
88d9344b41 chore(utils): reorganize utils 2023-04-28 22:57:41 +02:00
Thomas Lambert
9d2e4fd1e1 chore(pickers): move vault picker file 2023-04-28 22:22:33 +02:00
Thomas Lambert
e2bc0755f3 perf: remove duplicate setup call 2023-04-28 22:10:22 +02:00
Chris Bednarz
147f444748 Fixed issue where notes created from templates would error if _ was previously set. (closes #231) 2023-04-17 20:16:43 +00:00
Thomas Lambert
29f80e3abc fix: greedy renaming (closes #237) 2023-03-29 21:53:21 +02:00
EJ
78de46aa5b doc: update advanced usage, link to wiki (#232) 2023-03-08 20:04:29 +00:00
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
d44fa0c6d9 doc: fix indication for default home directory (closes #228) 2023-03-01 15:21:46 +01:00
maxim-h
7a3091b68f fix typo in README.md (#227) 2023-02-26 09:08:31 +00:00
Thomas Lambert
c0fe9c82e4 doc: fix types (closes #223) 2023-02-20 09:04:57 +01:00
Thomas Lambert
d72933ddbe doc(readme): add synctodo link 2023-02-14 09:17:39 +01:00
Thomas Lambert
62f7ec126e doc: reformat README 2023-02-12 09:28:06 +01:00
Thomas Lambert
138a9cd879 doc: cleanup, add windows section 2023-02-11 23:53:40 +01:00
Thomas Lambert
4aa6fb0e1b doc: reorder default config 2023-02-11 23:30:41 +01:00
Thomas Lambert
960249c303 docs(WIP): formatting and mention peek.nvim 2023-02-11 23:12:31 +01:00
Thomas Lambert
ac20f02edf docs(WIP): fix details formatting 2023-02-11 23:12:30 +01:00
Thomas Lambert
03a15524f6 docs(WIP): major Readme simplification 2023-02-11 23:12:29 +01: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
Rene Schallner
c170daccb6 Merge pull request #212 from zhaogangang/fix-show-hello
fix:fix show hello when open nvim in topleft
2023-02-03 08:03:01 +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
Thomas Lambert
cfa3c6e038 docs(Readme): remove #GiveUpGithub 2023-01-14 23:04:10 +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
Thomas Lambert
ff85b22fb4 doc: improve link_notation for aliases 2022-11-14 20:44:35 +01: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
lambtho
923274dfb8 docs(Readme): remove duplicate show_tags 2022-10-06 09:46:14 +02:00
Rizwan
19907adc6f show_tags is listed twice 2022-10-06 13:08:47 +05:30
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