TiddlyMap allows us to create tiddlers and link them together graphically Install TiddlyWiki Go to https://tiddlywiki.com/ and click Download Emptyrename the downloaded empty.html to tiddlymap.htmlopen tiddlymap.html in Firefox (this is the most stable browser for tiddlywiki Install TiddlyMap navigate to http://tiddlymap.org/ in a separate browser (not a tab)search for installation drag the first link (TW5-TiddlyMap)... Continue Reading →
Add Markup to Our TiddlyWiki Page
This post follows on from add tasks to our TiddlyWiki page Create a new Tiddler create new tiddlerclick show preview Enter some text in the left box line breaks can be added by encapsulating our text inside three double quotes !!Title """ this is some text this is a new line """ alternatively you can... Continue Reading →
Add Tasks to our TiddlyWiki Page
Python multi-track We're really excited to tell you about our upcoming Python multi-track training course - a revolution in training, reference, documentation, and code Register Now https://www.youtube.com/watch?v=dg1KbpV2UNA&feature=youtu.be this post follows on from Create a simple TiddlyWiki Page Create some tasks create a task called Take out the garbageadd a tagname of Tasks Edit ToDo to... Continue Reading →
Create a Simple TiddlyWiki Page
In this post we are going to create a simple TiddlyWiki page with a Contents tab that contains a Journal and Tasks. Download TiddlyWiki https://tiddlywiki.com/Click Download Empty This downloads a single html file. rename this file to what you want to call itin this example I will rename it to notes.html Open the file in... Continue Reading →
Java Tomcat and Wikis
Here are a number of useful links for Java, Tomcat and hosting Wikis. JSPWiki - http://jspwiki.apache.org MediaWiki - http://www.mediawiki.org PC Review - Wikis - http://www.pcmag.com/article2/0,2817,2399624,00.asp
Executing a Jar File from Fitnesse
This post follows on from Creating a Simple Java Test Using Fitnesse Create a Test Page that Uses a Jar File Go back to the main web page in Fitnesse and click on the red ? next to SimpleJarTest This will create a new page replace the contents of that page with the following: This... Continue Reading →
Creating a Simple Java Test Using Fitnesse
Video https://youtu.be/u-zbm5xVTvM Overview Finesse, is a Wiki Engine that can be integrated with Java Code to run test suites from the wiki page. In brief, you create tables of inputs and expected outputs and a simple click on the Test button on that page can run a suite of tests, invoking Java classes or jars... Continue Reading →