TfTHacker / obsidian42-brat

BRAT - Beta Reviewer's Auto-update Tool for Obsidian.
https://tfthacker.com/BRAT
MIT License
627 stars 32 forks source link

Support CSS Snippets #25

Open ankushg opened 2 years ago

ankushg commented 2 years ago

There are many repos that include CSS 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 -)

TfTHacker commented 2 years ago

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 :-)

efemkay commented 1 year ago

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?

LynetteCullens commented 6 days ago

a, 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.

Didn't you set parameters for how creators should organize their plugins in order for them to be recognized and installed using BRAT? Is that no longer possible?