Skip to content

Commit

Permalink
Remove backstage redundancy in TiddlyWiki
Browse files Browse the repository at this point in the history
These changes get rid of the redundant iframes that contain
_space and _account from the tiddlywiki backstage, and replace
the tiddlyspace circle thing in the middle with standard
backstage as dropdowns.

This is done for several different reasons:

* Get rid of redundancy
* Make way for the tiddlyspace bar (which will ride above
  the tiddlywik bar, presumably)
* Fix issues with behaviors in the backstage when logged in,
  not logged in or unplugged.
* Begin a process of making tiddlywiki more lightweight.

Still to do:

* move some code to TiddlySpaceConfig
* update tests

A lot of code which is now apparently dead has been removed,
including quite a bit of CSS.
  • Loading branch information
cdent committed Aug 20, 2012
1 parent 07dba5e commit f8d1e6f
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 297 deletions.
26 changes: 13 additions & 13 deletions src/backstage/Backstage.tid
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,7 @@
modifier: osmosoft
tags: excludeLists excludeSearch excludeMissing

!SpaceUnplugged !SpaceUnplugged
{{unpluggedSpaceTab{ {{unpluggedSpaceTab{
{{wizard{ {{wizard{
<<image unsyncedIcon width:48>> <<message messages.syncExplanation>> <<image unsyncedIcon width:48>> If you are unplugged, from here you can sync your offline version with the online version.
}}} }}}
{{wizard syncKey{ {{wizard syncKey{
{{keyHeading{ {{keyHeading{
Expand All @@ -17,23 +14,16 @@ Key}}}
<<message messages.memberStatus>> <<homeLink>> <<message messages.memberStatus>> <<homeLink>>
{{unsyncedList{<<message messages.syncListHeading>> <<list filter [is[unsynced]]>>}}} {{unsyncedList{<<message messages.syncListHeading>> <<list filter [is[unsynced]]>>}}}


<<tabs txtTiddlySpaceTab
search "search across TiddlySpace" Backstage##Search
tiddlers "tiddlers control panel" Backstage##BackstageTiddlers
plugins "Manage installed plugins" PluginManager
batch "Perform batch operations on public/private tiddlers" Backstage##BatchOps
tweaks "Tweak the appearance and behaviour of TiddlyWiki" AdvancedOptions
"import/export" "Import/export tiddlers from/to a TiddlyWiki" Backstage##ImportExport
>>
running TiddlySpace@glossary version <<message extensions.tiddlyweb.status.tiddlyspace_version>> running TiddlySpace@glossary version <<message extensions.tiddlyweb.status.tiddlyspace_version>>
{{autotable{ {{autotable{
<<tiddler Backstage##Resources>> <<tiddler Backstage##Resources>>
}}} }}}


!Resources !Resources
[[blog|@@blog]] [[documentation|@@docs]] [[featured spaces|@@featured]] [[blog|@@blog]] [[documentation|@@docs]] [[featured spaces|@@featured]]


!Search !Search
Search across the entire TiddlySpace service.
<<tsSearch>> <<tsSearch>>


!ImportExport !ImportExport
Expand Down Expand Up @@ -73,3 +63,13 @@ You can download this TiddlySpace as an offline TiddlyWiki:


!BatchPublic !BatchPublic
<<TiddlySpacePublisher type:public>> <<TiddlySpacePublisher type:public>>

!Plugins
''Note:'' Many of these plugins are core TiddlySpace plugins and cannot be changed unless first cloned.

<<tiddler PluginManager>>

!Tweaks
These options change behavior in TiddlyWiki //only// and may be ineffective in TiddlySpace.

<<tiddler AdvancedOptions>>
Loading

0 comments on commit f8d1e6f

Please sign in to comment.