mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-01 14:52:08 -08:00
Introduce plugin module mechanism
See the readme for details
This commit is contained in:
parent
e9e211e51d
commit
d93bbbbe7b
101 changed files with 14449 additions and 0 deletions
13
rabbithole/tw5.com/store/SampleJavaScriptWithError.tid
Normal file
13
rabbithole/tw5.com/store/SampleJavaScriptWithError.tid
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
title: SampleJavaScriptWithError
|
||||
type: application/javascript
|
||||
|
||||
/*
|
||||
This is an example JavaScript file
|
||||
*/
|
||||
function myFunction(param) {
|
||||
if(=) { // An error
|
||||
param = param/17;
|
||||
}
|
||||
return param * Math.PI; // Perform a calculation
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue