mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Docs updates
This commit is contained in:
parent
ae6d1b1685
commit
e686d62400
@ -1,10 +0,0 @@
|
|||||||
title: SampleJavaScriptTiddler
|
|
||||||
type: application/javascript
|
|
||||||
tags: demo
|
|
||||||
|
|
||||||
/*
|
|
||||||
This is an example JavaScript file
|
|
||||||
*/
|
|
||||||
function myFunction(param) {
|
|
||||||
return param * Math.PI; // Perform a calculation
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
title: SampleJavaScriptTiddlerWithError
|
|
||||||
type: application/javascript
|
|
||||||
tags: demo
|
|
||||||
|
|
||||||
/*
|
|
||||||
This is an example JavaScript program that contains an error
|
|
||||||
*/
|
|
||||||
function myFunction(param) {
|
|
||||||
if(=) { // An error
|
|
||||||
param = param/17;
|
|
||||||
}
|
|
||||||
return param * Math.PI; // Perform a calculation
|
|
||||||
}
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
|||||||
title: SampleJsonTiddler
|
|
||||||
type: application/json
|
|
||||||
tags: demo
|
|
||||||
|
|
||||||
{
|
|
||||||
"glossary": {
|
|
||||||
"title": "example glossary",
|
|
||||||
"GlossDiv": {
|
|
||||||
"title": "S",
|
|
||||||
"age": 34,
|
|
||||||
"GlossList": {
|
|
||||||
"GlossEntry": {
|
|
||||||
"ID": "SGML",
|
|
||||||
"SortAs": "SGML",
|
|
||||||
"GlossTerm": "Standard Generalized Markup Language",
|
|
||||||
"Acronym": "SGML",
|
|
||||||
"Abbrev": "ISO 8879:1986",
|
|
||||||
"GlossDef": {
|
|
||||||
"para": "A meta-markup language, used to create markup languages such as DocBook.",
|
|
||||||
"GlossSeeAlso": ["GML", "XML", 23]
|
|
||||||
},
|
|
||||||
"GlossSee": "markup"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user