mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
8e4670ce0a
@ -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`.
|
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
|
! Stylesheet Types
|
||||||
|
|
||||||
@ -76,4 +76,4 @@ The ~TiddlyWiki core provides several [[global macros that are helpful in constr
|
|||||||
|
|
||||||
!! See Also
|
!! See Also
|
||||||
|
|
||||||
* <<list-links "[tag[Using Stylesheets]]">>
|
<<list-links "[tag[Using Stylesheets]]">>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20240609152203076
|
created: 20240609152203076
|
||||||
modified: 20240614210714914
|
modified: 20240901142049810
|
||||||
tags:
|
tags:
|
||||||
title: WidgetMessage: tm-http-request Examples
|
title: WidgetMessage: tm-http-request Examples
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -32,6 +32,7 @@ type: text/vnd.tiddlywiki
|
|||||||
<$action-sendmessage
|
<$action-sendmessage
|
||||||
$message="tm-http-request"
|
$message="tm-http-request"
|
||||||
url="https://httpbin.org/post"
|
url="https://httpbin.org/post"
|
||||||
|
header-content-type="application/json"
|
||||||
method="POST"
|
method="POST"
|
||||||
body='{"foo": "bar"}'
|
body='{"foo": "bar"}'
|
||||||
oncompletion=<<store-fetched-output>>
|
oncompletion=<<store-fetched-output>>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
title: Example config-tiddlyweb-host for IIS
|
title: Example config-tiddlyweb-host for IIS
|
||||||
created: 20180328145039530
|
created: 20180328145039530
|
||||||
modified: 20180328145234871
|
modified: 20180328145234871
|
||||||
tags: Saving
|
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
|
||||||
type: text/plain
|
type: text/plain
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20180328145039530
|
created: 20180328145039530
|
||||||
modified: 20180328145234871
|
modified: 20180328145234871
|
||||||
tags: Saving
|
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
|
||||||
title: Example package.json for IIS
|
title: Example package.json for IIS
|
||||||
type: text/plain
|
type: text/plain
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20180328151124878
|
created: 20180328151124878
|
||||||
modified: 20180328151214616
|
modified: 20180328151214616
|
||||||
tags: Saving
|
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
|
||||||
title: Example tiddlywiki.info for IIS
|
title: Example tiddlywiki.info for IIS
|
||||||
type: text/plain
|
type: text/plain
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20180328145259455
|
created: 20180328145259455
|
||||||
modified: 20180701185215523
|
modified: 20180701185215523
|
||||||
tags: Saving
|
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
|
||||||
title: Example web.config for IIS
|
title: Example web.config for IIS
|
||||||
type: text/plain
|
type: text/plain
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
caption: TidGi Desktop
|
caption: ~TidGi Desktop
|
||||||
color: #FF8A65
|
color: #FF8A65
|
||||||
community-author: LinOnetwo
|
community-author: LinOnetwo
|
||||||
created: 20220221080637764
|
created: 20220221080637764
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
caption: Saving with FireFox
|
caption: Saving with ~FireFox
|
||||||
created: 20230803205140949
|
created: 20230803205140949
|
||||||
modified: 20230803213246739
|
modified: 20230803213246739
|
||||||
tags: Saving Firefox
|
tags: Saving Firefox
|
||||||
|
15
editions/tw5.com/tiddlers/saving/Saving with TiddlyPWA.tid
Normal file
15
editions/tw5.com/tiddlers/saving/Saving with TiddlyPWA.tid
Normal 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/
|
@ -585,3 +585,5 @@ Michael McDermott, @michaeljmcd, 2024-07-09
|
|||||||
@webplusai, 2024/07/23
|
@webplusai, 2024/07/23
|
||||||
|
|
||||||
Val Packett, @valpackett, 2024/07/26
|
Val Packett, @valpackett, 2024/07/26
|
||||||
|
|
||||||
|
@JDIGIO0213, 2024/08/29
|
Loading…
Reference in New Issue
Block a user