TiddlyDesktop Version 0.0.15

Hello Forum,

I’m using TiddlyDesktop Version 0.0.15.

Opening a wiki will switch the background-color of the screen to white for 1-2 seconds before the wiki opens:

How / where can the background-color be set to black? (“dark mode”)

Another issue:
Drag and drop to change the ordering is also not working.

Thanks,
Stefan

My apologies, I forgot to add the tag attribute to the list-tagged-draggable macro !

I will make a PR (edit: done), but if you dont want to wait for a new release / re-download tiddlydesktop, you can fix the re-ordering issue yourself :

  1. Click on the backstage button and open the WikiList tiddler

image

image

  1. In the tiddler WikiList, replace
<$macrocall $name="list-tagged-draggable" subFilter="all[tiddlers]subfilter<filter>unique[]" itemTemplate="WikiListRow" emptyMessage="Add a ~TiddlyWiki file or folder to get started.

Click the buttons above to browse, or drag and drop from your file Explorer/Finder"/>

With

<$macrocall $name="list-tagged-draggable" tag="wikilist" subFilter="all[tiddlers]subfilter<filter>unique[]" itemTemplate="WikiListRow" emptyMessage="Add a ~TiddlyWiki file or folder to get started.

Click the buttons above to browse, or drag and drop from your file Explorer/Finder"/>
1 Like

Create a tiddler with the tag $:/tags/RawMarkup and this content :

<meta name="color-scheme" content="dark light">

It will still flicker a bit but I’m not sure that this is avoidable :confused:

You can also enable the dark mode in the chrome settings (I imagine that you already did) :

1 Like

Thanks @telumire for the fast fix! :wave: