mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-19 00:00:43 +00:00
Started refactoring tw5dropbox into separate wikis
One wiki for the hosted shared app, and one for the wiki app that is created in the dropbox sandbox
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
# build TiddlyWiki5 in the Sky for Dropbox
|
||||
|
||||
pushd tw5dropbox > /dev/null
|
||||
pushd tw5dropbox/mainwiki > /dev/null
|
||||
|
||||
node ../core/boot.js \
|
||||
node ../../core/boot.js \
|
||||
--verbose \
|
||||
--savetiddler $:/core/templates/tw5dropbox.template.js ../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/tw5dropbox.js text/plain [!is[shadow]] \
|
||||
--savetiddler $:/core/templates/index.template.html ../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/index.html text/plain [!is[shadow]] \
|
||||
--savetiddler $:/core/templates/styles.template.css ../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/styles.css text/plain [!is[shadow]] \
|
||||
--savetiddler $:/core/templates/tw5dropbox.template.js ../../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/tw5dropbox.js text/plain [!is[shadow]] \
|
||||
--savetiddler $:/core/templates/index.template.html ../../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/index.html text/plain [!is[shadow]] \
|
||||
--savetiddler $:/core/templates/styles.template.css ../../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/styles.css text/plain [!is[shadow]] \
|
||||
|| exit 1
|
||||
|
||||
popd > /dev/null
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"tiddlers": [
|
||||
{
|
||||
"file": "../../plugins/async.js",
|
||||
"fields": {
|
||||
"title": "$:/plugins/dropbox/async.js",
|
||||
"type": "application/javascript",
|
||||
"library": "yes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"file": "../../plugins/dropbox.js",
|
||||
"fields": {
|
||||
"title": "$:/plugins/dropbox/dropbox.js",
|
||||
"type": "application/javascript",
|
||||
"module-type": "startup"
|
||||
}
|
||||
},
|
||||
{
|
||||
"file": "../../plugins/logoutmacro.js",
|
||||
"fields": {
|
||||
"title": "$:/plugins/dropbox/logoutmacro.js",
|
||||
"type": "application/javascript",
|
||||
"module-type": "macro"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
title: $:/core/templates/styles.template.css
|
||||
type: text/x-tiddlywiki-html
|
||||
|
||||
<<serialize "[is[shadow]type[text/css]]" application/x-tiddler-css>>
|
||||
<<serialize "[is[shadow]type[text/css]]" text/plain>>
|
||||
|
||||
Reference in New Issue
Block a user