This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: TiddlySpaceBackstagePlugin | |
modifier: FND | |
tags: systemConfig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modifier: psd | |
<<search>><<closeAll>><<permaview>><<newTiddler>><<newJournal "DD MMM YYYY" "journal">><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel "options »" "Change TiddlyWiki advanced options">> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modifier: psd | |
About this space: | |
*Members | |
*Subscriptions | |
Do stuff with this space: | |
*Clone | |
*Copy | |
*//Subscribe// | |
*//Follow// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modifier: psd | |
<<tabs txtMainTab "Timeline" "Timeline" TabTimeline "All" "All tiddlers" TabAll "Tags" "All tags" TabTags "More" "More lists" TabMore>> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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