print-window-tiddler
Jermolene 2013-11-30 10:56:13 +00:00
rodzic da613f7dee
commit 933c61e611
5 zmienionych plików z 15 dodań i 13 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
created: 20130822170200000
creator: JeremyRuston
modified: 20131129163748286
modified: 20131130073307697
modifier: JeremyRuston
tags: introduction
title: HelloThere
@ -8,13 +8,13 @@ type: text/vnd.tiddlywiki
Welcome to TiddlyWiki5, a reboot of TiddlyWiki, the non-linear personal web notebook first released in 2004. It is a complete interactive wiki in JavaScript that can be run from a [[single HTML file in the browser|SingleFileApplication]] or as a powerful [[Node.js application|Node.js]].
TiddlyWiki5 is currently in alpha at version //<<version>>// (see the detailed ReleaseHistory). There is a RoadMap for moving to beta and getting to the full release. It is a great time to get involved and support the future development of TiddlyWiki5.
//TiddlyWiki is a free, open source project that depends on [[your love and support|HelpingTiddlyWiki]] for its survival//.
<div class="tw-message-box">
<a class="tw-message-icon" href="http://tiddlywiki.com/" target="_blank">{{TiddlyWiki Classic.png}}</a>
The deep internal improvements mean that TiddlyWiki5 is not fully compatible with older versions. Existing content will need massaging, while plugins and themes will have to be completely rewritten. The upgrade path will get smoother as TiddlyWiki5 matures.
The original TiddlyWiki Classic is still available at http://tiddlywiki.com/.
</div>
TiddlyWiki5 is currently in alpha at version //<<version>>// (see the detailed ReleaseHistory). There is a RoadMap for moving to beta and getting to the full release. It is a great time to get involved and support the future development of TiddlyWiki5.
//TiddlyWiki is a free, open source project that depends on [[your love and support|HelpingTiddlyWiki]] for its survival//.

Wyświetl plik

@ -10,6 +10,9 @@ type: text/vnd.tiddlywiki
!! New Features and Improvements
* Improved appearance of tags editor
* Improved generation of qualified tiddler titles for state storage
** Instead of `$:/state/tab/sidebar-{$:/core/ui/SideBar|$:/core/ui/SideBar||}{$:/core/ui/PageTemplate|$:/core/ui/PageTemplate||}` one gets `$:/state/tab/sidebar-{1743827719}`
* Significant updates to the structure and content of the user documentation
* Added a new plugin for displaying corner ribbons; currently used for a version banner on tw5.com
* Split ''Snow White'' theme into a base ''Vanilla'' theme with all the basic formatting, leaving the decorative bits to ''Snow White''
@ -28,7 +31,7 @@ type: text/vnd.tiddlywiki
* No longer crashes when encountering an error in a filter string
* Fixed a crash when dragging and dropping tiddlers within TiddlyWiki5
* No longer update the modified date for imported tiddlers
* Automatically forces field names to be lower case
* Automatically forces new field names to be lower case
!! Internal changes

Wyświetl plik

@ -1,6 +1,6 @@
created: 20131129092753119
creator: JeremyRuston
modified: 20131129170056537
modified: 20131130073126246
modifier: JeremyRuston
tags: howto
title: Saving with TiddlyFox
@ -14,7 +14,7 @@ type: text/vnd.tiddlywiki
#* {{$:/editions/tw5.com/snippets/download-empty-button}}
#* Your browser may ask you to accept the download before it begins
# Locate the file you just downloaded
## You may rename it, but be sure to keep the `.html` extension
#* You may rename it, but be sure to keep the `.html` extension
# Open the file in [[Firefox]]
# Click ''OK'' in response to the prompt from TiddlyFox that asks whether to enable saving for this file
# Try creating a new tiddler using the ''plus'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''tick'' button

Wyświetl plik

@ -1,6 +1,6 @@
created: 20131129092604900
creator: JeremyRuston
modified: 20131129170043809
modified: 20131130073142081
modifier: JeremyRuston
tags: howto
title: Saving with the HTML5 fallback saver
@ -12,7 +12,7 @@ This method of saving changes is clunky but has the advantage of working on almo
#* {{$:/editions/tw5.com/snippets/download-empty-button}}
#* Your browser may ask you to accept the download before it begins
# Locate the file you just downloaded
## You may rename it, but be sure to keep the `.html` extension
#* You may rename it, but be sure to keep the `.html` extension
# Open the file in your browser
# Try creating a new tiddler using the ''plus'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''tick'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''download'' button in the sidebar

File diff suppressed because one or more lines are too long