From 935e89bd93fd90426d54826e5e02aec8f8874e2f Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 20 Dec 2025 09:25:25 +0000 Subject: [PATCH 1/3] Tweak HelloThere thumbnail ordering --- editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid | 2 +- .../hellothere/thumbnails/HelloThumbnail - Newsletter.tid | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid b/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid index 75bcb2bb01..5320e4c90e 100644 --- a/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +++ b/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid @@ -1,5 +1,5 @@ created: 20150414070451144 -list: [[HelloThumbnail - Community Survey 2025]] [[HelloThumbnail - Twenty Years of TiddlyWiki]] [[HelloThumbnail - Introduction Video]] [[HelloThumbnail - TiddlyWiki Privacy]] [[HelloThumbnail - Latest Version]] [[HelloThumbnail - Newsletter]] [[HelloThumbnail - Grok TiddlyWiki]] [[HelloThumbnail - TiddlyWikiLinks]] [[HelloThumbnail - MultiWikiServer]] [[HelloThumbnail - Funding]] [[HelloThumbnail - Marketplace]] [[HelloThumbnail - Intertwingled Innovations]] +list: [[HelloThumbnail - Newsletter]] [[HelloThumbnail - Community Survey 2025]] [[HelloThumbnail - Introduction Video]] [[HelloThumbnail - Grok TiddlyWiki]] [[HelloThumbnail - Latest Version]] [[HelloThumbnail - MultiWikiServer]] [[HelloThumbnail - Twenty Years of TiddlyWiki]] [[HelloThumbnail - Funding]] [[HelloThumbnail - TiddlyWiki Privacy]] [[HelloThumbnail - Marketplace]] [[HelloThumbnail - Intertwingled Innovations]] [[HelloThumbnail - TiddlyWikiLinks]] modified: 20150414070948246 title: HelloThumbnail type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid b/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid index 4411d4783f..2e49bcf62a 100644 --- a/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +++ b/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid @@ -5,5 +5,6 @@ link: TiddlyWiki Newsletter image: TiddlyWiki Newsletter Badge color: #fff type: text/vnd.tiddlywiki +ribbon-text: NEW Subscribe to the ~TiddlyWiki Newsletter, a summary of the most interesting and relevant news from the ~TiddlyWiki community From 838fad916d2dcec16891849db71d2dd782e51e86 Mon Sep 17 00:00:00 2001 From: wiki-tutor Date: Sun, 28 Dec 2025 19:30:51 +0100 Subject: [PATCH 2/3] Signing CLA (#9527) --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index b7336b30d6..713edd74b2 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -638,3 +638,5 @@ Joseph Yi, @josephyi, 2025/10/14 Rishu kumar, @rishu-7549, 2025/10/25 + +@wiki-tutor, 2025/12/28 \ No newline at end of file From 4196d96adc2b50f70deffc5c2c28c106ba0dd742 Mon Sep 17 00:00:00 2001 From: XLBilly Date: Fri, 2 Jan 2026 16:42:58 +0800 Subject: [PATCH 3/3] [DOCS] Update docs about saving via WebDAV (#9543) --- editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid b/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid index 63959a1d63..a04206711c 100644 --- a/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid +++ b/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid @@ -4,7 +4,7 @@ created: 20160216191710789 delivery: Protocol description: Standard web protocol available on products such as Sharepoint method: save -modified: 20220615155048712 +modified: 20260102081028704 tags: Android Chrome Firefox [[Internet Explorer]] Linux Mac Opera PHP Safari Saving Windows iOS Edge title: Saving via WebDAV type: text/vnd.tiddlywiki @@ -19,6 +19,9 @@ Lightweight, portable and easy to use solutions * [[rclone|https://rclone.org/commands/rclone_serve_webdav/]] ** Running it can be as simple as:
`rclone serve webdav some_directory_containing_tiddlywiki_files` +* [[copyparty|https://github.com/9001/copyparty]] +** Copyparty comes with a ~WebDAV server. Simply run `copyparty -v .::rwd:c,daw` to serve the current folder and visit [[http://[::1]:3923/]] to use TiddlyWiki +** Note that you need to grant read, write and delete permission and add `daw` volflag to allow copyparty to overwrite existing files. * [[micromata dave - the simple webdav server|https://github.com/micromata/dave]] * [[dav-server|https://github.com/edrex/dav-server]] is a quick way to serve up a folder of HTML ~TiddlyWikis. * [[hacdias webdav server|https://github.com/hacdias/webdav/]] @@ -44,6 +47,10 @@ Lightweight, portable and easy to use solutions * RCX is an open source file manager for Android based on //rclone//. It is available on both //F-Droid// and //Google Play//. Thanks to its integrated WebDAV server, it lets you edit the wikis that you keep in your pocket. You can share them with other devices on the local network too. +!! iOS + +* There are no native apps that can serve a ~WebDAV server, but you can use rclone or copyparty on [[iSH Shell|https://apps.apple.com/cn/app/ish-shell/id1436902243]] or copyparty on [[a-Shell|https://apps.apple.com/cn/app/a-shell/id1473805438]]. + !! Servers Many [[NAS|https://en.wikipedia.org/wiki/NAS]] or [[Subversion|https://en.wikipedia.org/wiki/Apache_Subversion]] servers support ~WebDAV out of the box. Setting up your own server might take some effort though: