Wiki-like personal knowledge management tool running locally in browser - with backup possibility to local files (and hopefully to DropBox at some point in the future)
dist/notedw_dist.html
file to any local folder, and open it in your favourite browser.Main
. This will serve as a "homepage" in the future. When clicking the Home button, this Main
will be shown.[]
)code block
# Main topic
## Subtopic
Lorem ipsum dolor sit amet, consectetur adipiscing elit. [Curabitur] pretium lacus vel elit ullamcorper tincidunt. Nulla ornare ante sem, nec mollis turpis sollicitudin eget. Sed sit amet velit eu massa maximus volutpat. Nam dignissim erat vel dignissim cursus. Curabitur lobortis enim eu mauris congue, vel [pretium] ante pellentesque. ...
@@ Write page [Curabitur]
@@ Write page [pretium]
The page structure is given by using markdown. The diagram shall be created within a code block. The definition and edit is done manually, the syntax is according to the desired diagram.
# Page
'''
graph LR;
A(something) --> B(anything);
B --> C[everything];
'''
It is possible to insert graph
, gantt
or sequenceDiagram
similar to the above. The detailed syntax is to be found in the mermaid documentation.
The structure is defined by markdown. The BPMN diagram is not edited manually, but in a WYSIWYG editor launched in another window, by clicking on the BPMN block. The placeholder for a new diagram is created like this:
# Page
'''
bpmn
'''
The empty space will be filled with xml data. The page can be edited manually afterwards. To ensure the XML consistency, it is advised, to leave the BPMN codeblock unabridged.
You can find more examples with some screenshots in the docs folder.
Many thanks to the
This personal wiki / note-taking tool is created by Bob Z. Gibb. You can contact me if you have questions, suggestions, etc.