argenos / nldates-obsidian

Work with dates in natural language in Obsidian
MIT License
477 stars 43 forks source link

Feature request: Add an option to work without a trigger and let the plugin detect if the word can link to a daily note automatically. #127

Open YousufSSyed opened 1 year ago

YousufSSyed commented 1 year ago

I'd like to be able to just and have the plugin automatically link daily notes when I write "today" or "tomorrow". I'm not familiar with the extension API but I imagine something like this could be done: treat every word like I wrote an @ (the trigger) before it and run it through whatever processing the plugin does. It can detect a word after I press space and then do it. If the plugin sees that the word can refer to the daily note, then automatically link it.