bobzgibb / NotedW

Wiki-like personal knowledge management tool running locally in browser
MIT License
5 stars 0 forks source link
html javascript note-taking notebook offline-app single-page-app tool wiki

NotedW

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)

SPA

Install & first use

Features

Some examples

Create page reference with todo

# 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]

Create simple diagram within a page

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.

Adding BPMN diagram to a page

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.

Detailed help

You can find more examples with some screenshots in the docs folder.

Credits

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.