No description
Find a file
Hosted Weblate 6fa2cb09cc
i18n: translation updates from weblate
Co-authored-by: Amadɣas <massiin@proton.me>
Co-authored-by: Asier Saratsua Garmendia <asier.sarasua@gmail.com>
Co-authored-by: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>
Co-authored-by: Ettore Atalan <atalanttore@googlemail.com>
Co-authored-by: Geeson Wan <wang14240@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi>
Co-authored-by: Joonas Tuomi <joonastapanituomi@gmail.com>
Co-authored-by: Tommi Nieminen <translator@legisign.org>
Co-authored-by: Urocissa Caerulea.Tw <urocissa.tw@proton.me>
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Co-authored-by: defaultUser822 <defaultuser822@users.noreply.hosted.weblate.org>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Co-authored-by: taijuin Lee <taijuin@gmail.com>
Co-authored-by: 麋麓 BigELK176 <BigELK176@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/de/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/fi/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/kab/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/zh_Hant/
Translation: Pop OS/COSMIC Edit
2026-04-12 18:49:36 +02:00
.github Add pull request template 2026-02-13 12:35:27 -07:00
.idea Fix character counting in document statistics to use graphemes 2025-10-09 08:34:18 -06:00
debian Epoch 1.0.9 version update 2026-04-07 07:58:32 -06:00
i18n i18n: translation updates from weblate 2026-04-12 18:49:36 +02:00
res Generate translated desktop and metainfo files with xdgen 2026-02-12 15:13:02 -07:00
src fix: allow editor focus when project search drawer is open 2026-04-10 13:39:13 -06:00
.gitattributes Add metainfo 2024-03-13 09:53:10 -06:00
.gitignore Fix gitignore of debian build directory 2023-11-08 08:48:44 -07:00
build.rs Generate translated desktop and metainfo files with xdgen 2026-02-12 15:13:02 -07:00
Cargo.lock chore: update cosmic-text 2026-04-10 12:44:30 -06:00
Cargo.toml Epoch 1.0.9 version update 2026-04-07 07:58:32 -06:00
flake.lock Add flake files 2023-11-02 13:10:20 -06:00
flake.nix build(nix): remove gtk dependency 2024-01-26 17:16:37 +01:00
i18n.toml Add translation support 2023-10-30 09:34:36 -06:00
justfile Generate translated desktop and metainfo files with xdgen 2026-02-12 15:13:02 -07:00
LICENSE Initial commit 2023-02-07 12:23:07 -07:00
README.md Add metainfo 2024-03-13 09:53:10 -06:00
redoxer.sh Add redoxer script 2023-11-15 09:13:46 -07:00
TESTING.md docs: Add QA testing checklist 2025-11-25 13:27:34 -07:00

COSMIC Text Editor

Text editor for the COSMIC desktop

Screenshot

Currently an incomplete pre-alpha, this project is a work in progress - issues are expected.

Testing

You can test by installing a current version of Rust and then building with cargo.

git clone https://github.com/pop-os/cosmic-edit
cd cosmic-edit
cargo build

You can get more detailed errors by using the RUST_LOG environment variables, that you can invoke for just that one command like this: RUST_LOG=debug cargo run. This will give you more detail about the application state. You can go even further with RUST_LOG=trace cargo run, that shows all logging details about the application.

Clippy Lints

PRs are welcome, as it builds a better product for everyone. It is recommended that you check your code with Clippy Lints turned on. You can find more about Configuring Clippy here.