dynamic data oriented file system or pkm
Database
is:
person:
call:
alias: called
amos:
is: person
parent:
daily logs:
sunday log:
parent: daily logs
today i called amos:
parent: sunday log
monday log:
parent: daily logs
today i will do great things:
parent: monday log
shoping list for today:
parent: monday log
eggs:
parent: shoping list for today
milk:
parent: shoping list for today
bread:
parent: shoping list for today
Views
document view:
title: $element
navigation:
vertical: True
content logic:
content: $element<[[parrent]]-$node
node constaints:
width: 100
arange:
vertical:
gap: 0
inner view: document view #this means that any node that gets displayed will display this view within itself
document graph view:
title: $element
navigation:
vertical: True
horizontal: True
zoom: True
zoom properties:
default: 100
max: 300
min: 10
content logic:
content: $element<-[[parrent*]]-$node
node constaints:
width: 10
height: 30
arange:
center force: 0.5
repel force: 0.5
link:
edge: [[parent]]
force: 1.0
distance: 10
inner view: document view
node view:
title: $element
graph view:
title: $element
navigation:
vertical: True
horizontal: True
zoom: True
zoom properties:
default: 100
max: 300
min: 10
content logic:
content: $element<-[[parrent*]]-$node
node constaints:
width: 10
height: 30
arange:
center force: 0.5
repel force: 0.5
link:
edge: [[parent]]
force: 1.0
distance: 10
inner view: node view