diff options
author | rtk0c <[email protected]> | 2022-07-05 23:10:11 +0000 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-07-05 23:10:11 +0000 |
commit | f8d9e845dc8617a799d6fe7e94d7f947787d1009 (patch) | |
tree | 34a44fdc014c3ae9b2ca2d68e1482938caae4567 /README.md | |
parent | 7f4172d1696ebec6078188ec8dbd9e23ed075aa3 (diff) |
Add demo-infinite-outliner
git-svn-id: file:///home/arch/svn/epistmool/trunk@12 71f44415-077c-4ad7-a976-72ddbf76608f
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,4 +3,12 @@ ## Purpose This tool is designed be a general purpose knowledge database. The original intention to build a writing system that supports "keywords" that can be freely refactored (renamed, merged, splitted), and can have loosely structured information attached to them. +## Project structure +- `common/` contains common code +- `demo-*/` contains demo applications + - `demo-infinite-outliner` contains an infinite outliner app, as well as the first prototype of a custom text editor in QtQuick +- `server-v1` contains EpistmoolServer v1, written in C++ with QtCore +- `server-v2` contains EpistmoolServer v2, written in F# +- `ui.qt` contains EpistmoolUI, written in QtQuick + ## Build instructions |