joshrouwhorst4k downloadsImport a stylesheet from a URL into your snippets folder.
The Style Importer plugin lets you load a CSS file into your snippets folder from a URL. This provides an easy way to keep styles synced across multiple notebooks.
When you first set up this plugin in a notebook you will want to go through these steps:
A quick way to get your CSS file hosted is to go to GitHub Gists where you can create a gist. Create your CSS file there and then enter the URL to the Raw version of your file in the Style Import settings.
This plugin will only make requests to the URL(s) you provide it for CSS files. It then saves that file in your .obsidian/snippets folder under the filename style-importer.css. No other file manipulation is done by this plugin.
If you have any feedback or questions you can submit an issue on the GitHub project.