Skip to content

Instantly share code, notes, and snippets.

@psd
Forked from FND/backstage.js
Created April 16, 2010 13:38
Show Gist options
  • Save psd/368413 to your computer and use it in GitHub Desktop.
Save psd/368413 to your computer and use it in GitHub Desktop.
config.backstageTasks = [];
config.tasks.login = {
text: "login",
tooltip: "TiddlySpace login",
content: "<<tiddler BackstageLogin>>"
};
config.backstageTasks.push("login");
config.tasks.user = {
text: "user",
tooltip: "user control panel",
content: "<<tiddler BackstageUser>>"
};
config.backstageTasks.push("user");
config.tasks.space = {
text: "space",
tooltip: "space control panel",
content: "<<tiddler BackstageSpace>>"
};
config.backstageTasks.push("space");
config.tasks.tiddlers = {
text: "tiddlers",
tooltip: "tiddlers control panel",
content: "<<tiddler BackstageTiddlers>>"
};
config.backstageTasks.push("tiddlers");
config.tasks.options = {
text: "options",
tooltip: "TiddlyWiki options",
content: "<<tiddler BackstageOptions>>"
};
config.backstageTasks.push("options");
backstage.init();
title: TiddlySpaceBackstagePlugin
modifier: FND
tags: systemConfig
modifier: psd
Username:
<<edit username "" "username">>
Password:
<<edit password "" "******">>
<html><button type="button">Login</button></html> //you already have a space and would like to login//
<html><button type="button">Register</button></html> //all you need is a username and password//
modifier: psd
<<search>><<closeAll>><<permaview>><<newTiddler>><<newJournal "DD MMM YYYY" "journal">><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel "options »" "Change TiddlyWiki advanced options">>
modifier: psd
About this space:
*Members
*Subscriptions
Do stuff with this space:
*Clone
*Copy
*//Subscribe//
*//Follow//
modifier: psd
<<tabs txtMainTab "Timeline" "Timeline" TabTimeline "All" "All tiddlers" TabAll "Tags" "All tags" TabTags "More" "More lists" TabMore>>
modifier: psd
Hi <<option txtUserName>>! You are a member of the following spaces:
* [[@psd|http://psd.tiddlyspace.com]]
* [[@osmosoft|http://osmosoft.tiddlyspace.com]]
* [[TiddlySlidy|http://tiddlyslidy.tiddlyspace.com]]
* [[TiddlySpace|http://tiddlyspace.tiddlyspace.com]]
<html><button type="button">Logout</button></html>
recipe: $TW_ROOT/core/tiddlywiki.html.recipe
tiddler: backstage.js
tiddler: BackstageLogin.tid
tiddler: BackstageUser.tid
tiddler: BackstageSpace.tid
tiddler: BackstageTiddlers.tid
tiddler: BackstageOptions.tid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment