Settings

Theme

Workflows in my note app Skrift

harry.vangberg.name

45 points by ichverstehe 4 years ago · 11 comments

Reader

terhechte 4 years ago

I've been working on a very similar app - also based on Sönke's book. Currently everything happens in the terminal but I wanted to start on a GUI app soon. I understand that you don't intend to open source your work, but thanks for the writeup. I like the idea of going over rows and columns, I'll probably shamelessly copy that (my current version uses a tree for display, much like Reddit or Hacker news comments, but that becomes difficult to parse after some time.

  • ichversteheOP 4 years ago

    Please do copy! I have experimented with tree based interfaces as well, and have also found that they become unmanageable.

    The row/column approach works well, but eventually breaks down when working with dozens of notes at the same time. I am trying to figure out a way to efficiently group notes[1], but have hit a bit of a wall. Looking forward to seeing what you come up with :)

    [1] E.g. my attempt to have multiple workspaces, while neat in theory, wasn’t great to work with in practice: https://twitter.com/ichverstehe/status/1347896632424198144 - having everything at the same level works better. My next attempt might be some sort of grouped tiles with autoscaling.

erk__ 4 years ago

I can see that you have made some releases in a GitHub repo, do you have any plans to make it a bit more accessible or to open source the program?

dddw 4 years ago

Writing notes, and reading noted are one thing, but reviewing and comparing notes is something else. This looks very interesting in thst regards

senectus1 4 years ago

this looks interesting. seems to work the way i think... with decision tree's

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection