All Projects → TenderOwl → Norka

TenderOwl / Norka

Licence: MIT, Unknown licenses found Licenses found MIT LICENSE Unknown COPYING
Continuous text editor for Linux

Programming Languages

python
139335 projects - #7 most used programming language
Meson
512 projects

Projects that are alternatives of or similar to Norka

reco
A simple audio recording app for modern Linux desktop environment like Pantheon
Stars: ✭ 47 (-32.86%)
Mutual labels:  gnome, elementaryos, flathub
GabTag
A gtk linux application to handle audio tags 🎵
Stars: ✭ 34 (-51.43%)
Mutual labels:  gnome, gtk3, linux-app
pw3270
3270 Emulator for gtk
Stars: ✭ 38 (-45.71%)
Mutual labels:  gnome, gtk3, linux-app
Drawing
A drawing application for the GNOME desktop.
Stars: ✭ 386 (+451.43%)
Mutual labels:  gnome, gtk3, linux-app
Teleport
THIS REPO IS ONLY A MIRROR: Native GTK app to share files on the local network
Stars: ✭ 51 (-27.14%)
Mutual labels:  gnome, gtk3
Peek
Peek makes it easy to create short screencasts of a screen area. It was built for the specific use case of recording screen areas, e.g. for easily showing UI features of your own apps or for showing a bug in bug reports. With Peek, you simply place the Peek window over the area you want to record and press "Record". Peek is optimized for generating animated GIFs, but you can also directly record to WebM or MP4 if you prefer.
Stars: ✭ 8,408 (+11911.43%)
Mutual labels:  gnome, gtk3
Something For Reddit
A Reddit Client For GNOME (with Gtk+ and Python)
Stars: ✭ 151 (+115.71%)
Mutual labels:  gnome, gtk3
Authenticator
2FA code generator for GNOME
Stars: ✭ 175 (+150%)
Mutual labels:  gnome, gtk3
Marker
🖊 A gtk3 markdown editor
Stars: ✭ 644 (+820%)
Mutual labels:  gnome, gtk3
Desktopfolder
Bring your Desktop Back to Life
Stars: ✭ 171 (+144.29%)
Mutual labels:  gnome, elementaryos
wingpanel-indicator-daynight
A Wingpanel indicator to toggle 'prefer dark variant' option in elementary OS
Stars: ✭ 36 (-48.57%)
Mutual labels:  gtk3, elementaryos
linux-gui-legacy
(Discontinued in favor of official client) GTK3 GUI client with systray, for ProtonVPN. Works on top of linux-cli.
Stars: ✭ 181 (+158.57%)
Mutual labels:  gtk3, linux-app
Plotinus
A searchable command palette in every modern GTK+ application
Stars: ✭ 805 (+1050%)
Mutual labels:  gnome, gtk3
Cpupower Gui
cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
Stars: ✭ 117 (+67.14%)
Mutual labels:  gnome, gtk3
Sweet
Light and dark colorful Gtk3.20+ theme
Stars: ✭ 703 (+904.29%)
Mutual labels:  gnome, gtk3
Awesome Gtk
List of awesome GTK+ (gtk3) applications
Stars: ✭ 174 (+148.57%)
Mutual labels:  gnome, gtk3
Otpclient
Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP
Stars: ✭ 206 (+194.29%)
Mutual labels:  gnome, gtk3
plausible
Hybrid native + web app for Plausible Analytics
Stars: ✭ 47 (-32.86%)
Mutual labels:  gnome, flathub
gui-python-gtk
Repositório criado para documentar e centralizar conteúdos, dicas, tutoriais e exemplos de código sobre a construção de interfaces com a linguagem de programação Python (PyGObject) e o toolkit gráfico Gtk 4.
Stars: ✭ 85 (+21.43%)
Mutual labels:  gnome, gtk3
Gnome Twitch
Enjoy Twitch on your GNU/Linux desktop
Stars: ✭ 424 (+505.71%)
Mutual labels:  gnome, gtk3

Norka

Please do not theme this app Build Status norka norka

Icon

Norka

Continuous text editing for everyone

While I'm not the UX-man and it's just a hobby, I try to create visually appealing applications. And Norka is one of my trials to create a cozy text editor for GNOME and elementary OS exactly.

Markdown for markup; No files until you need it; Your notes always saved and can be exported in a moment.

Norka

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 permanently

Read more on tenderowl.com/work/norka.

Installation

Flathub

Download on Flathub

Snap Store

Get it from the Snap Store

elementary OS AppCenter

Get it on AppCenter

🎉 Support

If you like Norka and you want to support its development, consider donating via Liberapay:
Donate using Liberapay

Tech part

Text editor built for GNOME on top of PyGObject, 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.0

Run 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 🦉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].