mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-11 19:52:46 -08:00
Added support for a serverside tiddler file store
Preparatory to implementing saving changes to the server
This commit is contained in:
parent
f8595c52a7
commit
0cfef8affa
47 changed files with 127 additions and 20 deletions
13
tiddlywiki5/store/SampleJavaScriptWithError.tid
Normal file
13
tiddlywiki5/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