redimp / otterwiki

A minimalistic wiki powered by python, markdown and git.
https://otterwiki.com
MIT License
593 stars 26 forks source link

Allow removing pages without their subpages #150

Open freezingDaniel opened 2 weeks ago

freezingDaniel commented 2 weeks ago

say one creates 3 wiki entries: a a/b a/c

Filestructure:

├── a
│   ├── b
│   └── b.md
└── a.md

Removing the file a.md always removes the directory including b.md and c.md.

redimp commented 2 weeks ago

Hey @freezingDaniel, I put this is on my list of "advanced tasks" ("special tasks?") that I want to add. Thanks for bringing this up!