1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-04 18:00:44 +00:00

Merge branch 'master' into single-tiddler-mode

This commit is contained in:
Jermolene 2018-09-27 09:48:12 +01:00
commit a0084eee9a
74 changed files with 687 additions and 326 deletions

View File

@ -59,6 +59,13 @@ exports.startup = function() {
$tw.pageWidgetNode.render($tw.pageContainer,null);
$tw.hooks.invokeHook("th-page-refreshed");
})();
// Remove any splash screen elements
var removeList = document.querySelectorAll(".tc-remove-when-wiki-loaded");
$tw.utils.each(removeList,function(removeItem) {
if(removeItem.parentNode) {
removeItem.parentNode.removeChild(removeItem);
}
});
// Prepare refresh mechanism
var deferredChanges = Object.create(null),
timerId;

View File

@ -4,8 +4,10 @@ title: $:/core/templates/tiddlywiki5.html
<!doctype html>
{{$:/core/templates/MOTW.html}}<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<!--~~ Raw markup for the top of the head section ~~-->
{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta name="application-name" content="TiddlyWiki" />
<meta name="generator" content="TiddlyWiki" />
<meta name="tiddlywiki-version" content="{{$:/core/templates/version}}" />
@ -24,6 +26,8 @@ title: $:/core/templates/tiddlywiki5.html
{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}
</head>
<body class="tc-body">
<!--~~ Raw markup for the top of the body section ~~-->
{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}
<!--~~ Static styles ~~-->
<div id="styleArea">
{{$:/boot/boot.css||$:/core/templates/css-tiddler}}
@ -48,5 +52,7 @@ title: $:/core/templates/tiddlywiki5.html
<div id="bootKernel" style="display:none;">
{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}
</div>
<!--~~ Raw markup for the bottom of the body section ~~-->
{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}
</body>
</html>

View File

@ -20,9 +20,11 @@ tags: $:/tags/SideBarSegment
<$button popup=<<qualify "$:/state/popup/search-dropdown">> class="tc-btn-invisible">
{{$:/core/images/down-arrow}}
<$list filter="[{$:/temp/search}minlength{$:/config/Search/MinLength}limit[1]]" variable="listItem">
<$set name="resultCount" value="""<$count filter="[!is[system]search{$(searchTiddler)$}]"/>""">
<$set name="searchTerm" value={{{ [<searchTiddler>get[text]] }}}>
<$set name="resultCount" value="""<$count filter="[!is[system]search<searchTerm>]"/>""">
{{$:/language/Search/Matches}}
</$set>
</$set>
</$list>
</$button>
</$reveal>

View File

@ -1,45 +0,0 @@
caption: 0.0.4
created: 20150419150210402
fr-title: TiddlyDesktop Version 0.0.4
modified: 20150621142305356
released: 20150111
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.4
type: text/vnd.tiddlywiki
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.4" class="tc-btn-big-green" target="_blank">
{{$:/core/images/github}} Télécharger sur ~GitHub
</a>
[[Rendez-vous sur GitHub pour l'historique détaillé des évolutions de cette version|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.3...v0.0.4]]
Cette version intègre une refonte majeure du fonctionnement interne de TiddlyDesktop. Il est encore un peu tôt pour une version vraiment diffusable, mais nous avons besoin de vos réactions pour l'améliorer. Veuillez l'utiliser avec grandes précautions, et envisager de revenir à la v0.0.3 si vous rencontrez des problèmes.
Nous vous remercions de nous faire part de tout problème ou suggestion via GitHub, ou de les soumettre sur le [[groupe de discussion de TiddlyWiki|http://groups.google.com/group/TiddlyWiki]]<<dp>>
!Nouvelles Fonctionnalités
*Message d'avertissement délivré à la fermeture des fenêtres lors de modifications non sauvegardées (TWC, TW 5.1.8 et ultérieurs seulement)
*Fenêtre d'aide
*Barre d'outils pour TiddlyWiki windows
*Fait apparaitre le fichier original dans le Finder / Explorateur
*Sauvegarde Automatique
Notez qu'il n'y a, pour l'instant, aucune possibilité de masquer la barre d'outil de TiddlyWiki windows. Il va y être remédié rapidement<<pe>>
!Nouvelle Architecture
TiddlyDesktop, en lui-même, est maintenant une instance de l'édition Node.js pour TiddlyWiki. Les fichiers HTML de TiddlyWiki sont exécutés dans des iframes encapsulées en mode protégé avec des services en arrière plan telle que la sauvegarde automatique.
L'avantage de cette méthode est que l'interface utilisateur, et les fonctionnalités de l'application de bureau, peuvent maintenant être personnalisées et améliorées avec les mêmes techniques utilisées dans l'édition principale de TiddlyWiki.
!Bientôt chez vous
Les fonctionnalités de cette version ne s'écartent guère de la version&nbsp;0.0.3 précédente, mais elles préparent le terrain pour un certain nombre d'améliorations, comme<<dp>>
*Barre d'outils Configurable
*~HyperAppletSignets
*Zoom de Page
*Création de nouveaux wikis depuis des éditions standard ou des modèles personnalisés
*Glisser/déposer de lien _canonical_uri depuis l'explorateur de fichier
*Langages multiples
*Copie de texte dans le presse-papier en un clic depuis TiddlyWiki
*Raccourcis clavier généralisés pour copier des contenus etc.

View File

@ -6,8 +6,4 @@ tags: Releases
title: TiddlyDesktop Releases
type: text/vnd.tiddlywiki
Voici la description des récentes mise à jour de TiddlyDesktop
<$list filter="[tag[TiddlyDesktopReleaseNotes]!sort[created]limit[1]]">
<$macrocall $name="tabs" tabsList="[tag[TiddlyDesktopReleaseNotes]!sort[created]]"default={{!!title}} class="tc-vertical" template="ReleaseTemplate" />
</$list>
[[TiddlyDesktop|https://github.com/Jermolene/TiddlyDesktop/releases/latest]]

View File

@ -1,68 +1,31 @@
created: 20130822080600000
modified: 20180808094618436
tags: Concepts
modified: 20180927080631239
tags: Reference Concepts
title: SystemTags
type: text/vnd.tiddlywiki
System tags are used to give special behaviour to tiddlers.
! Available system tags
These are the system tags defined by the ~TiddlyWiki core:
These are the available system tags
<table>
<tbody>
<$list filter="[tag[SystemTags]]">
<tr>
<td>
<$macrocall $name="tag" tag={{!!caption}}/>
</td>
<td>
<$link>
{{!!description}}
</$link>
</td>
</tr>
</$list>
</tbody>
</table>
|<<tag "$:/tags/AboveStory">> |for elements to be placed at the top of the story river |
|<<tag "$:/tags/AdvancedSearch">> |for search elements |
|<<tag "$:/tags/AdvancedSearch/FilterButton">> |for filter buttons |
|<<tag "$:/tags/Alert">> |for alerts |
|<<tag "$:/tags/BelowStory">> |for elements to be placed at the bottom of the story river |
|<<tag "$:/tags/ControlPanel">> |for control panel tabs |
|<<tag "$:/tags/ControlPanel/Advanced">> |for control panel advanced tabs |
|<<tag "$:/tags/ControlPanel/Appearance">> |for control panel appearance tabs |
|<<tag "$:/tags/ControlPanel/Info">> |for control panel info tabs |
|<<tag "$:/tags/ControlPanel/Saving">> |for saving configurations |
|<<tag "$:/tags/ControlPanel/Settings">> |for control panel settings tabs |
|<<tag "$:/tags/ControlPanel/Toolbars">> |for control panel toolbar customisation tabs |
|<<tag "$:/tags/EditorToolbar">> |for the editor toolbar buttons |
|<<tag "$:/tags/EditPreview">> |for custom preview panes |
|<<tag "$:/tags/EditTemplate">> |for the edit template |
|<<tag "$:/tags/EditToolbar">> |for the edit mode tiddler toolbar |
|<<tag "$:/tags/Exporter">> |for the exporters |
|<<tag "$:/tags/Filter">> |for filters in advanced seach sample filter dropdown |
|<<tag "$:/tags/Image">> |for (core) images |
|<<tag "$:/tags/ImportPreview">> |for preview types for the import listing |
|<<tag "$:/tags/Manager/ItemMain">> |for the tiddler manager. $:/Manager |
|<<tag "$:/tags/Manager/ItemSidebar">> |for the tiddler manager |
|<<tag "$:/tags/Macro">> |for global macros |
|<<tag "$:/tags/MoreSideBar">> |for tabs in the "more" sidebar |
|<<tag "$:/tags/MoreSideBar/Plugins">> |for Sidebar: More: Plugins tab |
|<<tag "$:/tags/PageControls">> |for the page control tools in the sidebar |
|<<tag "$:/tags/PageTemplate">> |for the main page elements |
|<<tag "$:/tags/Palette">> |for colour palettes |
|<<tag "$:/tags/PluginLibrary">> |for the plugin library |
|<<tag "$:/tags/RawMarkup">> |for raw markup to be included in the generated HTML file. To activate the tag, TiddlyWiki needs to be reloaded |
|<<tag "$:/tags/RawMarkupWikified">> |for raw markup to be included in the generated HTML file. To activate the tag, TiddlyWiki needs to be reloaded |
|<<tag "$:/tags/RawStaticContent">> |for "raw" content to be saved into the TW code. Be careful! |
|<<tag "$:/tags/RemoteAssetInfo">> |for plugin import handling |
|<<tag "$:/tags/SearchResults">> |for customised search results |
|<<tag "$:/tags/ServerConnection">> |for plugin import handling |
|<<tag "$:/tags/SideBar">> |for sidebar tabs |
|<<tag "$:/tags/SideBarSegment">> |for sidebar segments |
|<<tag "$:/tags/StartupAction">> |startup actions executed on all platforms |
|<<tag "$:/tags/StartupAction/Browser">> |startup actions only executed when running in the browser |
|<<tag "$:/tags/StartupAction/Node">> |startup actions only executed when running under Node.js |
|<<tag "$:/tags/Stylesheet">> |to indicate that a tiddler should be applied as a CSS stylesheet |
|<<tag "$:/tags/TagDropdown">> |for tags dropdown sorting |
|<<tag "$:/tags/Texteditor/Snippet">> |for text snippets |
|<<tag "$:/tags/TiddlerInfo">> |for tiddler info panel tabs |
|<<tag "$:/tags/TiddlerInfoSegment">> |for tiddler info panel segments |
|<<tag "$:/tags/TiddlerInfo/Advanced">> |for tabs under the advanced tiddler tab |
|<<tag "$:/tags/ToolbarButtonStyle">> |for the style of the buttons |
|<<tag "$:/tags/TopLeftBar">> |for the top left bar |
|<<tag "$:/tags/TopRightBar">> |for the top right bar |
|<<tag "$:/tags/ViewTemplate">> |for the view template |
|<<tag "$:/tags/ViewToolbar">> |for the view mode tiddler toolbar |
! ~TiddlyWiki plugins
!! System tags defined by ~TiddlyWiki plugins
|<<tag "$:/tags/HelpPanel>> |can be seen at: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]] see: top left page control bubble|
|<<tag "$:/tags/HelpPanel/Videos>> |help panel "videos" tab|
@ -72,13 +35,3 @@ These are the available system tags
|<<tag "$:/tags/ViewToolbarButton/QRcode>> |see: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]] |
|<<tag "$:/tags/test-spec>> |tiddlywiki test suite |
! System tags in use
These are the system tags in use in this wiki:
<ul>
<$list filter="[all[shadows+tiddlers]tags[]prefix[$:/]sort[title]]">
<li>{{||$:/core/ui/TagTemplate}}</li>
</$list>
</ul>

View File

@ -0,0 +1,32 @@
created: 20180927081216605
modified: 20180927084436111
tags: [[Customise TiddlyWiki]]
title: Creating a splash screen
type: text/vnd.tiddlywiki
By default, TiddlyWiki displays a blank screen while it is loading. If you prefer you can add a special "splash screen" that is displayed while the wiki loads.
In order for the splash screen to be displayed before TiddlyWiki is initialised it is embedded as static HTML/CSS within the TiddlyWiki HTML file. This is done with the [[SystemTag: $:/tags/RawMarkupWikified/TopBody]].
The other to remove the splash screen when the wiki has finished loading, the HTML should be wrapped in a container with the special class `tc-remove-when-wiki-loaded`. Any DOM elements with this class are automatically deleted by the core once the wiki has loaded.
Here's an example of a simple splash screen that just displays the text //Loading//. To use it, copy the text into a new tiddler, give it the type "text/plain" and the tag "$:/tags/RawMarkupWikified/TopBody":
```
<div class="tc-remove-when-wiki-loaded">
Loading...
</div>
```
If the tiddler is given the WikiText type `text/vnd.tiddlywiki` then the contents are wikified as the file is saved, allowing transclusion etc. For example, here's an example that quotes the site title in the loading message. To use it, copy the text into a new tiddler, give it the type "text/vnd.tiddlywiki" and the tag "$:/tags/RawMarkupWikified/TopBody":
```
\rules only filteredtranscludeinline transcludeinline
<div class="tc-remove-when-wiki-loaded">
Please wait while {{$:/SiteTitle}} is loading
</div>
```
The `\rules` directive is used to limit the wikitext syntax that is recognised to the two forms of inline transclusion. This avoids accidental wikification of tiddler content.
There is a more complex example splash screen using CSS animations and images configured in this wiki: see $:/SplashScreen

View File

@ -1,6 +1,6 @@
created: 20140910212931897
list: Concepts Definitions WikiText Macros Variables Widgets Filters Messages Commands Mechanisms Developers
modified: 20160710150825305
list: Concepts Definitions WikiText Macros Variables SystemTags Widgets Filters Messages Commands Mechanisms Developers
modified: 20180927080640647
tags: TableOfContents
title: Reference
type: text/vnd.tiddlywiki

View File

@ -0,0 +1,116 @@
created: 20180927082601825
modified: 20180927083036494
tags: $:/tags/RawMarkupWikified/TopBody
title: $:/SplashScreen
type: text/vnd.tiddlywiki
\rules only filteredtranscludeinline transcludeinline macrocallinline
<div class="tc-remove-when-wiki-loaded">
<style scoped>
.tc-splash-text {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
margin: 20px auto 0;
width: 200px;
text-align: center;
color: <<colour foreground>>;
fill: <<colour foreground>>;
}
html body.tc-body {
background: <<colour page-background>>;
}
/*
Spinner from https://github.com/tobiasahlin/SpinKit/ by Tobias Ahlin
The MIT License (MIT)
Copyright (c) 2015 Tobias Ahlin
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.tc-splash-spinner {
margin: 20px auto 0;
width: 70px;
text-align: center;
}
.tc-splash-spinner > div {
width: 18px;
height: 18px;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
background-color: #f88;
}
.tc-splash-spinner .tc-splash-bounce-1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
background-color: #8f8;
}
.tc-splash-spinner .tc-splash-bounce-2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
background-color: #88f;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
</style>
<div class="tc-splash-text">
Please wait while {{$:/SiteTitle}} is loading
</div>
<div class="tc-splash-spinner">
<div class="tc-splash-bounce-1"></div>
<div class="tc-splash-bounce-2"></div>
<div class="tc-splash-bounce-3"></div>
</div>
</div>
<!-- Demonstrating how to embed a wikitext SVG graphic -->
<div class="tc-splash-text">
{{$:/core/images/home-button||$:/core/templates/plain-text-tiddler}}
</div>
<!-- Demonstrating how to embed a bitmap graphic -->
<div class="tc-splash-text">
<img src="data:image/jpeg;base64,{{Motovun Jack.jpg||$:/core/templates/plain-text-tiddler}}" width="100"/>
</div>

View File

@ -0,0 +1,9 @@
caption: $:/tags/AboveStory
created: 20180926170345251
description: marks elements to be placed at the top of the story river
modified: 20180926171456529
tags: SystemTags
title: SystemTag: $:/tags/AboveStory
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/AboveStory` marks elements to be placed at the top of the story river

View File

@ -0,0 +1,9 @@
caption: $:/tags/AdvancedSearch
created: 20180926170345251
description: marks search elements
modified: 20180926171456527
tags: SystemTags
title: SystemTag: $:/tags/AdvancedSearch
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/AdvancedSearch` marks search elements

View File

@ -0,0 +1,9 @@
caption: $:/tags/AdvancedSearch/FilterButton
created: 20180926170345251
description: marks filter buttons
modified: 20180926171456526
tags: SystemTags
title: SystemTag: $:/tags/AdvancedSearch/FilterButton
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/AdvancedSearch/FilterButton` marks filter buttons

View File

@ -0,0 +1,9 @@
caption: $:/tags/Alert
created: 20180926170345251
description: marks alerts
modified: 20180926171456524
tags: SystemTags
title: SystemTag: $:/tags/Alert
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Alert` marks alerts

View File

@ -0,0 +1,9 @@
caption: $:/tags/BelowStory
created: 20180926170345251
description: marks elements to be placed at the bottom of the story river
modified: 20180926171456521
tags: SystemTags
title: SystemTag: $:/tags/BelowStory
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/BelowStory` marks elements to be placed at the bottom of the story river

View File

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel
created: 20180926170345251
description: marks control panel tabs
modified: 20180926171456518
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel` marks control panel tabs

View File

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Advanced
created: 20180926170345251
description: marks control panel advanced tabs
modified: 20180926171456516
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Advanced
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Advanced` marks control panel advanced tabs

View File

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Appearance
created: 20180926170345251
description: marks control panel appearance tabs
modified: 20180926171456514
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Appearance
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Appearance` marks control panel appearance tabs

View File

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Info
created: 20180926170345251
description: marks control panel info tabs
modified: 20180926171456512
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Info
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Info` marks control panel info tabs

View File

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Saving
created: 20180926170345251
description: marks saving configurations
modified: 20180926171456510
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Saving
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Saving` marks saving configurations

View File

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Settings
created: 20180926170345251
description: marks control panel settings tabs
modified: 20180926171456509
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Settings
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Settings` marks control panel settings tabs

View File

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Toolbars
created: 20180926170345251
description: marks control panel toolbar customisation tabs
modified: 20180926171456507
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Toolbars
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Toolbars` marks control panel toolbar customisation tabs

View File

@ -0,0 +1,9 @@
caption: $:/tags/EditPreview
created: 20180926170345251
description: marks custom preview panes
modified: 20180926171456503
tags: SystemTags
title: SystemTag: $:/tags/EditPreview
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/EditPreview` marks custom preview panes

View File

@ -0,0 +1,9 @@
caption: $:/tags/EditTemplate
created: 20180926170345251
description: marks the edit template
modified: 20180926171456501
tags: SystemTags
title: SystemTag: $:/tags/EditTemplate
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/EditTemplate` marks the edit template

View File

@ -0,0 +1,9 @@
caption: $:/tags/EditToolbar
created: 20180926170345251
description: marks the edit mode tiddler toolbar
modified: 20180926171456499
tags: SystemTags
title: SystemTag: $:/tags/EditToolbar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/EditToolbar` marks the edit mode tiddler toolbar

View File

@ -0,0 +1,9 @@
caption: $:/tags/EditorToolbar
created: 20180926170345251
description: marks the editor toolbar buttons
modified: 20180926171456505
tags: SystemTags
title: SystemTag: $:/tags/EditorToolbar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/EditorToolbar` marks the editor toolbar buttons

View File

@ -0,0 +1,9 @@
caption: $:/tags/Exporter
created: 20180926170345251
description: marks the exporters
modified: 20180926171456497
tags: SystemTags
title: SystemTag: $:/tags/Exporter
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Exporter` marks the exporters

View File

@ -0,0 +1,9 @@
caption: $:/tags/Filter
created: 20180926170345251
description: marks filters in advanced seach sample filter dropdown
modified: 20180926171456495
tags: SystemTags
title: SystemTag: $:/tags/Filter
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Filter` marks filters in advanced seach sample filter dropdown

View File

@ -0,0 +1,9 @@
caption: $:/tags/Image
created: 20180926170345251
description: marks (core) images
modified: 20180926171456494
tags: SystemTags
title: SystemTag: $:/tags/Image
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Image` marks (core) images

View File

@ -0,0 +1,9 @@
caption: $:/tags/ImportPreview
created: 20180926170345251
description: marks preview types for the import listing
modified: 20180926171456492
tags: SystemTags
title: SystemTag: $:/tags/ImportPreview
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ImportPreview` marks preview types for the import listing

View File

@ -0,0 +1,9 @@
caption: $:/tags/Macro
created: 20180926170345251
description: marks global macros
modified: 20180926171456486
tags: SystemTags
title: SystemTag: $:/tags/Macro
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Macro` marks global macros

View File

@ -0,0 +1,9 @@
caption: $:/tags/Manager/ItemMain
created: 20180926170345251
description: marks the tiddler manager. $:/Manager
modified: 20180926171456490
tags: SystemTags
title: SystemTag: $:/tags/Manager/ItemMain
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Manager/ItemMain` marks the tiddler manager. $:/Manager

View File

@ -0,0 +1,9 @@
caption: $:/tags/Manager/ItemSidebar
created: 20180926170345251
description: marks the tiddler manager
modified: 20180926171456488
tags: SystemTags
title: SystemTag: $:/tags/Manager/ItemSidebar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Manager/ItemSidebar` marks the tiddler manager

View File

@ -0,0 +1,9 @@
caption: $:/tags/MoreSideBar
created: 20180926170345251
description: marks tabs in the 'more' sidebar
modified: 20180926171456484
tags: SystemTags
title: SystemTag: $:/tags/MoreSideBar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/MoreSideBar` marks tabs in the 'more' sidebar

View File

@ -0,0 +1,9 @@
caption: $:/tags/MoreSideBar/Plugins
created: 20180926170345251
description: marks Sidebar: More: Plugins tab
modified: 20180926171456483
tags: SystemTags
title: SystemTag: $:/tags/MoreSideBar/Plugins
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/MoreSideBar/Plugins` marks Sidebar: More: Plugins tab

View File

@ -0,0 +1,9 @@
caption: $:/tags/PageControls
created: 20180926170345251
description: marks the page control tools in the sidebar
modified: 20180926171456481
tags: SystemTags
title: SystemTag: $:/tags/PageControls
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/PageControls` marks the page control tools in the sidebar

View File

@ -0,0 +1,9 @@
caption: $:/tags/PageTemplate
created: 20180926170345251
description: marks the main page elements
modified: 20180926171456480
tags: SystemTags
title: SystemTag: $:/tags/PageTemplate
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/PageTemplate` marks the main page elements

View File

@ -0,0 +1,9 @@
caption: $:/tags/Palette
created: 20180926170345251
description: marks colour palettes
modified: 20180926171456478
tags: SystemTags
title: SystemTag: $:/tags/Palette
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Palette` marks colour palettes

View File

@ -0,0 +1,9 @@
caption: $:/tags/PluginLibrary
created: 20180926170345251
description: marks the plugin library
modified: 20180926171456474
tags: SystemTags
title: SystemTag: $:/tags/PluginLibrary
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/PluginLibrary` marks the plugin library

View File

@ -0,0 +1,11 @@
caption: $:/tags/RawMarkup
created: 20180926170345251
description: marks tiddlers included as raw text at the bottom of `<head>`
modified: 20180927084346820
tags: SystemTags
title: SystemTag: $:/tags/RawMarkup
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawMarkup` marks plain text tiddlers to be included as raw markup at the bottom of the `<head>` section in the generated HTML file.
Note that the wiki must be saved and reloaded in order for a raw markup tiddler to take effect.

View File

@ -0,0 +1,11 @@
caption: $:/tags/RawMarkupWikified
created: 20180926170345251
description: marks tiddlers included as wikified text at the bottom of `<head>`
modified: 20180927084332243
tags: SystemTags
title: SystemTag: $:/tags/RawMarkupWikified
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawMarkupWikified` marks wikified tiddlers to be included as raw markup at the bottom of the `<head>` section in the generated HTML file.
Note that the wiki must be saved and reloaded in order for a raw markup tiddler to take effect. Also note that global macros are not available by default within raw markup tiddlers; you can use the ImportVariablesWidget to explicitly import them.

View File

@ -0,0 +1,11 @@
caption: $:/tags/RawMarkupWikified/BottomBody
created: 20180926170345251
description: marks tiddlers included as wikified text at the bottom of `<body>`
modified: 20180927084336737
tags: SystemTags
title: SystemTag: $:/tags/RawMarkupWikified/BottomBody
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawMarkupWikified/BottomBody` marks wikified tiddlers to be included as raw markup at the bottom of the `<body>` section in the generated HTML file.
Note that the wiki must be saved and reloaded in order for a raw markup tiddler to take effect. Also note that global macros are not available by default within raw markup tiddlers; you can use the ImportVariablesWidget to explicitly import them.

View File

@ -0,0 +1,11 @@
caption: $:/tags/RawMarkupWikified/TopBody
created: 20180926170345251
description: marks tiddlers included as wikified text at the top of `<body>`
modified: 20180927084353235
tags: SystemTags
title: SystemTag: $:/tags/RawMarkupWikified/TopBody
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawMarkupWikified/TopBody` marks wikified tiddlers to be included as raw markup at the top of the `<body>` section in the generated HTML file.
Note that the wiki must be saved and reloaded in order for a raw markup tiddler to take effect. Also note that global macros are not available by default within raw markup tiddlers; you can use the ImportVariablesWidget to explicitly import them.

View File

@ -0,0 +1,11 @@
caption: $:/tags/RawMarkupWikified/TopHead
created: 20180926170345251
description: marks tiddlers included as wikified text at the top of `<head>`
modified: 20180927084358475
tags: SystemTags
title: SystemTag: $:/tags/RawMarkupWikified/TopHead
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawMarkupWikified/TopHead` marks wikified tiddlers to be included as raw markup at the top of the `<head>` section in the generated HTML file.
Note that the wiki must be saved and reloaded in order for a raw markup tiddler to take effect. Also note that global macros are not available by default within raw markup tiddlers; you can use the ImportVariablesWidget to explicitly import them.

View File

@ -0,0 +1,9 @@
caption: $:/tags/RawStaticContent
created: 20180926170345251
description: marks raw content to be saved into the TW code
modified: 20180926171456461
tags: SystemTags
title: SystemTag: $:/tags/RawStaticContent
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawStaticContent` marks raw content to be saved into the TW code

View File

@ -0,0 +1,9 @@
caption: $:/tags/RemoteAssetInfo
created: 20180926170345251
description: marks plugin import handling
modified: 20180926171456460
tags: SystemTags
title: SystemTag: $:/tags/RemoteAssetInfo
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RemoteAssetInfo` marks plugin import handling

View File

@ -0,0 +1,9 @@
caption: $:/tags/SearchResults
created: 20180926170345251
description: marks customised search results
modified: 20180926171456458
tags: SystemTags
title: SystemTag: $:/tags/SearchResults
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/SearchResults` marks customised search results

View File

@ -0,0 +1,9 @@
caption: $:/tags/ServerConnection
created: 20180926170345251
description: marks plugin import handling
modified: 20180926171456456
tags: SystemTags
title: SystemTag: $:/tags/ServerConnection
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ServerConnection` marks plugin import handling

View File

@ -0,0 +1,9 @@
caption: $:/tags/SideBar
created: 20180926170345251
description: marks sidebar tabs
modified: 20180926171456454
tags: SystemTags
title: SystemTag: $:/tags/SideBar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/SideBar` marks sidebar tabs

View File

@ -0,0 +1,9 @@
caption: $:/tags/SideBarSegment
created: 20180926170345251
description: marks sidebar segments
modified: 20180926171456451
tags: SystemTags
title: SystemTag: $:/tags/SideBarSegment
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/SideBarSegment` marks sidebar segments

View File

@ -0,0 +1,9 @@
caption: $:/tags/StartupAction
created: 20180926170345251
description: marks actions executed on all platforms
modified: 20180926171456449
tags: SystemTags
title: SystemTag: $:/tags/StartupAction
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/StartupAction` marks actions executed on all platforms

View File

@ -0,0 +1,9 @@
caption: $:/tags/StartupAction/Browser
created: 20180926170345251
description: marks actions only executed when running in the browser
modified: 20180926171456447
tags: SystemTags
title: SystemTag: $:/tags/StartupAction/Browser
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/StartupAction/Browser` marks actions only executed when running in the browser

View File

@ -0,0 +1,9 @@
caption: $:/tags/StartupAction/Node
created: 20180926170345251
description: marks actions only executed when running under Node.js
modified: 20180926171456445
tags: SystemTags
title: SystemTag: $:/tags/StartupAction/Node
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/StartupAction/Node` marks actions only executed when running under Node.js

View File

@ -0,0 +1,9 @@
caption: $:/tags/Stylesheet
created: 20180926170345251
description: marks that a tiddler should be applied as a CSS stylesheet
modified: 20180926171456442
tags: SystemTags
title: SystemTag: $:/tags/Stylesheet
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Stylesheet` marks that a tiddler should be applied as a CSS stylesheet

View File

@ -0,0 +1,9 @@
caption: $:/tags/TagDropdown
created: 20180926170345251
description: marks tags dropdown sorting
modified: 20180926171456439
tags: SystemTags
title: SystemTag: $:/tags/TagDropdown
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TagDropdown` marks tags dropdown sorting

View File

@ -0,0 +1,9 @@
caption: $:/tags/Texteditor/Snippet
created: 20180926170345251
description: marks text snippets
modified: 20180926171456546
tags: SystemTags
title: SystemTag: $:/tags/Texteditor/Snippet
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Texteditor/Snippet` marks text snippets

View File

@ -0,0 +1,9 @@
caption: $:/tags/TiddlerInfo
created: 20180926170345251
description: marks tiddler info panel tabs
modified: 20180926171456544
tags: SystemTags
title: SystemTag: $:/tags/TiddlerInfo
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TiddlerInfo` marks tiddler info panel tabs

View File

@ -0,0 +1,9 @@
caption: $:/tags/TiddlerInfoSegment
created: 20180926170345251
description: marks tiddler info panel segments
modified: 20180926171456541
tags: SystemTags
title: SystemTag: $:/tags/TiddlerInfoSegment
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TiddlerInfoSegment` marks tiddler info panel segments

View File

@ -0,0 +1,9 @@
caption: $:/tags/TiddlerInfo/Advanced
created: 20180926170345251
description: marks tabs under the advanced tiddler tab
modified: 20180926171456539
tags: SystemTags
title: SystemTag: $:/tags/TiddlerInfo/Advanced
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TiddlerInfo/Advanced` marks tabs under the advanced tiddler tab

View File

@ -0,0 +1,9 @@
caption: $:/tags/ToolbarButtonStyle
created: 20180926170345251
description: marks the style of the buttons
modified: 20180926171456537
tags: SystemTags
title: SystemTag: $:/tags/ToolbarButtonStyle
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ToolbarButtonStyle` marks the style of the buttons

View File

@ -0,0 +1,9 @@
caption: $:/tags/TopLeftBar
created: 20180926170345251
description: marks the top left bar
modified: 20180926171456536
tags: SystemTags
title: SystemTag: $:/tags/TopLeftBar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TopLeftBar` marks the top left bar

View File

@ -0,0 +1,9 @@
caption: $:/tags/TopRightBar
created: 20180926170345251
description: marks the top right bar
modified: 20180926171456534
tags: SystemTags
title: SystemTag: $:/tags/TopRightBar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TopRightBar` marks the top right bar

View File

@ -0,0 +1,9 @@
caption: $:/tags/ViewTemplate
created: 20180926170345251
description: marks the view template
modified: 20180926171456532
tags: SystemTags
title: SystemTag: $:/tags/ViewTemplate
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ViewTemplate` marks the view template

View File

@ -0,0 +1,9 @@
caption: $:/tags/ViewToolbar
created: 20180926170345251
description: marks the view mode tiddler toolbar
modified: 20180926171456531
tags: SystemTags
title: SystemTag: $:/tags/ViewToolbar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ViewToolbar` marks the view mode tiddler toolbar

View File

@ -1,13 +0,0 @@
caption: 0.0.1
created: 20150419144925501
modified: 20150419152103526
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.1
type: text/vnd.tiddlywiki
released: 20140108
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.1" class="tc-btn-big-green" target="_blank" rel="noopener noreferrer">
{{$:/core/images/github}} Download from ~GitHub
</a>
First release - use with extreme caution

View File

@ -1,21 +0,0 @@
caption: 0.0.2
created: 20150419150123810
modified: 20150419154256169
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.2
type: text/vnd.tiddlywiki
released: 20140118
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.2" class="tc-btn-big-green" target="_blank" rel="noopener noreferrer">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.1...v0.0.2]]
This second version of TiddlyDesktop has the following fixes and improvements:
*The saving mechanism is now TiddlyFox compatible, so TiddlyWiki5 wikis don't need a special plugin to work with TiddlyDesktop
*TiddlyDesktop is now compatible with TiddlyWiki Classic
*Chromium Developer Tools now accessible via a pulldown menu
*Each TiddlyWiki document is now sandboxed, so it isn't possible for malicious or buggy JavaScript to affect other documents
*Linux 32-bit and 64-bit builds

View File

@ -1,23 +0,0 @@
caption: 0.0.3
created: 20150419150143521
modified: 20150419154240713
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.3
type: text/vnd.tiddlywiki
released: 20140130
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.3" class="tc-btn-big-green" target="_blank" rel="noopener noreferrer">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.2...v0.0.3]]
This third version of TiddlyDesktop has the following fixes and improvements:
*Access Chromium developer tools with F12
*No menu bars
*Fixed problem with paths containing spaces
*Enabled webkit experimental features
*Adjusted the main window toolbar to be position: sticky
*Fixed problem with relative inter-wiki links not working
*Add "file not found" error indication

View File

@ -1,44 +0,0 @@
caption: 0.0.4
created: 20150419150210402
modified: 20150419154800738
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.4
type: text/vnd.tiddlywiki
released: 20150111
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.4" class="tc-btn-big-green" target="_blank" rel="noopener noreferrer">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.3...v0.0.4]]
This release includes a major reworking of the internals of TiddlyDesktop.
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
http://groups.google.com/group/TiddlyWiki
!New Features
*Warning message when closing windows with unsaved changes (TWC and TW 5.1.8 and above only)
*Help window
*Toolbar for TiddlyWiki windows
*Reveal original file in Finder/Explorer
*Automatic backups
Note that there is currently no way to hide the toolbar for TiddlyWiki windows. This will be remedied soon!
!New Architecture
TiddlyDesktop itself is now an instance of the Node.js edition of TiddlyWiki. TiddlyWiki HTML files are run within embedded, sandboxed iframes with the "backstage" TiddlyWiki providing services such as saving to the file system.
The advantage of this approach is that the user interface and functionality of the desktop application can now be customised and extended with exactly the same techniques that are used in regular TiddlyWiki.
!Coming Soon
The functionality of this release barely matches that of the previous v0.0.3 version, but it lays the groundwork for a number of other features such as:
*Configurable toolbars
*Hyperbookmarklets
*Page zoom
*Creating new wikis from standard editions and custom templates
*Dragging _canonical_uri links from the file system
*Multiple languages
*One-click copying of text to the clipboard from within TiddlyWiki
*Global keyboard shortcut for clipping content etc.

View File

@ -1,26 +0,0 @@
caption: 0.0.5
created: 20151026171331736
modified: 20151026171331736
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.5
type: text/vnd.tiddlywiki
released: 20151026
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.5" class="tc-btn-big-green" target="_blank" rel="noopener noreferrer">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.4...v0.0.5]]
This is an important bug fix release.
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
http://groups.google.com/group/TiddlyWiki
* Upgraded to the latest stable v12.0.3 of nw.js, fixing a number of bugs in the process, including one that prevented v0.0.4 from being used successfully under Windows
** Bugs fixed: [[#66|https://github.com/Jermolene/TiddlyDesktop/issues/66]], [[#65|https://github.com/Jermolene/TiddlyDesktop/issues/65]], [[#61|https://github.com/Jermolene/TiddlyDesktop/issues/61]], [[#57|https://github.com/Jermolene/TiddlyDesktop/issues/57]], [[#53|https://github.com/Jermolene/TiddlyDesktop/issues/53]], [[#52|https://github.com/Jermolene/TiddlyDesktop/issues/52]]
* Added a warning about disrupting the backstage wiki
* Switched to using "Settings" instead of "Control Panel", to reduce confusion with TiddlyWiki's control panel
* Updated app icon
* Cleaned up TiddlyWiki build products, fixing [[#67|https://github.com/Jermolene/TiddlyDesktop/issues/67]]

View File

@ -1,24 +0,0 @@
caption: 0.0.6
created: 20151029171331736
modified: 20151029171331736
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.6
type: text/vnd.tiddlywiki
released: 20151029
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.6" class="tc-btn-big-green" target="_blank" rel="noopener noreferrer">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.5...v0.0.6]]
A minor bug fix release.
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
http://groups.google.com/group/TiddlyWiki
* Added ability to drag and drop TiddlyWiki files into the wiki list window from Windows Explorer/Mac Finder
* Fixed bug triggered by moving TiddlyDesktop executable after first running it
* Added custom user agent string identifying TiddlyDesktop
** eg ``Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36 TiddlyDesktop/0.0.6``

View File

@ -1,25 +0,0 @@
caption: 0.0.7
created: 20160105190019710
modified: 20160105190302408
released: 20151205
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.7
type: text/vnd.tiddlywiki
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.7" class="tc-btn-big-green" target="_blank" rel="noopener noreferrer">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.6...v0.0.7]]
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
http://groups.google.com/group/TiddlyWiki
* Experimental support for "wiki folders" (the Node.js format for TiddlyWiki, where each tiddler is a separate file), including the ability to serve wiki folders over HTTP so that you can use any browser or device to access them
* Switched from representing wikis as thumbnails to favicons
* New system tray/menu icon for quick access to TiddlyDesktop
* Fixed problem with restarting after quitting with minimised windows on Windows (#77)
* Added TiddlyDesktop version number to "Help" window
Note: Upgrading to this release will clear your list of loaded wiki files. The files themselves are not affected; you can re-add them by dragging and dropping them into the wiki list window.

View File

@ -1,22 +0,0 @@
caption: 0.0.8
created: 20160105190346176
modified: 20160105190448153
released: 20151206
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.8
type: text/vnd.tiddlywiki
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.8" class="tc-btn-big-green" target="_blank" rel="noopener noreferrer">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.7...v0.0.8]]
A minor bug fix release.
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
http://groups.google.com/group/TiddlyWiki
* Fixes crash when clicking on external links
* Added warning when attempting to remove a wiki folder window that has been opened

View File

@ -1,12 +1,8 @@
caption: ~TiddlyDesktop
created: 20150419144649101
modified: 20160602043500852
modified: 20180924082438784
tags: Releases
title: TiddlyDesktop Releases
type: text/vnd.tiddlywiki
Here are the details of recent releases of TiddlyDesktop
<$list filter="[tag[TiddlyDesktopReleaseNotes]!sort[created]limit[1]]">
<$macrocall $name="tabs" tabsList="[tag[TiddlyDesktopReleaseNotes]!sort[created]]"default={{!!title}} class="tc-vertical" template="ReleaseTemplate" />
</$list>
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]].

View File

@ -4,7 +4,7 @@ tags: $:/tags/Macro
\define transclude-when-visible(tiddler,mode:"block",state,minHeight:"1em",loadingText:"&hellip;")
<$reveal state=<<__state__>> type="match" text="visible" tag="div">
<div class="tc-dynaview-set-tiddler-when-visible" data-dynaview-set-tiddler=<<__state__>> data-dynaview-set-value="visible">
<$transclude tiddler=<<__tiddler__>> mode=<<__block__>>/>
<$transclude tiddler=<<__tiddler__>> mode=<<__mode__>>/>
</div>
</$reveal>
<$reveal state=<<__state__>> type="nomatch" text="visible" tag="div">