Ellpeck / ObsidianCustomFrames

An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.
MIT License
591 stars 30 forks source link

[REQUEST] Ability to load snippets from `.css` files #55

Open firinael opened 2 years ago

firinael commented 2 years ago

Currently, to test your CSS snippet for a custom frame, you have to:

And that's awful. Please give us the option to assign a .css file to be loaded for each (or all, too) frame, so we can make changes to the file and not have to navigate menus over and over.

Thank you for your work!

Ellpeck commented 2 years ago

I mean, my workflow is usually to open the site in a browser, edit the css using dev tools, and then paste it into Obsidian once I'm happy with it.

But yea, supporting snippets is a nice idea.