{"id":13408699,"url":"https://github.com/jdleesmiller/jotgit","last_synced_at":"2025-10-04T06:30:34.447Z","repository":{"id":17191102,"uuid":"19958672","full_name":"jdleesmiller/jotgit","owner":"jdleesmiller","description":"Git-backed real time collaborative editor built with meteor.","archived":false,"fork":false,"pushed_at":"2014-07-24T22:07:13.000Z","size":473,"stargazers_count":208,"open_issues_count":9,"forks_count":32,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-01-17T03:01:16.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdleesmiller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-19T21:38:12.000Z","updated_at":"2023-12-25T07:01:36.000Z","dependencies_parsed_at":"2022-09-12T14:50:53.754Z","dependency_job_id":null,"html_url":"https://github.com/jdleesmiller/jotgit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdleesmiller%2Fjotgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdleesmiller%2Fjotgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdleesmiller%2Fjotgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdleesmiller%2Fjotgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdleesmiller","download_url":"https://codeload.github.com/jdleesmiller/jotgit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235222539,"owners_count":18955329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:00:54.659Z","updated_at":"2025-10-04T06:30:29.193Z","avatar_url":"https://github.com/jdleesmiller.png","language":"CoffeeScript","funding_links":[],"categories":["Software","Editors","编辑器","CoffeeScript","others"],"sub_categories":["Editors","Error Monitoring"],"readme":"# jotgit\n\nGit-backed real time collaborative editor built with meteor.\n\nHere's a quick demo: [http://youtu.be/z-_wSiGS18U](http://youtu.be/z-_wSiGS18U)\n\nThe current version of jotgit is a prototype that lets you collaboratively edit Markdown files in a local git repository. Then you can save the files (with an optional commit message), and they'll be committed to the repository.\n\n## Getting Started\n\nThis assumes that you're on Linux or Mac OS X.\n\nFirst, you'll need to install node.js and meteorite, the package manager for meteor. The recommended way to do this is to first install the node version manager, following [these directions](https://github.com/creationix/nvm). The command will be something like:\n\n```\ncurl https://raw.githubusercontent.com/creationix/nvm/v0.11.2/install.sh | bash\n```\n\nThen, restart your terminal, and run\n```\nnvm install 0.10\n```\nto install node 0.10 (the latest stable release, at the time of writing).\n\nInstall meteorite globally (via the node package manager, npm) with\n```\nnpm install -g meteorite\n```\n\nIf you have not yet installed Meteor, do that:\n```\ncurl https://install.meteor.com | /bin/sh\n```\n\nClone this repository:\n```\ngit clone https://github.com/jdleesmiller/jotgit.git\n```\n\nStart up meteor with meteorite:\n```\ncd jotgit # or wherever you cloned it\nmrt\n```\nIt should pull in all of the required dependencies. Make some tea.\n\nThen visit [localhost:3000](http://localhost:3000) in your browser. Be sure to try with multiple windows!\n\nBy default, it loads up the test repository in `tests/demo`. To point it at another repository, you can either edit `server/jotgit.coffee` or use [meteor settings](http://docs.meteor.com/#meteor_settings) to specify an alternative `projectPath`.\n\n## About\n\nJotgit ...\n\n* is written in [CoffeeScript](http://coffeescript.org/), a language that feels a bit like Python and compiles to JavaScript.\n\n* is built with [Meteor](https://www.meteor.com/), which is an up-and-comping web framework for real time web apps. It is remarkably developer-friendly, and it already has [very good documentation](http://docs.meteor.com/).\n\n* is powered by [operational transformation](http://en.wikipedia.org/wiki/Operational_transformation), and in particular the excellent [ot.js](https://github.com/operational-transformation/ot.js) implementation.\n\n* uses [CodeMirror](http://codemirror.net/) for the editing component.\n\nThe code is structured in the usual way for a meteor app: the files in `server` run on the server, the files in `client` run on the client, and the files in `lib` run on both. There's also a `jotgit-core` package in `packages/jotgit-core` that contains most of the core classes (stuff that is not very meteor-specific).\n\n## Roadmap\n\n* allow remote pushes to the repository (mostly done, but still need to notify web clients after a push)\n\n* auto-saves\n\n* multiple projects\n\n* user accounts\n\n* some way of handling multiple commit authors (apparently not supported by git)\n\n* option to commit to github instead of a local git repo\n\n* file type handling (various text files, binary files)\n\n* file uploads\n\n## License\n\nMIT --- see LICENSE file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdleesmiller%2Fjotgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdleesmiller%2Fjotgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdleesmiller%2Fjotgit/lists"}