troe / Zettlr

A powerful markdown editor.

Home Page:https://www.zettlr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zettlr Logo

Zettlr [ˈset·lər]

Zettlr is a powerful Markdown editor designed for people who work with text in a structured way and need to retain control over millions of words in thousands of files.

Visit the Website.

The central window of Zettlr

Features

  • File-agnostic writing: No fuzz from the app for your files!
  • Keep all your notes and texts in one place — searchable and without unnecessary extras!
  • Write text in a clean environment!
  • Enjoy writing at night with a built-in dark theme!
  • Browse through your files quickly using the integrated list of directories and the file list!
  • Do global searches to find exactly what you need!
  • Export your texts using Pandoc and LaTeX to get beautiful files to share!
  • Use modern Zettelkasten methods to get the maximum out of your thoughts and notes!

… and the best is: Zettlr is Open Source!

Get Zettlr

To install Zettlr, just download the latest release for your operating system! Currently supported are macOS, Windows, and Debian- and Fedora-based Linux systems. (And every other system electron runs on, if you build the app yourself).

The central window of Zettlr in its dark version

What next?

If you have downloaded Zettlr, head over to our website to get to know Zettlr. Refer to the Quick Start Guide, if you prefer to use software heads-on.

Developing

To start developing, simply git clone and npm install the app on your local computer:

$ git clone https://github.com/Zettlr/Zettlr.git
$ cd Zettlr
$ npm install
$ cd source
$ npm install

(Please note the second npm install in the source directory. This is necessary if you want to build the app locally.)

If you use yarn, this is also supported.

If you want to explore the functionality and inner workings of the app, head over to our development documentation!

License

This software is licenced via the GNU GPL v3-License.

The brand (including name, icons and everything Zettlr can be identified with) is exluded and all rights reserved. If you want to fork Zettlr to develop another app, feel free but please change name and icons.

About

A powerful markdown editor.

https://www.zettlr.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 77.3%Language:CSS 15.0%Language:HTML 5.4%Language:TeX 1.9%Language:Smarty 0.3%