argenos / nldates-obsidian

Work with dates in natural language in Obsidian
MIT License
490 stars 44 forks source link

Adding query text as link text to resulting wikilink #92

Closed linduxed closed 2 years ago

linduxed commented 2 years ago

Currently doing @1 day ago<Enter> (or whatever other valid query) results in something like [[2022-03-07]], assuming wikilink insertion is on.

I'm wondering if it would be possible to have the query be inserted as link text, meaning that @1 day ago<Enter> would result in [[2022-03-07|1 day ago]]?

linduxed commented 2 years ago

Unless I'm misunderstanding, maybe this issue is related to this one: https://github.com/argenos/nldates-obsidian/issues/47

liamcain commented 2 years ago

This is already possible if you hold Shift when selecting the item from the autosuggest (so shift+enter will give you [[2022-03-07|1 day ago]]

linduxed commented 2 years ago

Ah, indeed! Thank you for informing me!

Closing.