oth
oth copied to clipboard
Support obsidian themes
It would be nice to import css from existing obsidian themes, Ideally I could compile the css into only what's used clientside (perhaps a bundler can do this for me) so I don't waste space on irrelevant UI styles.
I might need to write some custom code to handle the /* @settings */ comment directive in obsidian themes.