From 413f14ea9d8fa05d9b12be6c82fc0b0465672f33 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 20 Jun 2025 14:34:43 +0100 Subject: [PATCH 1/2] Remove unneeded tilde --- core/ui/ControlPanel/Saving/gitea.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/ControlPanel/Saving/gitea.tid b/core/ui/ControlPanel/Saving/gitea.tid index cc4d83369..c73973d17 100644 --- a/core/ui/ControlPanel/Saving/gitea.tid +++ b/core/ui/ControlPanel/Saving/gitea.tid @@ -3,7 +3,7 @@ tags: $:/tags/ControlPanel/Saving caption: {{$:/language/ControlPanel/Saving/GitService/Gitea/Caption}} \define lingo-base() $:/language/ControlPanel/Saving/GitService/ -\define service-name() ~Gitea +\define service-name() Gitea <> From 5d0d2b1369145f810ba58206e3057ac3f83f529b Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 20 Jun 2025 15:00:05 +0100 Subject: [PATCH 2/2] Update references to TiddlySpot --- core/language/en-GB/ControlPanel.multids | 11 +++++------ core/modules/savers/upload.js | 2 +- core/ui/ControlPanel/Saving/TiddlySpot.tid | 6 ------ 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/core/language/en-GB/ControlPanel.multids b/core/language/en-GB/ControlPanel.multids index 73449b197..3262067cd 100644 --- a/core/language/en-GB/ControlPanel.multids +++ b/core/language/en-GB/ControlPanel.multids @@ -131,15 +131,14 @@ Saving/GitService/Gitea/Caption: Gitea Saver Saving/GitService/Gitea/Password: Personal access token for API (via Gitea’s web interface: `Settings | Applications | Generate New Token`) Saving/TiddlySpot/Advanced/Heading: Advanced Settings Saving/TiddlySpot/BackupDir: Backup Directory -Saving/TiddlySpot/ControlPanel: ~TiddlySpot Control Panel +Saving/TiddlySpot/ControlPanel: ~TiddlyHost Control Panel Saving/TiddlySpot/Backups: Backups -Saving/TiddlySpot/Caption: ~TiddlySpot Saver -Saving/TiddlySpot/Description: These settings are only used when saving to [[TiddlySpot|http://tiddlyspot.com]], [[TiddlyHost|https://tiddlyhost.com]], or a compatible remote server. See [[here|https://github.com/simonbaird/tiddlyhost/wiki/TiddlySpot-Saver-configuration-for-Tiddlyhost-and-Tiddlyspot]] for information on ~TiddlySpot and ~TiddlyHost saving configuration. +Saving/TiddlySpot/Caption: ~TiddlyHost Saver +Saving/TiddlySpot/Description: These settings are only used when saving to [[TiddlyHost|https://tiddlyhost.com]] or a compatible remote server. See [[here|https://github.com/simonbaird/tiddlyhost/wiki/TiddlySpot-Saver-configuration-for-Tiddlyhost-and-Tiddlyspot]] for information on ~TiddlyHost saving configuration Saving/TiddlySpot/Filename: Upload Filename -Saving/TiddlySpot/Heading: ~TiddlySpot -Saving/TiddlySpot/Hint: //The server URL defaults to `http://.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.// +Saving/TiddlySpot/Heading: ~TiddlyHost +Saving/TiddlySpot/Hint: //The server URL defaults to `http://.tiddlyspot.com/` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.// Saving/TiddlySpot/Password: Password -Saving/TiddlySpot/ReadOnly: Note that [[TiddlySpot|http://tiddlyspot.com]] no longer allows the creation of new sites. For new sites, you can use [[TiddlyHost|https://tiddlyhost.com]], a new hosting service that replaces ~TiddlySpot. Saving/TiddlySpot/ServerURL: Server URL Saving/TiddlySpot/UploadDir: Upload Directory Saving/TiddlySpot/UserName: Wiki Name diff --git a/core/modules/savers/upload.js b/core/modules/savers/upload.js index 7f17d77bd..35e05286e 100644 --- a/core/modules/savers/upload.js +++ b/core/modules/savers/upload.js @@ -44,7 +44,7 @@ UploadSaver.prototype.save = function(text,method,callback) { } // Construct the url if not provided if(!url) { - url = "http://" + username + ".tiddlyspot.com/store.cgi"; + url = "http://" + username + ".tiddlyhost.com/"; } // Assemble the header var boundary = "---------------------------" + "AaB03x"; diff --git a/core/ui/ControlPanel/Saving/TiddlySpot.tid b/core/ui/ControlPanel/Saving/TiddlySpot.tid index 65613d87d..9cbdf5726 100644 --- a/core/ui/ControlPanel/Saving/TiddlySpot.tid +++ b/core/ui/ControlPanel/Saving/TiddlySpot.tid @@ -21,12 +21,6 @@ http://$(userName)$.tiddlyspot.com/$path$/ \end -
- -<> - -
- <> |<> |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |