schollz / cowyo

A feature-rich wiki webserver for minimalists :cow: :speech_balloon:
https://cowyo.com/
MIT License
925 stars 67 forks source link

Nestable lists (like workflowy) #100

Open DanielHeath opened 6 years ago

DanielHeath commented 6 years ago

I'm a big fan of 'workflowy' but it occurred to me that it's basically just structured lists, which cowyo already supports.

The syntax would be something like:

New Feature
 * it's helpful
 * can have lots of nesting
   * this one has sub-tasks
     * this is a sub-task
   * things to do
Other toplevel item

screen shot 2018-01-03 at 10 51 00 pm

If I add this to my fork, would a PR be helpful?

schollz commented 6 years ago

Yes this would be great!

chmac commented 4 years ago

@DanielHeath Thanks for the tip on Workflowy, it looks like an awesome tool. I'd be even more excited to self host my own version, and Cowyo looks like a nice start. Did you make any progress with this idea?

DanielHeath commented 4 years ago

No, I'm unlikely to get to it for quite some time unfortunately.

Longer term what I'd really like to implement is halfway between workflowy and TreeSheets (potentially on top of cowyo, but the storage format might not be an ideal fit there).

adimasduvitra commented 4 years ago

Hi, I ran into a problem that nested list doesn't rendered properly on Chrome and other browsers. I'm using pure markdown syntax for this, or did I do something wrong?