mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 17:06:51 +00:00
Added Bootstrap JavaScript modules and moved CSS into core
This commit is contained in:
parent
67b4c86c98
commit
3202928c79
1825
core/lib/bootstrap/bootstrap.js
vendored
Normal file
1825
core/lib/bootstrap/bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
core/lib/bootstrap/bootstrap.min.css
vendored
Normal file
9
core/lib/bootstrap/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
core/lib/bootstrap/bootstrap.min.js
vendored
Normal file
6
core/lib/bootstrap/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
19
core/lib/bootstrap/tiddlywiki.plugin
Normal file
19
core/lib/bootstrap/tiddlywiki.plugin
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"tiddlers": [
|
||||||
|
{
|
||||||
|
"file": "bootstrap.js",
|
||||||
|
"fields": {
|
||||||
|
"title": "$:/core/lib/bootstrap.js",
|
||||||
|
"type": "application/javascript",
|
||||||
|
"library": "yes"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file": "bootstrap.min.css",
|
||||||
|
"fields": {
|
||||||
|
"title": "$:/core/lib/bootstrap.min.css",
|
||||||
|
"type": "text/css"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -39,7 +39,8 @@ type: text/x-tiddlywiki-html
|
|||||||
</div>
|
</div>
|
||||||
<!----------- Library modules ----------->
|
<!----------- Library modules ----------->
|
||||||
<div id="libraryModules" style="display:none;">
|
<div id="libraryModules" style="display:none;">
|
||||||
<<include "[is[shadow]type[application/javascript]library[yes]]" application/x-tiddler-library>>
|
<<include "[[$:/core/lib/jquery.min.js]]" application/x-tiddler-library>>
|
||||||
|
<<include "[is[shadow]type[application/javascript]library[yes]] -[[$:/core/lib/jquery.min.js]]" application/x-tiddler-library>>
|
||||||
</div>
|
</div>
|
||||||
<!----------- Boot kernel prologue ----------->
|
<!----------- Boot kernel prologue ----------->
|
||||||
<div id="bootKernelPrefix" style="display:none;">
|
<div id="bootKernelPrefix" style="display:none;">
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user