Jake,

I just experienced this my self, must be a new bug. 

However I went to the TiddlyDesktop backstage and found the error in the 
WikiList tiddler. Deleting this to restore the shadow tiddler fixed it.

I have placed a full copy of the broken one should Jeremy want to debug it.

\define wikilist-row()
<div class="td-wikilist-item">
<div class="td-wikilist-thumbnail">
<$button message="tiddlydesktop-add-wiki-url" param=<<currentTiddler>> class
="tc-btn-invisible">
<$list filter=
"[[$:/TiddlyDesktop/Config/favicon/$(currentTiddler)$]!is[missing]]" 
emptyMessage="""
<$image source="$:/TiddlyDesktop/images/missing-favicon.png" width="120"/>
""">
<$image source="""$:/TiddlyDesktop/Config/favicon/$(currentTiddler)$""" 
width="120"/>
</$list>
</$button>
</div>
<div class="td-wikilist-info">
<div class="td-wiki-title">
<$list filter="[all[current]prefix[wikifile://]]">
{{$:/core/images/file}}
</$list>
<$list filter="[all[current]prefix[wikifolder://]]">
{{$:/core/images/folder}}
</$list>
<$view tiddler="""$:/TiddlyDesktop/Config/title/$(currentTiddler)$""">
Untitled
</$view>
</div>
<!--
<div class="td-wiki-url">
<$view field="title"/>
</div>
-->
<div class="td-wiki-toolbar">
<div class="td-wiki-toolbar-item">
<$button message="tiddlydesktop-add-wiki-url" param=<<currentTiddler>> 
class="tc-btn-invisible td-button td-wikilist-button-open">
open
</$button>
</div>
<div class="td-wiki-toolbar-item">
<$button tooltip={{!!title}} message="tiddlydesktop-reveal-url-in-shell" 
param=<<currentTiddler>> class="tc-btn-invisible td-button td-wikilist-
button-reveal">
reveal
</$button>
</div>
<div class="td-wiki-toolbar-item">
<$button message="tiddlydesktop-remove-wiki-url" param=<<currentTiddler>> 
class="tc-btn-invisible td-button td-wikilist-button-remove">
remove
</$button>
</div>
<div class="td-wiki-toolbar-item">
<$button popup="""$:/TiddlyDesktop/Config/advanced/$(currentTiddler)$""" 
class="tc-btn-invisible td-button td-wikilist-button-advanced">
advanced
</$button>
</div>
<$set name=wiki-link value={{{ [{!!title}removeprefix[wiki]] }}}>
<div class="td-wiki-toolbar-item">
<$button tooltip=<<wiki-link>> class="tc-btn-invisible td-button td-wikilist
-button-advanced">
Open in browser
</$button>
</div>
</$set>
</div>
<$reveal type="nomatch" state="""$:/TiddlyDesktop/Config/advanced/$(
currentTiddler)$""" text="">
<div class="td-wiki-advanced">


<$list filter="[all[current]prefix[wikifile://]sort[sort-order]]">
<div class="td-wiki-toolbar-item">
<$button message="tiddlydesktop-reveal-backups-wiki-url" param=<<
currentTiddler>> class="tc-btn-invisible td-button 
td-wikilist-button-reveal-backups">
reveal backups
</$button>
</div>
</$list>
<$list filter="[all[current]prefix[wikifolder://]]">
<div class="td-wiki-toolbar-item">
<div>
Host: <$edit-text tag="input" tiddler="""$:/TiddlyDesktop/Config/host/$(
currentTiddler)$""" default=""/>
</div>
<div>
Port: <$edit-text tag="input" tiddler="""$:/TiddlyDesktop/Config/port/$(
currentTiddler)$""" default=""/>
</div>
</div>
</$list>
</div>
</$reveal>
</div>
</div>
\end


\define wikilist()
<div class="td-wikilist">
<$list filter="[tag[wikilist]sort[title]!has[draft.of]sort[sort-order]]" 
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" storyview="pop">
<div>
<<wikilist-row>>
</div>
</$list>
</div>
\end

<<wikilist>>

I am not sure what caused it but multiple invocations of tiddlydesktop are 
implicated in this thread.

This will be more common now we have the new command line launch method.

Regards
Tony


On Thursday, June 18, 2020 at 4:06:15 PM UTC+10, Jake wrote:
>
> Looks like it stored that data not in its core install folder but 
> in c:\Users\User\AppData\Local\TiddlyDesktop\User Data\... folder. After I 
> cleaned that up, everything got to normal. "Thanks" for help, everybody. I 
> wonder, did noone know about that? Or was it so diffucult to tell: "dude, 
> check the user/appdata folder"...
>
> среда, 17 июня 2020 г., 17:51:53 UTC+3 пользователь OGNSYA написал:
>>
>> I got the same thing a few times before.
>>
>> The way I've been avoiding it is to never try to open TD by 
>> double-clicking the icon on the tray; Always right-click and select Wiki 
>> List
>>
>> In mine I could remove that bugged out instance just by clicking Remove...
>>
>>
>> On Wednesday, June 17, 2020 at 3:39:00 PM UTC+1, Jake wrote:
>>>
>>> [image: 2020-06-17_17-32-05.png]
>>> I accidently pushed an icon to launch TiddlyDesktop application while 
>>> one TiddlyDesktop was already running. The application freezed. I closed 
>>> it, but after that I got "that" (pic related). I still can open other 
>>> wikis, but I can not remove this thing. I tried deleting TiddlyDesktop 
>>> folder completeley and start it from a newly unzipped directory, but this 
>>> thing remains. How to clean it?
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a490eb43-6e95-4e81-8f2f-a33ad2197d94o%40googlegroups.com.

Reply via email to