mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 07:40:52 -07:00
Admit to the true size of the boot kernel
This commit is contained in:
parent
9eb10fb21a
commit
224b6adcfc
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ tags: docs mechanism
|
|||
|
||||
!Introduction
|
||||
|
||||
TiddlyWiki5 is based on a 600-line boot kernel that runs on node.js or in the browser, with all other functionality dynamically loaded as plugins.
|
||||
TiddlyWiki5 is based on a 1,000 line boot kernel that runs on node.js or in the browser, with all other functionality added via dynamically loaded modules.
|
||||
|
||||
The kernel boots just enough of the TiddlyWiki environment to allow it to load tiddlers and execute JavaScript modules. Plugin modules are written like `node.js` modules.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue