pulsar/README.md

98 lines
4.1 KiB
Markdown
Raw Permalink Normal View History

2022-06-20 18:03:35 +03:00
2022-11-09 13:33:23 +03:00
<br>
2022-06-20 18:09:36 +03:00
<div align = center>
2022-11-09 13:33:23 +03:00
[![Badge Discussions]][Discussions]
[![Badge Discord]][Discord]
2024-01-25 05:35:25 +03:00
[![Badge Reddit]][Reddit]
[![Badge Mastodon]][Mastodon]
[![Badge Lemmy]][Lemmy]
2022-11-09 13:33:23 +03:00
[![Badge Status]][Status]
[![Badge License]][License]
2022-06-20 17:39:52 +03:00
<br>
2022-06-08 18:02:25 +03:00
# Pulsar
2022-06-20 18:09:36 +03:00
2022-11-09 13:33:23 +03:00
<br>
2022-06-20 17:50:54 +03:00
[![Button Install]][Install]
[![Button Documentation]][Documentation]
[![Button Build]][Build]
2022-11-09 13:33:23 +03:00
[![Badge Codacy]][Codacy]
[![Badge Crowdin]][Crowdin]
2022-11-05 01:55:49 +03:00
[![Badge OpenCollective]][OpenCollective]
2022-06-20 17:50:54 +03:00
<br>
2022-11-05 01:55:49 +03:00
2023-02-27 00:16:23 +03:00
*A Community-led Hyper-Hackable Text Editor,*
*Forked from [Atom], built on [Electron].*
2022-06-20 18:09:36 +03:00
2023-02-27 00:16:23 +03:00
*Designed to be deeply customizable, but still*
2022-06-20 18:09:36 +03:00
*approachable using the default configuration.*
2023-02-27 00:16:23 +03:00
2022-06-20 18:09:36 +03:00
<br>
2022-06-21 07:33:09 +03:00
<br>
2022-11-09 13:33:23 +03:00
[![Preview]][#]
2022-06-20 17:50:54 +03:00
</div>
<!---------------------------{ Links }--------------------------->
2022-11-09 13:33:23 +03:00
[OpenCollective]: https://opencollective.com/pulsar-edit
[Discussions]: https://github.com/orgs/pulsar-edit/discussions
2022-06-20 17:58:38 +03:00
[Electron]: https://github.com/electron/electron
2023-02-27 00:16:23 +03:00
[Atom]: https://github.blog/2022-06-08-sunsetting-atom/
2022-08-08 00:43:05 +03:00
[Discord]: https://discord.gg/7aEbB9dGRT 'Join the Pulsar Discord today!'
2022-11-09 13:33:23 +03:00
[Crowdin]: https://crowdin.pulsar-edit.dev
[Status]: https://cirrus-ci.com/github/pulsar-edit/pulsar/master
2022-11-05 01:55:49 +03:00
[Codacy]: https://app.codacy.com/gh/pulsar-edit/pulsar
[Reddit]: https://www.reddit.com/r/pulsaredit/
2024-01-25 05:32:50 +03:00
[Mastodon]: https://fosstodon.org/@pulsaredit/
[Lemmy]: https://lemmy.ml/c/pulsaredit/
2022-11-09 13:33:23 +03:00
2022-06-21 10:03:15 +03:00
[#]: #
2022-11-09 13:33:23 +03:00
2022-10-07 22:09:06 +03:00
<!---------------------------{ Documents }--------------------------->
2022-06-21 10:03:15 +03:00
2022-10-04 02:31:34 +03:00
[Documentation]: https://pulsar-edit.dev/docs/ 'Information how to use & work with Pulsar.'
[Install]: https://pulsar-edit.dev/docs/launch-manual/sections/getting-started/#installing-pulsar 'How to install Pulsar on your system.'
[Build]: https://pulsar-edit.dev/docs/launch-manual/sections/core-hacking/#building-pulsar 'Instructions on how to build Pulsar by yourself.'
2022-06-20 17:29:04 +03:00
2022-11-09 13:33:23 +03:00
[License]: LICENSE.md
2022-06-21 10:03:15 +03:00
<!---------------------------{ Images }--------------------------->
[Preview]: resources/readme.png 'Preview of the editor.'
2022-06-20 18:17:29 +03:00
2022-06-20 17:29:04 +03:00
2022-06-20 17:50:54 +03:00
<!---------------------------{ Badges }--------------------------->
2022-06-20 17:29:04 +03:00
2022-11-05 01:55:49 +03:00
[Badge OpenCollective]: https://opencollective.com/pulsar-edit/tiers/badge.svg
2024-01-25 05:47:45 +03:00
[Badge Discussions]: https://img.shields.io/github/discussions/pulsar-edit/.github?style=for-the-badge&logo=GitHub&labelColor=50555b&color=35393d
2022-11-09 13:33:23 +03:00
[Badge Upstream]: https://img.shields.io/badge/Upstream_Status-Sunset-966227.svg?style=for-the-badge&labelColor=c38033
[Badge Discord]: https://img.shields.io/badge/Discord-4b7494.svg?style=for-the-badge&labelColor=6399c4&logoColor=white&logo=Discord
[Badge License]: https://img.shields.io/badge/License-MIT-ac7f31.svg?style=for-the-badge&labelColor=e5ab42
[Badge Crowdin]: https://badges.crowdin.net/pulsar-edit/localized.svg
[Badge Codacy]: https://app.codacy.com/project/badge/Grade/24873ecb93dc4c1d865202ce5b24efc1
2024-01-25 05:32:50 +03:00
<!-- Reddit subscribers badge broken. See: https://github.com/badges/shields/issues/9817 & https://github.com/badges/shields/issues/9256 -->
<!-- [Badge Reddit]: https://img.shields.io/reddit/subreddit-subscribers/pulsaredit?style=for-the-badge&label=Reddit&logoColor=white&logo=Reddit&labelColor=e05d44&color=b14835 -->
[Badge Reddit]: https://img.shields.io/badge/%2Fr%2Fpulsaredit-e05d44?style=for-the-badge&logo=Reddit&logoColor=white&labelColor=e05d44&color=b14835
2022-11-14 09:24:13 +03:00
[Badge Status]: https://img.shields.io/cirrus/github/pulsar-edit/pulsar?style=for-the-badge&labelColor=c77b7f&label=Build%20Status&color=8d575a
2024-01-25 05:47:45 +03:00
[Badge Mastodon]: https://img.shields.io/mastodon/follow/109416671848539153?domain=https%3A%2F%2Ffosstodon.org%2F&style=for-the-badge&logo=Mastodon&logoColor=white&label=Mastodon&labelColor=a0a0d8&color=7c7cc1
[Badge Lemmy]: https://img.shields.io/lemmy/pulsaredit%40lemmy.ml?style=for-the-badge&logo=Lemmy&logoColor=white&label=Lemmy&labelColor=64ad82&color=1d9b52
2022-11-09 13:33:23 +03:00
2022-06-20 17:36:25 +03:00
2022-06-20 17:50:54 +03:00
<!--------------------------{ Buttons }--------------------------->
2022-06-20 17:58:38 +03:00
[Button Documentation]: https://img.shields.io/badge/Documentation-6399c4?style=for-the-badge&logoColor=white&logo=GitBook
[Button Install]: https://img.shields.io/badge/Install-78af9f?style=for-the-badge&logoColor=white&logo=DocuSign
[Button Build]: https://img.shields.io/badge/Building-e5ab42?style=for-the-badge&logoColor=white&logo=GNUBash