kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Adjust sync filter to avoid bug with deletions
The `[is[tiddler]]` filter rejects deleted tiddlers, meaning that deletions were not triggering the dirty state correctly.print-window-tiddler
rodzic
44c466d6e7
commit
6641d5c93f
|
@ -1,3 +1,3 @@
|
|||
title: $:/config/SyncFilter
|
||||
|
||||
[is[tiddler]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status]] -[prefix[$:/state]] -[prefix[$:/temp]]
|
||||
[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status]] -[prefix[$:/state]] -[prefix[$:/temp]]
|
Ładowanie…
Reference in New Issue