mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
778581b4ff
@ -8,7 +8,7 @@ type: text/vnd.tiddlywiki
|
|||||||
|
|
||||||
TiddlyDesktop ist ein Programm für Windows, Mac OS X und Linux, mit dem Sie TiddlyWiki Dateien bearbeiten können.
|
TiddlyDesktop ist ein Programm für Windows, Mac OS X und Linux, mit dem Sie TiddlyWiki Dateien bearbeiten können.
|
||||||
|
|
||||||
# Installieren Sie die aktuelle ~TiddlyDesktop Version von: https://github.com/Jermolene/TiddlyDesktop/releases
|
# Installieren Sie die aktuelle ~TiddlyDesktop Version von: https://github.com/TiddlyWiki/TiddlyDesktop/releases
|
||||||
# Starten Sie TiddlyDesktop
|
# Starten Sie TiddlyDesktop
|
||||||
# Verwenden Sie den "browse button" um TiddlyWiki Dateien zu öffnen.
|
# Verwenden Sie den "browse button" um TiddlyWiki Dateien zu öffnen.
|
||||||
# Speichern der Änderungen funktioniert wie gewohnt.
|
# Speichern der Änderungen funktioniert wie gewohnt.
|
||||||
|
@ -12,7 +12,7 @@ Aquí hay un video de [[introducción a TiddlyDesktop|Introducing TiddlyDesktop
|
|||||||
|
|
||||||
! Instrucciones
|
! Instrucciones
|
||||||
|
|
||||||
# Descarga la última versión de TiddlyDesktop de https://github.com/Jermolene/TiddlyDesktop/releases
|
# Descarga la última versión de TiddlyDesktop de https://github.com/TiddlyWiki/TiddlyDesktop/releases
|
||||||
|
|
||||||
# Ejecuta TiddlyDesktop
|
# Ejecuta TiddlyDesktop
|
||||||
|
|
||||||
@ -24,6 +24,6 @@ Aquí hay un video de [[introducción a TiddlyDesktop|Introducing TiddlyDesktop
|
|||||||
|
|
||||||
~TiddlyDesktop se basa en [[NW.js]], proyecto [[de código abierto|OpenSource]] y la fuente se encuentra en GitHub:
|
~TiddlyDesktop se basa en [[NW.js]], proyecto [[de código abierto|OpenSource]] y la fuente se encuentra en GitHub:
|
||||||
|
|
||||||
https://github.com/Jermolene/TiddlyDesktop/
|
https://github.com/TiddlyWiki/TiddlyDesktop/
|
||||||
|
|
||||||
Consulta las [[versiones de TiddlyDesktop|TiddlyDesktop Releases]]
|
Consulta las [[versiones de TiddlyDesktop|TiddlyDesktop Releases]]
|
||||||
|
@ -10,7 +10,7 @@ Visualisez la vidéo [[Introduction à TiddlyDesktop|Introducing TiddlyDesktop V
|
|||||||
|
|
||||||
! Instructions
|
! Instructions
|
||||||
|
|
||||||
# Installer la dernière version de TiddlyDesktop à partir de https://github.com/Jermolene/TiddlyDesktop/releases
|
# Installer la dernière version de TiddlyDesktop à partir de https://github.com/TiddlyWiki/TiddlyDesktop/releases
|
||||||
# Lancez TiddlyDesktop
|
# Lancez TiddlyDesktop
|
||||||
# Utilisez le bouton de l'explorateur de fichier pour ouvrir les fichiers TiddlyWiki
|
# Utilisez le bouton de l'explorateur de fichier pour ouvrir les fichiers TiddlyWiki
|
||||||
# Sauvegardez les modifications de la façon habituelle dans TiddlyWiki
|
# Sauvegardez les modifications de la façon habituelle dans TiddlyWiki
|
||||||
@ -18,6 +18,6 @@ Visualisez la vidéo [[Introduction à TiddlyDesktop|Introducing TiddlyDesktop V
|
|||||||
! Source
|
! Source
|
||||||
|
|
||||||
TiddlyDesktop est basé sur le projet OpenSource [[node-webkit]]. Les sources sont sur GitHub<<:>>
|
TiddlyDesktop est basé sur le projet OpenSource [[node-webkit]]. Les sources sont sur GitHub<<:>>
|
||||||
https://github.com/Jermolene/TiddlyDesktop/
|
https://github.com/TiddlyWiki/TiddlyDesktop/
|
||||||
|
|
||||||
Voir les [[Versions de TiddlyDesktop|TiddlyDesktop Releases]]
|
Voir les [[Versions de TiddlyDesktop|TiddlyDesktop Releases]]
|
@ -6,4 +6,4 @@ tags: Releases
|
|||||||
title: TiddlyDesktop Releases
|
title: TiddlyDesktop Releases
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
[[TiddlyDesktop|https://github.com/Jermolene/TiddlyDesktop/releases/latest]]
|
[[TiddlyDesktop|https://github.com/TiddlyWiki/TiddlyDesktop/releases/latest]]
|
||||||
|
@ -62,7 +62,7 @@ Cascades provide a means to select one of multiple values based on flexible, ext
|
|||||||
For example, the core uses the template $:/core/ui/ViewTemplate to display tiddlers in view mode, and $:/core/ui/EditTemplate to display tiddlers in edit mode. A cascade is used to choose which template to use for a particular tiddler:
|
For example, the core uses the template $:/core/ui/ViewTemplate to display tiddlers in view mode, and $:/core/ui/EditTemplate to display tiddlers in edit mode. A cascade is used to choose which template to use for a particular tiddler:
|
||||||
|
|
||||||
# If the tiddler is a draft, then use $:/core/ui/EditTemplate
|
# If the tiddler is a draft, then use $:/core/ui/EditTemplate
|
||||||
# Otherwise, use $:/core/ui/EditTemplate
|
# Otherwise, use $:/core/ui/ViewTemplate
|
||||||
|
|
||||||
The list of conditions is defined via a special tag, making it possible to insert additional conditions anywhere in the list.
|
The list of conditions is defined via a special tag, making it possible to insert additional conditions anywhere in the list.
|
||||||
|
|
||||||
@ -70,6 +70,6 @@ For example, a plugin might add a special template $:/plugins/example/map-templa
|
|||||||
|
|
||||||
# If the tiddler is a draft, then use $:/core/ui/EditTemplate
|
# If the tiddler is a draft, then use $:/core/ui/EditTemplate
|
||||||
# @@background: yellow; If the tiddler is tagged $:/tags/Map, then use $:/plugins/example/map-template@@
|
# @@background: yellow; If the tiddler is tagged $:/tags/Map, then use $:/plugins/example/map-template@@
|
||||||
# Otherwise, use $:/core/ui/EditTemplate
|
# Otherwise, use $:/core/ui/ViewTemplate
|
||||||
|
|
||||||
See [[Cascades]] for more details.
|
See [[Cascades]] for more details.
|
||||||
|
@ -14,6 +14,6 @@ TiddlyDesktop is an app for working with TiddlyWiki files (both TiddlyWikiClassi
|
|||||||
|
|
||||||
TiddlyDesktop is based on the OpenSource project [[NW.js]]. The source is on GitHub:
|
TiddlyDesktop is based on the OpenSource project [[NW.js]]. The source is on GitHub:
|
||||||
|
|
||||||
https://github.com/Jermolene/TiddlyDesktop/
|
https://github.com/TiddlyWiki/TiddlyDesktop/
|
||||||
|
|
||||||
See [[TiddlyDesktop Releases]] and [[How to Customize TiddlyDesktop]]
|
See [[TiddlyDesktop Releases]] and [[How to Customize TiddlyDesktop]]
|
@ -9,11 +9,11 @@ modified: 20200507104332791
|
|||||||
tags: Saving Mac Windows Linux
|
tags: Saving Mac Windows Linux
|
||||||
title: Saving on TiddlyDesktop
|
title: Saving on TiddlyDesktop
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
url: https://github.com/Jermolene/TiddlyDesktop/releases
|
url: https://github.com/TiddlyWiki/TiddlyDesktop/releases
|
||||||
|
|
||||||
See the [[Introducing TiddlyDesktop Video]]
|
See the [[Introducing TiddlyDesktop Video]]
|
||||||
|
|
||||||
# Install the latest release of TiddlyDesktop from https://github.com/Jermolene/TiddlyDesktop/releases
|
# Install the latest release of TiddlyDesktop from https://github.com/TiddlyWiki/TiddlyDesktop/releases
|
||||||
# Run TiddlyDesktop
|
# Run TiddlyDesktop
|
||||||
# Use the browse button to open TiddlyWiki files
|
# Use the browse button to open TiddlyWiki files
|
||||||
# Save changes within TiddlyWiki in the usual way
|
# Save changes within TiddlyWiki in the usual way
|
||||||
|
@ -5,4 +5,4 @@ tags: Releases
|
|||||||
title: TiddlyDesktop Releases
|
title: TiddlyDesktop Releases
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
The latest release of TiddlyDesktop can be found at https://github.com/Jermolene/TiddlyDesktop/releases/latest, or you can see a [[list of all releases|https://github.com/Jermolene/TiddlyDesktop/releases]].
|
The latest release of TiddlyDesktop can be found at https://github.com/TiddlyWiki/TiddlyDesktop/releases/latest, or you can see a [[list of all releases|https://github.com/TiddlyWiki/TiddlyDesktop/releases]].
|
||||||
|
Loading…
Reference in New Issue
Block a user