bell notificationshomepageloginNewPostedit profile

Topic : Software for collaborative writing for a small team I'm working on a writing project with a friend, and we're looking for some kind of (preferably cloud-based) project management and version control - selfpublishingguru.com

10.08% popularity

I'm working on a writing project with a friend, and we're looking for some kind of (preferably cloud-based) project management and version control software so each of us can see how far the other has gotten on tasks and can review each others' documents. Does anything like that exist? I would prefer free, but will pay for software that meets my needs exactly (I've got a free solution I don't like at the moment).

Edit: To be clearer, I'm looking for something where I can, say, assign a task to myself or my partner, set a due date, and keep tabs on the progress, with files being uploaded into the system upon completion of the task, to be kept in version control so if we make an edit we don't like we can roll back. We're doing a lot of world documentation, character references, and other non-chapter files we'll be working with frequently.


Load Full (7)

Login to follow topic

More posts by @LarsenBagley300

7 Comments

Sorted by latest first Latest Oldest Best

10% popularity

Hackpad is nice. CGScholar can be interesting to look at. I bookmarked a few others as well, maybe worth checking out.


Load Full (0)

10% popularity

Check out booktype. You can read the review on forbes.com.

Booktype, according to the article, is an open source software designed for the purpose of collaborative book writing with features like native formatting, social capabilities (you can interact with other collaborators including chat for real time conversation) and other cool features.

Even though this is not as mature as version control systems used in software development, I think this is very promising.


Load Full (0)

10% popularity

For me, as somebody said already, simple text files with markup languages (AKA Latex) with Github or Bitbucket is the best option not only because it will allow you to share your work with the people you need (editors and co-authors) but also because it will help you to safely backup your files and control every change.

Btw, both - Github and Bitbucket - are free for personal using.
The second one allows private repositories


Load Full (0)

10% popularity

I would recommend giving Google Docs a try. It's free, and allows each of you to see eachothers changes as they happen in realtime.

Quite useful. Allows commenting and reviewing too, and there's inbuilt revision control so that you can go back and see who did what, and when.

Using version control systems might be too complex. I suggest this simplified solution.


Load Full (0)

10% popularity

I use git for version control, and it's terrific for writing projects.

I've used GitHub to share work in progress while collaborating with a friend. We wrote plain text files in markdown format.

GitHub also has an Issues tracker that can easily be used to assign, accept, and track individual tasks. My friend and I didn't need that to collaborate, but I've used it for some of my open source software projects, and it can easily adapt to a writing project.

There is a small fee to use GitHub for private projects. Perhaps there are other open source hosting sites that offer free private projects or lower fees, and support other version control systems. BitBucket, for example, offers a free account with private projects and support for git and mercurial. I don't know whether they have a built-in issues tracker. You could always use a hosting site for versioning and sharing, and something like PivotalTracker for managing the work.


Load Full (0)

10% popularity

You may try a google drive shared folder, which can contain both text, which you can co-edit, even simultaneously, and other genre files. And for tasks you can use a spreadsheet with the discussion system...


Load Full (0)

10% popularity

If you are programmers, then why not use the same tools you use in your day job?

Trello may meet your needs.


Load Full (0)

Back to top