{"id":15132522,"url":"https://github.com/subethaedit/subethaedit","last_synced_at":"2025-05-16T00:07:31.367Z","repository":{"id":37692697,"uuid":"154723375","full_name":"subethaedit/SubEthaEdit","owner":"subethaedit","description":"General purpose plain text editor for macOS. Widely known for its live collaboration feature.","archived":false,"fork":false,"pushed_at":"2023-06-01T05:18:24.000Z","size":146437,"stargazers_count":1398,"open_issues_count":89,"forks_count":115,"subscribers_count":33,"default_branch":"develop","last_synced_at":"2025-05-16T00:07:25.303Z","etag":null,"topics":["appkit","cocoa","code","collaboration","collaborative-editing","creative-writing","desktop-application","developer-tools","html","ide","mac","macos","macosx","mit-license","objective-c","osx","regular-expressions","shell","syntax-highlighting","text-editor"],"latest_commit_sha":null,"homepage":"https://subethaedit.net","language":"Objective-C","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/subethaedit.png","metadata":{"files":{"readme":"ReadMe.md","changelog":"ChangeLog.md","contributing":"Contributing.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-25T19:04:39.000Z","updated_at":"2025-05-12T13:33:55.000Z","dependencies_parsed_at":"2024-01-02T22:05:20.106Z","dependency_job_id":null,"html_url":"https://github.com/subethaedit/SubEthaEdit","commit_stats":null,"previous_names":[],"tags_count":93,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subethaedit%2FSubEthaEdit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subethaedit%2FSubEthaEdit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subethaedit%2FSubEthaEdit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subethaedit%2FSubEthaEdit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subethaedit","download_url":"https://codeload.github.com/subethaedit/SubEthaEdit/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442854,"owners_count":22071878,"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":["appkit","cocoa","code","collaboration","collaborative-editing","creative-writing","desktop-application","developer-tools","html","ide","mac","macos","macosx","mit-license","objective-c","osx","regular-expressions","shell","syntax-highlighting","text-editor"],"created_at":"2024-09-26T04:20:27.316Z","updated_at":"2025-05-16T00:07:26.352Z","avatar_url":"https://github.com/subethaedit.png","language":"Objective-C","readme":"# SubEthaEdit\n\nGeneral purpose plain-text editor for macOS. Widely known for its live collaboration feature. \n\n[github.com/subethaedit/SubEthaEdit](https://github.com/subethaedit/SubEthaEdit) is the main development repository.\n\n[subethaedit.net](https://subethaedit.net/) is the base for the official releases in and out of the app store.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nDevelopment is done on most recent macOS and you are expected to have a apple developer account.\n\n* Clone the repo, and switch to the develop branch\n* Initialise the submodules by\n\n```bash\ngit submodule update --init\n```\n* Edit the `BuildConfig/Identity.xcconfig` with your team ID, Product Name and CFBundleIdentifier base. You can use `security find-identity -v` to find out your Team ID.\n* [optional] tell git to ignore those changes to get out of your way by `git update-index --skip-worktree BuildConfig/Identity.xcconfig`\n\nYou should be all set to open up the shared workspace at `SubEthaEdit.xcworkspace` and build the app.\n\n## Contributing\n\nPlease read [contributing](Contributing.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\nFor general guidance on what is should/ and isn't shouldn't be SubEthaEdit, please refer to the [application definintion document](ApplicationDefinition.md).\n\n## Active contributors\n\n* Dominik [@monkeydom](https://mastodon.technology/@monkeydom) Wagner - [GitHub](https://github.com/monkeydom) [Mastodon](https://mastodon.technology/@monkeydom) [Twitter](https://twitter.com/monkeydom) [Blog](https://coding.monkeydom.de/)\n\n* Matthias Bartelmeß - [GitHub](https://github.com/fourplusone)\n* Jan Cornelissen - [GitHub](https://github.com/jncn)\n\nProject email: subethaedit at lone.monkey.productions\n\nSee the full list of [contributors](Contributors.md).\n\n## Change Log\n\nSee the full [release change log history](ChangeLog.md).\n\n## License\n\nThis project is distributed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details\n\n* **SubEthaEdit** is trademarked by TheCodingMonkeys and Dominik Wagner, LoneMonkeyProductions.\n\n## Acknowledgments\n\n* Thanks to the Xerox Parc Jupiter Project for [Transactional Transformations](https://www.semanticscholar.org/paper/High-Latency%2C-Low-Bandwidth-Windowing-in-the-System-Nichols-Curtis/369c52d8214b73a86b1e3f31d287823ea91884d6).\n* Thanks to the [MiniUPnP](http://miniupnp.free.fr) project.\n* For a full list of licenses and acknowlegdements see [acknowledgements](Acknowledgements.md)\n\n## Related Repositories\n\n* `TCMPortMapper.framework` is built from [monkeydom/TCMPortMapper](https://github.com/monkeydom/TCMPortMapper)\n* `tomlutil` is used from [monkeydom/ObjectiveTOML](https://github.com/monkeydom/ObjectiveTOML)\n* `Sparkle.framework` is built from [sparkle-project/Sparkle](https://github.com/sparkle-project/Sparkle/tree/ui-separation-and-xpc) - the ui-separation-and-xpc branch.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubethaedit%2Fsubethaedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubethaedit%2Fsubethaedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubethaedit%2Fsubethaedit/lists"}