nothingislost / obsidian-workspaces-plus

Quickly switch and manage Obsidian workspaces
GNU General Public License v3.0
197 stars 6 forks source link

Question, where is this HTML I have to change for themes switching? #108

Open paulo-roger opened 2 months ago

paulo-roger commented 2 months ago

As in the documentation:

Workspaces Plus adds a data attribute to the HTML document body which can be used to set workspace specific styling

The data attribute is body[data-workspace-name="My Workspace"]
The attribute will be updated upon the loading of any new workspace

But I don't know where I should edit to add this body attribute.

Could you please help me?