This tiddler is about this ~TiddlyWiki itself, and also offers some Help
https://github.com/Jermolene/TiddlyWiki5/issues/2180 plugin or feature request: inner-tiddler-anchors
Manual links (for inter-tiddler links)! Check how to implement this, maybe I need to Upgrade TW?
ServerCommand hmm?
Nice too! Codemirror editor Install this
In here I have an example of a workaround to get javascript working on there. Even though script tags are supposed to be removed, they aren't when inside an iframe
. However, I need then to substitute document window.parent.document to access stuff in our document. Maybe I can define a Javascript Macro like the one below that takes javascript code as input, and does the right things and adds the iframe dressing, etc.!
Also should think of adding jquery, via a custom plugin..
Trick to embed stuff from other pages using iframes (and position the embedded content correctly). See example Apollonian gasket
Font Awesome: $:/plugins/TheDiveO/FontAwesome/fonts/FontAwesome TW on Font Awesome for TW
$:/core/modules/macros/testMacro
This is an example of a (global) Javascript macro, as one can define local ones.
To use it, do <<testMacro>>
in any tiddler, where this isn't the name of the tiddler, but the name defined inside it in exports.name = "testMacro";
. It then runs the exports.run
function.
root path
for offline file://
links!~LaTeX test:
Font Awesome Test: Waving flag:
The reason I use this rather than wikipedia is because of the freedom of a personal wiki of course (there are several) :)
See Loss surface of neural networks for example of flating images. You use inline CSS @@float:left;[img[...]]@@
(see here)