1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 22:06:05 +00:00

Merge the dev material back into the main tw5.com wiki

It was getting a pain to manage the content in separate places, and I
suspect confusing for end users.

I think the best time to move the dev content out is when we’ve
established the community wiki for TW5, which is a much more natural
home for it.

In the meantime, a feature that I’m interested in exploring is the
ability to hide tiddlers from the UI based on tag. Then the tw5.com
wiki could disable all tiddlers tagged ‘dev’ until explicitly
overridden by the user.
This commit is contained in:
Jermolene
2013-11-28 17:12:18 +00:00
parent 717f959c04
commit 2261fd4b84
34 changed files with 25 additions and 107 deletions

View File

@@ -1,24 +0,0 @@
created: 20130822170200000
creator: JeremyRuston
modified: 20131126220042886
modifier: JeremyRuston
tags: introduction
title: HelloThere
type: text/vnd.tiddlywiki
This is the developer documentation hub for TiddlyWiki. For convenience, it also contains all of the end user documentation that appears at http://five.tiddlywiki.com/.
! Overview
* TiddlyWikiArchitecture
* [[TiddlyWiki5 Development Environment]]
* [[Building classic TiddlyWiki with TiddlyWiki5]]
! Developer Cookbooks
<$list filter="[tag[dev]tag[howto]sort[title]]"/>
! Internal Objects and Mechanisms
<$list filter="[tag[mechanism]sort[title]]"/>

View File

@@ -1,6 +0,0 @@
title: $:/DefaultTiddlers
HelloThere
Resources
ReleaseHistory
RoadMap

View File

@@ -1,4 +0,0 @@
title: SiteSubtitle
modifier: JeremyRuston
developer information for ~TiddlyWiki5

View File

@@ -1,4 +0,0 @@
title: SiteTitle
modifier: JeremyRuston
five.tiddlywiki.com/dev

View File

@@ -1,3 +0,0 @@
title: $:/theme
$:/themes/tiddlywiki/nighttime

View File

@@ -1,14 +0,0 @@
{
"plugins": [
"tiddlywiki/fullscreen",
"tiddlywiki/googleanalytics",
"tiddlywiki/github-fork-ribbon"
],
"themes": [
"tiddlywiki/nighttime",
"tiddlywiki/vanilla"
],
"includeWikis": [
"../tw5.com"
]
}

View File

@@ -7,13 +7,9 @@ tags: releasenote
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.15...v5.0.0-alpha.16]]//
!! New Features
!! New Features and Improvements
* Added a new plugin for displaying corner ribbons; currently used for a version banner on tw5.com
!! Improvements
* Separated developer content into new wiki at http://five.tiddlywiki.com/dev/
* Split ''Snow White'' theme into a base ''Vanilla'' theme with all the basic formatting, leaving the decorative bits to ''Snow White''
** Existing WikiFolders will need updating to include ''Vanilla'' as an additional theme
* The page building blocks are now driven by the system tag `$:/tags/PageTemplate`