mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 13:29:56 +00:00
change existing, unsuteable links mysite.com and me.com to example.com
This commit is contained in:
parent
ddac13317e
commit
2d07e3d661
@ -60,7 +60,7 @@ Saving/TiddlySpot/Backups: Backups
|
|||||||
Saving/TiddlySpot/Description: These settings are only used when saving to http://tiddlyspot.com or a compatible remote server
|
Saving/TiddlySpot/Description: These settings are only used when saving to http://tiddlyspot.com or a compatible remote server
|
||||||
Saving/TiddlySpot/Filename: Upload Filename
|
Saving/TiddlySpot/Filename: Upload Filename
|
||||||
Saving/TiddlySpot/Heading: ~TiddlySpot
|
Saving/TiddlySpot/Heading: ~TiddlySpot
|
||||||
Saving/TiddlySpot/Hint: //The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://me.com/store.php`.//
|
Saving/TiddlySpot/Hint: //The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//
|
||||||
Saving/TiddlySpot/Password: Password
|
Saving/TiddlySpot/Password: Password
|
||||||
Saving/TiddlySpot/ServerURL: Server URL
|
Saving/TiddlySpot/ServerURL: Server URL
|
||||||
Saving/TiddlySpot/UploadDir: Upload Directory
|
Saving/TiddlySpot/UploadDir: Upload Directory
|
||||||
|
@ -17,7 +17,7 @@ The ''resolvepath'' macro constructs a url for a relative source path with respe
|
|||||||
A trivial example to show how the macro works:
|
A trivial example to show how the macro works:
|
||||||
|
|
||||||
```
|
```
|
||||||
<<resolvepath "./backup" "http://mysite.com/store.php">>
|
<<resolvepath "./backup" "http://example.com/store.php">>
|
||||||
```
|
```
|
||||||
|
|
||||||
<<resolvepath "./backup" "http://mysite.com/store.php">>
|
<<resolvepath "./backup" "http://example.com/store.php">>
|
Loading…
Reference in New Issue
Block a user