I’m using obsidian on IPad and I’ve installed a-shall to install css snippets but the Vault/.obsidian/snippets file does not seem to exist
What can i do to make one/find the existing one?
I’m using obsidian on IPad and I’ve installed a-shall to install css snippets but the Vault/.obsidian/snippets file does not seem to exist
What can i do to make one/find the existing one?
Hey Mr. Tomato
Since you’re already in the .obsidian directory, you would just command:
mkdir snippets
cd snippets
touch snippets.css
Now the snippets.css
file is created in vault/.obsidian/snippets
You can open it:
nano snippets.css
Then you’re ready to customize
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.