undo-tree VS codemkin

Compare undo-tree vs codemkin and see what are their differences.

codemkin

[Moved to: https://github.com/NicholasLYang/codemkin] (by nicholaslyang)
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
undo-tree codemkin
6 1
- 2
- -
- 0.0
- almost 4 years ago
Rust
- -
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.

undo-tree

Posts with mentions or reviews of undo-tree. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • Text Editor Data Structures: Rethinking Undo
    3 projects | news.ycombinator.com | 11 Dec 2023
    vundo is a simpler implementation: it reuses Emacs's tree and just implements the visualisation part.

    undo-tree is a reimplementation of Emacs's tree based undo, that supports a visualization.

    * undo-tree LOC: 4700. https://gitlab.com/tsc25/undo-tree/-/blob/master/undo-tree.e...

    * vundo LOC: 1350. https://github.com/casouri/vundo/blob/master/vundo.el

  • How to undo the undo
    7 projects | /r/emacs | 29 Oct 2021
    That said, the situations seems murky still: the version in ELPA is newer (0.7.5), but it's still outdated, the home page advertises 0.8.2 as the latest version. And it moved to a different repository location. And looking at its history, it seems to never have included the version 0.7.5: https://gitlab.com/tsc25/undo-tree/-/commit/5da2a7aee98393d26a93c499dc79fcf793f161e1
  • Undo-Tree.el
    1 project | news.ycombinator.com | 4 May 2021
  • Why is it so hard to see code from 5 minutes ago?
    12 projects | news.ycombinator.com | 18 Feb 2021
    It’s easier to mentally map that the default behaviour undo/redo for Emacs (which is not unreasonable, just complex).

    The source for undo-tree contains documentation which very effectively describes the way the library works with examples and comparisons with how Emacs does things by default: https://gitlab.com/tsc25/undo-tree/-/blob/master/undo-tree.e...

  • undo-tree repository's new home (Gitlab)
    2 projects | /r/emacs | 27 Jan 2021
  • undo-tree git repository is not available anymore?
    3 projects | /r/emacs | 27 Jan 2021
    Looks like the repo is moved to https://gitlab.com/tsc25/undo-tree

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

What are some alternatives?

When comparing undo-tree and codemkin you can also consider the following projects:

emacs-undo-fu

undotree - The undo history visualizer for VIM

gundo.vim - A git mirror of gundo.vim

vim-mundo - :christmas_tree: Vim undo tree visualizer

klonk - A text editor with an sort-of-unusual undo/redo algorithm

emacs-undo-fu-session

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

WBO - Online collaborative Whiteboard that is simple, free, easy to use and to deploy

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

local-history - local-history for vscode