mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 16:56:05 +00:00
Move the editions into a subfolder
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
title: SampleJavaScriptTiddler
|
||||
type: application/javascript
|
||||
tags: demo
|
||||
|
||||
/*
|
||||
This is an example JavaScript file
|
||||
*/
|
||||
function myFunction(param) {
|
||||
return param * Math.PI; // Perform a calculation
|
||||
}
|
||||
Reference in New Issue
Block a user