Using my own CSS rules

Is your feature request related to a problem? Please describe.

I’d love the possiblity to use my own custom CSS rules. Currently I have to repaste my own css background color rules (sand theme) and some font rules and some things I want to have hidden etc. after every restart of ts.

Describe the solution you’d like

3 possible solutions:

  1. Text area for own CSS rules in the ts settings
  2. Own css files a user can chosse that will overwrite the default css of ts
  3. json files like in vscode

Describe alternatives you’ve considered

Repaste them after every TS restart in the devtools

Additional context

Not available

Interesting request! You could use the external configuration javascript file described here: External Configuration | TagSpaces Docs in combination with something like https://stackoverflow.com/questions/15505225/inject-css-stylesheet-as-string-using-javascript

I am curious to see your design changes, can you share you custom css ?