mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-20 12:20:59 -07:00
Fix issue with tiddlers such as $:/templates/something not being synced
Fixed #2002
This commit is contained in:
parent
8a763e9d83
commit
6add992bf2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
title: $:/config/SaverFilter
|
||||
|
||||
[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state]] -[prefix[$:/temp]]
|
||||
[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
title: $:/config/SyncFilter
|
||||
|
||||
[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status]] -[prefix[$:/state]] -[prefix[$:/temp]]
|
||||
[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue