TiddlyWiki
Trails you can add marks to (including your own) are marked with the pencil icon.

A trail of 8 pages, marked with comments, by fridemar
About this trail:
This is a WikiEngine+WikiContent in one HTML file.
The engine is written in JavaScript.
8 marks in this trail
1
This is a WikiEngine+WikiContent in one HTML file.
The engine is written in JavaScript.
2
  • Column entries with surrounding pipes.
  • Header Columns with leading bumps. (it rhymes)
  • Column span with "greater then" (it rhymes)
  • Row span a tilde can (it rhymes)
  • Analogue aligning
4
var btn = document.getElementById("mybtn");
btn.old_onclick = btn.onclick;
btn.onclick = function() {
this.old_onclick.apply(this,arguments);
alert("goodbye");
}

Add your comment: