Writing Platforms with history, versioning and release?

I have been using Notion to write but the issue is that I would like to use a platform that tracks changes, issues version release numbers and hopefully that saves what I write in real-time as I write.

The closest thing I found is GitHub but I’d like to find out about other apps I can use especially free ones.

1 Like

Hey so you can download git or any of the software based on it (GitHub, etc) for free. Here’s a list: https://git-scm.com/downloads/guis

It’s basically a repository protector and duplicator with version control all built in… which would mean that all you need to do is set up a git repo in the folder where you write and push updates every day that you write. Every single change is logged and tagged and can be rolled back.

The best part is you can still use your favorite word-processor!

2 Likes

Sounds great! I’ll look at it! I do a lot of my writing on the phone though. How would I go about it?

I use Emacs + Org-mode + Git but if you are not familiar with orgmode and get around with markdown Atom has very good integration with both git and github, and a great markdown preview that renders your markdown side by side with your text

I’m late to the party, but what you ask are built-in features of the Google Suite, try Google Docs for example. It versions your documents automatically but you can name certain versions, e.g. name version 42 as “Release Version 1”. Obviously the Android apps (and probably the Apple apps) are first-class citizens for mobile working.

Dropbox offers similiar features but I don’t know about their word processor/editor. I can only guess that Apple’s offering something similiar.

1 Like

(another necro, apologies)

Notion does keep track of history it’s just that “for how long” is limited depending on your tier (Free is 7 days, lowest paid is 30 days). Wiki engines are pretty well suited for this kind of stuff. If you need something online and don’t mind stuff being public, wikidot provides free hosting (I’m sure there are others). Other than that GitHub is a pretty decent option - you can keep your stuff as a source code but you can also use built-in wiki functionality (it’s got history and what not). And if you need that, your repository can be hidden from public view.