Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryonakano/writer
A fork of https://launchpad.net/writer
https://github.com/ryonakano/writer
Last synced: 21 days ago
JSON representation
A fork of https://launchpad.net/writer
- Host: GitHub
- URL: https://github.com/ryonakano/writer
- Owner: ryonakano
- License: gpl-3.0
- Created: 2018-10-02T03:46:29.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T14:31:00.000Z (10 months ago)
- Last Synced: 2024-08-04T03:02:37.244Z (3 months ago)
- Language: Vala
- Homepage:
- Size: 432 KB
- Stars: 24
- Watchers: 8
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-elementaryos - Writer - Word processor (Applications / Accessories)
README
# Writer
Writer is a word processor designed for elementary OS that lets you create simple and beautiful documents with ease.
## Installation
**Writer is still in the early development and is not available on AppCenter at the present**, but in the future it may be. If you would like to test it now, you can do by building it.
## Building and Installation
You'll need the following dependencies:
* libgtk-3.0-dev (>= 3.22)
* libgtksourceview-4-dev
* libgranite-dev (>= 6.0.0)
* meson (>= 0.57.0)
* valacRun `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`, then execute with `com.github.ryonakano.writer`
ninja install
com.github.ryonakano.writer## Contributing
There are many ways you can contribute, even if you don't know how to code.
### Reporting Bugs or Suggesting Improvements
Simply [create a new issue](https://github.com/ryonakano/writer/issues/new) describing your problem and how to reproduce or your suggestion. If you are not used to do, [this section](https://docs.elementary.io/contributor-guide/feedback/reporting-issues) is for you.
### Writing Some Code
We follow [the coding style of elementary OS](https://docs.elementary.io/develop/writing-apps/code-style) and [its Human Interface Guidelines](https://docs.elementary.io/hig/). Try to respect them.
### Translating This App
I accept translations through Pull Requests. If you're not sure how to do, [the guideline I made](po/README.md) might be helpful.
## The Story Behind This App
Actually this repository is a fork of the [original Writer](https://launchpad.net/writer). One day I found the original one and was very impressed, but it didn't seem to be updated at that time and wasn't released to AppCenter. Then I felt I would like to fork it and continue the development.
So this repository would not exist without the work of the developers of the original one Tuur Dutoit, Anthony Huben, Ryan Riffle and [its mockup designer](https://www.deviantart.com/spiceofdesign/art/Writer-Concept-351501580) spiceofdesign. I would like to say thank you very much for them!