ImageJ Macro MarkDown (IJMMD) is a Fiji plugin combining the benefits of the ImageJ Macro language with Markdown.
It is thought for ease of generating tutorials for the ImageJ macro language. The plugin is in an early development stage. Feedback is very welcome.
- Download and install Fiji
- Start Fiji and go the menu
Help > Update...
, click onManage Update Sites
and activate theIJMMD
update site. Install updates. - Restart Fiji.
Idea of IJMMD is that you can use markdown style text formatting in multi-line comments:
/*
# Headline
Here comes some markdown text
*/
print("Here comes ImageJ macro code");
Thus, .ijmmd files can be executed with the normal Fiji script editior. By switching
the scripting language to ImageJ Macro Markdown
, markdown.md and html files are
generated when running the script.
More examples can be found in the macro folder.
Happy coding.
Cheers, Robert @haesleinhuepf Haase