Vanilla getting started #40
Closed
TheMeaningfulEngineer
started this conversation in
General
Replies: 1 comment
-
Closing as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been thinking of giving the docs a bit of a refresh and would like to know how you use the plugin.
I've noticed I don't use most of the Obsidian commands in my workflow.
Would like to know how do you use it, focusing only on the core commands.
i.e. I use telescope for a lot of these, but from the perspective of obsidian.nvim it's not important.
My flow:
OF - obsidian feature, will mark in the description
Start the day with OF
:ObsidianToday
.I write my notes there as chapters
##
and tag them based on the category.If a tag is popular enough to deserve its own file, I for it there.
For code snippets I would add a
#python-snippet
(OF tags autocomplete).Once there's enough of those, I'd make a note OF
:ObsidianNew python-snippets
, clean up and put them there.The OF autocompletion of tags helps a lot here.
I guess that's more of a build in instead of an explicit command.
For traversing the tags I use OF
:ObsidianTags
.For searching the names of notes I use OF
:ObsidianQuickSwitch
Beta Was this translation helpful? Give feedback.
All reactions