codemkin VS klonk

Compare codemkin vs klonk and see what are their differences.

codemkin

[Moved to: https://github.com/NicholasLYang/codemkin] (by nicholaslyang)

klonk

A text editor with an sort-of-unusual undo/redo algorithm (by zaboople)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
codemkin klonk
1 7
2 217
- -
0.0 4.7
almost 4 years ago 23 days ago
Rust Java
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

codemkin

Posts with mentions or reviews of codemkin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-18.
  • Why is it so hard to see code from 5 minutes ago?
    12 projects | news.ycombinator.com | 18 Feb 2021
    Oh hey, I've built this! My version would watch code files and snapshot a diff every few seconds. It took a little work to tweak the constants to keep the watching performant, but it was super neat being able to replay code. The main problem I faced was that changes often occur in different places in the file, so the history replaying jumps around a lot. With some proper editor integration, I could see it being pretty useful.

    My version is super incomplete because I kind of lost steam when I couldn't figure out a really great reason why someone should use this, but hey, maybe it's worth another try: https://github.com/nicholaslyang/codemkin

klonk

Posts with mentions or reviews of klonk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-11.
  • Undo done the right way!
    1 project | /r/rust | 15 Nov 2022
    While surfing the web I came across this blog post: Resolving the Great Undo-Redo Quandary.
  • Resolving the Great Undo-Redo Quandary
    1 project | /r/patient_hackernews | 11 Nov 2022
    1 project | /r/hackernews | 11 Nov 2022
    1 project | /r/hypeurls | 11 Nov 2022
    10 projects | news.ycombinator.com | 11 Nov 2022
  • Hacker News top posts: Nov 11, 2022
    2 projects | /r/hackerdigest | 11 Nov 2022
    Resolving the Great Undo-Redo Quandary\ (31 comments)
  • Why is it so hard to see code from 5 minutes ago?
    12 projects | news.ycombinator.com | 18 Feb 2021
    My goofy lil' homemade editor does it this way: If you go back in the past and change it, the future becomes the past. This might sound confusing, but effectively it means that the undo stack contains the actual history of "what happened". This means you can hop to any past or future state linearly with undo & redo alone. I just find this easier than navigating tree GUIs and things that aren't worth the trouble to me. It can still lead to a bit of mental gymnastics in extreme cases.

    https://github.com/zaboople/klonk

    Note that in theory this can cause an exponential growth of the undo/redo stacks because it makes an upside-down copy of the future when you change the past; but in practice it's never been an issue.

    I was thinking of adding a feature to navigate back to "last change-the-past", which wouldn't be hard.

    It at least makes more sense than most science fiction time-travel plots...

What are some alternatives?

When comparing codemkin and klonk you can also consider the following projects:

undotree - The undo history visualizer for VIM

gundo.vim - A git mirror of gundo.vim

undo-tree

diodon - Aiming to be the best integrated clipboard manager for the Unity desktop

xray - An experimental next-generation Electron-based text editor

doomemacs - An Emacs framework for the stubborn martian hacker

StyleCopAnalyzers - An implementation of StyleCop rules using the .NET Compiler Platform

local-history - local-history for vscode

vim-mundo - :christmas_tree: Vim undo tree visualizer