mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-21 00:48:49 +00:00
More consistent naming for the boot tiddlers
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
title: $:/core/styles/boot.css
|
||||
title: $:/boot/boot.css
|
||||
type: text/css
|
||||
|
||||
/*
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/boot.js
|
||||
title: $:/boot/boot.js
|
||||
type: application/javascript
|
||||
|
||||
The main boot kernel for TiddlyWiki. This single file creates a barebones TW environment that is just sufficient to bootstrap the modules containing the main logic of the application.
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/bootprefix.js
|
||||
title: $:/boot/bootprefix.js
|
||||
type: application/javascript
|
||||
|
||||
This file sets up the globals that need to be available when JavaScript modules are executed in the browser. The overall sequence is:
|
||||
|
||||
Reference in New Issue
Block a user