1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 03:39:43 +00:00

Merge branch 'tiddlywiki-com'

This commit is contained in:
Jeremy Ruston 2024-09-02 16:52:15 +01:00
commit 8e4670ce0a
10 changed files with 27 additions and 9 deletions

View File

@ -41,7 +41,7 @@ You can then use your own [[styles and classes in WikiText|Styles and Classes in
Custom stylesheets are applied independently from theme stylesheets. Therefore, it is often necessary for the css rules in your custom stylesheet to be more specific than those of the theme you want to override. For example, `html body.tc-body` is more specific than `body.tc-body`.
<<.tip "''You should always start with the least specific value that works!''<br><br>">>
<<.tip """You should always start with the least specific value that works!""">>
! Stylesheet Types
@ -76,4 +76,4 @@ The ~TiddlyWiki core provides several [[global macros that are helpful in constr
!! See Also
* <<list-links "[tag[Using Stylesheets]]">>
<<list-links "[tag[Using Stylesheets]]">>

View File

@ -1,5 +1,5 @@
created: 20240609152203076
modified: 20240614210714914
modified: 20240901142049810
tags:
title: WidgetMessage: tm-http-request Examples
type: text/vnd.tiddlywiki
@ -32,6 +32,7 @@ type: text/vnd.tiddlywiki
<$action-sendmessage
$message="tm-http-request"
url="https://httpbin.org/post"
header-content-type="application/json"
method="POST"
body='{"foo": "bar"}'
oncompletion=<<store-fetched-output>>

View File

@ -1,5 +1,5 @@
title: Example config-tiddlyweb-host for IIS
created: 20180328145039530
modified: 20180328145234871
tags: Saving
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
type: text/plain

View File

@ -1,5 +1,5 @@
created: 20180328145039530
modified: 20180328145234871
tags: Saving
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
title: Example package.json for IIS
type: text/plain

View File

@ -1,5 +1,5 @@
created: 20180328151124878
modified: 20180328151214616
tags: Saving
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
title: Example tiddlywiki.info for IIS
type: text/plain

View File

@ -1,5 +1,5 @@
created: 20180328145259455
modified: 20180701185215523
tags: Saving
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
title: Example web.config for IIS
type: text/plain

View File

@ -1,4 +1,4 @@
caption: TidGi Desktop
caption: ~TidGi Desktop
color: #FF8A65
community-author: LinOnetwo
created: 20220221080637764

View File

@ -1,4 +1,4 @@
caption: Saving with FireFox
caption: Saving with ~FireFox
created: 20230803205140949
modified: 20230803213246739
tags: Saving Firefox

View File

@ -0,0 +1,15 @@
caption: ~TiddlyPWA
color: #E056B4
community-author: Val Packett
created: 20240902162617154
delivery: Progressive Web Application
description: Save to browser storage
method: save
modified: 20240902162617154
tags: Chrome Firefox [[Internet Explorer]] Linux Mac Opera Safari Saving Windows iOS Edge
title: TiddlyPWA - Save to AWS or Google Storage
type: text/vnd.tiddlywiki
~TiddlyPWA turns TiddlyWiki 5 into an offline-first Progressive Web App with encrypted local persistent storage and efficient synchronization with a self-hosted server that can easily be hosted for free.
https://tiddly.packett.cool/

View File

@ -585,3 +585,5 @@ Michael McDermott, @michaeljmcd, 2024-07-09
@webplusai, 2024/07/23
Val Packett, @valpackett, 2024/07/26
@JDIGIO0213, 2024/08/29