nvim-telekasten / telekasten.nvim

A Neovim (lua) plugin for working with a markdown zettelkasten / wiki and mixing it with a journal, based on telescope.nvim
MIT License
1.41k stars 90 forks source link

Add option to skip picker in follow_link and goto_date #272

Open Aneeqasif opened 1 year ago

Aneeqasif commented 1 year ago

the telescope picker pops up on places where i dont need it to. like follwoing a link ceating daily/weekly notes etc any way to disable this

lambtho12 commented 1 year ago

You can set the option `journal_auto_open = true' in the configuration. I think this is maybe not properly documented though.

This is actually a more or less a duplicate of https://github.com/renerocksai/telekasten.nvim/issues/93.

Aneeqasif commented 1 year ago

You can set the option `journal_auto_open = true' in the configuration. I think this is maybe not properly documented though.

This is actually a more or less a duplicate of #93.

will this also stop telescope popup when following a link? seemingly it is not available as you prefer the telescope way of preview it first, which is totally ok but it would be really nice if there were an option for user that want to skip the telescope thing. i hope u will understand :)

pmatulis commented 1 year ago

I also find it surprising that when you say to open a page that you are presented with a prompt for opening the page.

lambtho12 commented 1 year ago

It depends on your workflow. Often you just need to quickly skim a given note to retrieve a single piece of information. With the current implementation, you can just have a look in the picker without needing to open the file in a new buffer. This is why it was implemented this way.

Aneeqasif commented 1 year ago

It depends on your workflow. Often you just need to quickly skim a given note to retrieve a single piece of information. With the current implementation, you can just have a look in the picker without needing to open the file in a new buffer. This is why it was implemented this way.

sir many users are on small screens and its hard to skim through from small telescope window. so have an option just to turn it on off wont hurt anyone imo

lambtho12 commented 1 year ago

@Aneeqasif, I agree this feature would definitely be useful. I was just explaining the reasoning behind the initial implementation :wink:

It is definitely on my list regarding the refactoring of the pickers.

Aneeqasif commented 1 year ago

It is definitely on my list regarding the refactoring of the pickers.

thank you sir for understanding. :heart: