volcano-plugins
volcano-plugins copied to clipboard
Detailed installation instructions for beginners
Instructions for beginners
First of all thanks for this nice plugin loader! 😎
It took me some minutes to install the Emoji Plugin for Obsidian in my mac, so I would like to share some more detailed instructions for beginners:
-
Install Node.js from https://nodejs.org/
-
Open a new terminal and paste
npm install -g volcano -
In the terminal, you need to navigate until the location of Volcano, in my case is
/usr/local/lib/node_modules/volcano
Then you need to change the path in your terminal, use the command cd: cd /usr/local/lib/node_modules/volcanoYou should be at the volcano directory:
-
Once there in the terminal run
sudo node index.js, write your password and hit enter, you should see the following:
-
Go to your Obsidian Vault folder, and there, manually create a folder called volcano, and inside that one, another called plugins, there copy the emoji.js file from link

-
Open Obsidian, you don't need to touch anything on settings, simply open a note and, to insert an emoji, (at least on mac) hit
ctrl + cmd + spacebar
Thanks for the install instructions @irenebosque !
For step 5, I was installing the latest version and had to create the volcano/plugins/ directories in my home (~) dir instead of my obsidian home folder, noting in case anyone else comes across this :)
Thanks @irenebosque, I could not have figured it out on my own!