Support CSS Snippets
ankushg opened this issue · 3 comments
There are many repos that include CSS snippets:
- https://github.com/Mara-Li/Obsidian-Snippet-collection/
- https://github.com/deathau/obsidian-snippets
- https://github.com/nihitkhandelwal-eng/Obsidian_Snippets
It would be super slick if I could link to a snippet repo in BRAT and have it auto-import/update the snippets. This would be similar to themes because snippets aren't versioned.
This might be tricky for repos like ITS, which are a theme AND include snippets (the ones prefixed with S -
)
This is a good idea, but it might be a lot of work to implement a system around something that isn't standardized in Obsidian. It would be great if Obsidian had a standard published for how snippets can be registered in a repo. Then it would be easy to download them consistently and reliably.
Having said that, if someone wants to do the work, pull requests are always welcome :-)
hi @TfTHacker. i want to propose to reopen this FR. All this while Lisandra plugin has been supporting download css snippets https://github.com/Lisandra-dev/obsidian-snippet-downloader but recently archived it (not sure why). Is it possible to adopt the code (it's AGPL 3.0 licensed) into BRAT?