From 8bd56eea1d705ddbf09ea2141306666fdab21dac Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 Aug 2016 18:31:51 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bfe3e9..ac8eacb 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,27 @@ Project goals: - Provide a simple embeddable Wiki + This enables a zero-workflow app documentation, i.e. documentation that can be created, edited, tweaked and updated in-app without requiring setting up and maintaining a write-convert-embed workflow. + This was a requirement on the ImageGrid.Viewer project. + - Provide pluggable storage and synchronization - Implement a Wiki/note _portable_ app + - a simple and functional note/todo/outline app - an external/portable Wiki editor, as an alternative for in-app documentation editor with ability to seamlesly synchronize with the target app. - a stand-alone testing platform for project components -General Documentation: + +### General Documentation: - WikiPath / [bootstrap](bootstrap/WikiPath.md) - WikiMacros / [bootstrap](bootstrap/WikiMacros.md) + + +