Replies: 2 comments 3 replies
|
In git I believe there's a way to mark a change as an amendment so it gets lumped into the previous commit. Other wikis like DokuWiki and MediaWiki have a "this is a minor change" checkbox when editing. Having such a checkbox to mark a change as an amendment seems intuitive to me. Alternatively, I could see an automatic system where if you edit within a certain window and under a certain byte count it assumes you're tweaking things. I do a lot of minor tweaking. Sure you're supposed to use the preview button but my brain acts differently before vs after clicking submit. |
|
Hey @Boboassa, thanks for raising this! I totally get it—a tidy history is something I prefer too. Git actually supports git rebase, which goes beyond what @Almeus suggested; you can use it to interactively reorganize commits, squash them, and rewrite messages. Building that feature into An Otter Wiki would be pretty complicated, so I unfortunately can't promise it will be on my todo list soon. If you want to do it yourself, just run |
Uh oh!
There was an error while loading. Please reload this page.
Hi, first of all thanks for this awesome tool, I just started a simple personal wiki and, for me, OtterWiki strikes the perfect balance between features and simplicity.
When I create a page I quickly add some content and progressively refine the wording, formatting, and more informations. But this results in a whole bunch of commits that crowd the "History" page.
How can I go about squashing some of those together?
It's a minor problem but if there's an easy way to do it it could improve my workflow.
Thanks in advance 🦦
All reactions