Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tenderowl/norka
Continuous text editor for Linux
https://github.com/tenderowl/norka
flathub gnome gtk3 hacktoberfest linux-app python python3
Last synced: 6 days ago
JSON representation
Continuous text editor for Linux
- Host: GitHub
- URL: https://github.com/tenderowl/norka
- Owner: TenderOwl
- License: mit
- Created: 2020-05-01T08:53:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T09:34:41.000Z (3 months ago)
- Last Synced: 2024-12-30T14:17:05.155Z (6 days ago)
- Topics: flathub, gnome, gtk3, hacktoberfest, linux-app, python, python3
- Language: Python
- Homepage: https://tenderowl.com/work/norka/
- Size: 6.17 MB
- Stars: 110
- Watchers: 8
- Forks: 12
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Norka
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)
[![norka](https://snapcraft.io//norka/badge.svg)](https://snapcraft.io/norka)
[![norka](https://snapcraft.io//norka/trending.svg?name=0)](https://snapcraft.io/norka)
Norka
Continuous text editing for everyone
Imagine a hassle-free text-writing experience.
Don't worry about saving files, complex markup, or accidentally deleted notes.
Do what you want to do - concentrate on beautiful stories, short notes, or inspired scripts.
Norka cares about you.## Features
* Markdown support
* Text search
* Autosave
* Document previews in a grid
* Reading time
* Drag-n-drop import local files
* Spell checking
* Export to files
* Export to Medium.com
* Export to Write.as
* Different color schemes for editor
* Document archiving
* And of course, you can delete them permanentlyRead more on [tenderowl.com/work/norka](https://tenderowl.com/work/norka).
## Installation
## Translations
[![Translation status](https://hosted.weblate.org/widgets/frog/-/norka/multi-auto.svg)](https://hosted.weblate.org/projects/frog/norka/)
If you feel enough power to help me - you're welcome! Just click on a widget above 😉
## :tada: Support
If you like Norka and you want to support its development it would be awesome if you help to buy me a coffee:## Tech part
Text editor built for GNOME on top of [PyGObject](https://pygobject.readthedocs.io/en/latest/), Python 3 and GTK+ 3. Project under development so it will be massively changing in time :)
## Building
Build time requirements:
- meson (>= 0.49)
- python3 (>= 3.6)
- intltool
- libgranite-dev
- libgtk-3-dev (>= 3.10)
- libgspell-1-dev
- libgtksourceview-4.0-dev (>= 3.24.3)
- libwebkit2gtk-4.0
- python3-gi
- python3-gi-cairo
- gir1.2-gspell-1
- gir1.2-gtksource-3.0
- gir1.2-granite-1.0
- gir1.2-webkit2-4.0Run meson build to configure the build environment. Change to the build directory and run `ninja` to build:
```
meson build --prefix=/usr
ninja -C build
```To install, use `ninja install`, then execute with `com.github.tenderowl.norka`:
```
sudo ninja -C build install
com.github.tenderowl.norka
```## Afterword
That's all. If you want to see any features or push any changes - just submit a PR or create an issue.
Brought to you by Tender Owl :owl: