From c3955c3cf93039452dac1a6b0db8cf7594a72c14 Mon Sep 17 00:00:00 2001 From: FND Date: Wed, 24 Mar 2021 22:21:45 +0100 Subject: [PATCH 1/5] Add another podcast link (#5567) --- editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid b/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid index b5ef197ff..a06939805 100644 --- a/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +++ b/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid @@ -6,7 +6,7 @@ type: text/vnd.tiddlywiki //These are personal reflections on the history and development of TiddlyWiki from JeremyRuston.// -//There is also a [[podcast|https://changelog.com/196/]] discussing TiddlyWiki's backstory.// +//There is also a [[podcast from 2016|https://changelog.com/podcast/196]] discussing TiddlyWiki's backstory as well as a [[recording from 2021|https://twit.tv/shows/floss-weekly/episodes/620]].// ! Origins of TiddlyWiki From b90aad9cea19a5304e73eb2afa7aa7e6a01215d0 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 6 Apr 2021 13:13:12 +0100 Subject: [PATCH 2/5] Fix typo in filtered permalink example Fixes #5588 --- editions/tw5.com/tiddlers/concepts/PermaLinks.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/PermaLinks.tid b/editions/tw5.com/tiddlers/concepts/PermaLinks.tid index 5127228d6..40c7a1925 100644 --- a/editions/tw5.com/tiddlers/concepts/PermaLinks.tid +++ b/editions/tw5.com/tiddlers/concepts/PermaLinks.tid @@ -1,5 +1,5 @@ created: 20140502213500000 -modified: 20160622111355787 +modified: 20210406131243532 tags: Features Concepts title: PermaLinks type: text/vnd.tiddlywiki @@ -32,7 +32,7 @@ If the target tiddler isn't present in the story list then it is automatically i It is also possible to specify a story filter without specifying a target tiddler for navigation: -~https://tiddlywiki.com/#:[tags[task]] +~https://tiddlywiki.com/#:[tag[task]] ! About URL encoding From 7f3fed2f50b790579d128f8c2a2aea40d984635d Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Sat, 10 Apr 2021 11:23:16 +0200 Subject: [PATCH 3/5] Update DropzoneWidget.tid (#5598) --- editions/tw5.com/tiddlers/widgets/DropzoneWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/DropzoneWidget.tid b/editions/tw5.com/tiddlers/widgets/DropzoneWidget.tid index 1794cf98d..b55cd2aa0 100644 --- a/editions/tw5.com/tiddlers/widgets/DropzoneWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/DropzoneWidget.tid @@ -16,7 +16,7 @@ It sends a [[WidgetMessage: tm-import-tiddlers]] carrying a JSON representation |!Attribute |!Description | |deserializer |<<.from-version "5.1.15">> Optional name of deserializer to be used (by default the deserializer is derived from the file extension) | |enable |<<.from-version "5.1.22">> Optional value "no" to disable the dropzone functionality (defaults to "yes") | -|class |<<.from-version "5.1.22">> Optional CSS class to be assigned to the dropzone (defaults to "tc-drag-over") | +|class |<<.from-version "5.1.22">> Optional CSS class to be assigned to the DOM node created by the dropzone (defaults to "tc-dropzone") | |autoOpenOnImport |<<.from-version "5.1.23">> Optional value "no" or "yes" that can override tv-auto-open-on-import | |importTitle|<<.from-version "5.1.23">> optional tiddler title to use for import process instead of ~$:/Import | From 55173c17a31ec41f70750d7f1df86b93ffdaca29 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sat, 10 Apr 2021 16:42:25 +0100 Subject: [PATCH 4/5] Remove obsolete link --- .../Hosting TiddlyWiki5 on GoogleDrive.tid | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 editions/tw5.com/tiddlers/community/resources/Hosting TiddlyWiki5 on GoogleDrive.tid diff --git a/editions/tw5.com/tiddlers/community/resources/Hosting TiddlyWiki5 on GoogleDrive.tid b/editions/tw5.com/tiddlers/community/resources/Hosting TiddlyWiki5 on GoogleDrive.tid deleted file mode 100644 index 32a889751..000000000 --- a/editions/tw5.com/tiddlers/community/resources/Hosting TiddlyWiki5 on GoogleDrive.tid +++ /dev/null @@ -1,14 +0,0 @@ -created: 20140315085406905 -modified: 20210106151027120 -tags: Tutorials -title: "Hosting TiddlyWiki5 on GoogleDrive" by Tony Ching -type: text/vnd.tiddlywiki -url: https://googledrive.com/host/0B51gSXixfJ2Qb0I4R2M4MWJVMlU - -Tony Ching's quick guide for sharing TiddlyWiki with Google Drive. - -{{!!url}} - -<<< -Anyway your self-contained a non-linear personal web notebook can be hosted on Google Drive, a free cloud service from Google.com. Because TiddlyWiki5 now supports the Stanford Javascript Crypto Library (SJCL), you can encrypt your content from prying eyes (excluding the NSA of course) -<<< From 7878e77e9687de63293c348ecc1eed45876869ec Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sun, 18 Apr 2021 10:09:49 +0100 Subject: [PATCH 5/5] Update docs for PUT and DELETE APIs to mention CSRF requirements --- .../tiddlers/webserver/WebServer API_ Delete Tiddler.tid | 6 +++++- .../tiddlers/webserver/WebServer API_ Put Tiddler.tid | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/webserver/WebServer API_ Delete Tiddler.tid b/editions/tw5.com/tiddlers/webserver/WebServer API_ Delete Tiddler.tid index 962d74902..523012553 100644 --- a/editions/tw5.com/tiddlers/webserver/WebServer API_ Delete Tiddler.tid +++ b/editions/tw5.com/tiddlers/webserver/WebServer API_ Delete Tiddler.tid @@ -1,5 +1,5 @@ created: 20181002112106875 -modified: 20181002124355314 +modified: 20210418100750769 tags: [[WebServer API]] title: WebServer API: Delete Tiddler type: text/vnd.tiddlywiki @@ -14,6 +14,10 @@ Parameters: * ''title'' - URI encoded title of the tiddler to delete +Headers: + +* ''x-requested-with'' - must be set to `TiddlyWiki` in order for the request to succeed, unless [[WebServer Parameter: csrf-disable]] is set to `yes` + Response: * 204 No Content \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/webserver/WebServer API_ Put Tiddler.tid b/editions/tw5.com/tiddlers/webserver/WebServer API_ Put Tiddler.tid index 8bdedcf3b..d9c774bdb 100644 --- a/editions/tw5.com/tiddlers/webserver/WebServer API_ Put Tiddler.tid +++ b/editions/tw5.com/tiddlers/webserver/WebServer API_ Put Tiddler.tid @@ -1,5 +1,5 @@ created: 20181002131341062 -modified: 20181002131556452 +modified: 20210418100750769 tags: [[WebServer API]] title: WebServer API: Put Tiddler type: text/vnd.tiddlywiki @@ -16,6 +16,10 @@ Parameters: * ''title'' - URI encoded title of the tiddler to save +Headers: + +* ''x-requested-with'' - must be set to `TiddlyWiki` in order for the request to succeed, unless [[WebServer Parameter: csrf-disable]] is set to `yes` + Response: * 204 No Content