What I’m trying to do
I run Obsidian on a computer that isn’t connected to the internet and would like to install a few plugins. How to do that?
Things I have tried
I searched the help and forum, couldn’t find a solution.
I run Obsidian on a computer that isn’t connected to the internet and would like to install a few plugins. How to do that?
I searched the help and forum, couldn’t find a solution.
Plugins, at minimum, require main.js
and manifest.json
(and sometimes a .styles.css
) files in addition to the folder they are in. e.g. {VAULT}/.obsidian/plugins/waypoint/
.
You can download the plugin on a device that has access and copy the folder over.
You can also get the files directly from the plugin’s GitHub page.
Great! Thank you. GitHub works. Would be nice to be able to download from the Obsidian Plugin gallery but that works for me.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.