Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.38 KB

File metadata and controls

23 lines (12 loc) · 1.38 KB

Urtext Implementation for iOS using Pythonista

This repository

This repository is an implementation of Urtext for iOS in the form of a Python library that binds Urtext functionality to native editor views, a custom keyboard, and syntax highlighting.

What Urtext Is

Urtext /ˈʊrtekst/ is an open-source library in Python for plaintext writing, research, documentation, knowledge bases, journaling, Zettelkasten, project/personal organization, note taking, a lightweight database substitute, or any other writing or information management that can be done in text format.

The core library has no user interface and requires a text editor implementation (such as the one in this repository).

Installation

There is an One-Step Install or Update script that can be run from within Pythonista. It will install this library and all its dependencies, including Urtext.

For full instructions, see https://urtext.co/setup/ios-using-pythonista/.

Questions and Issues

General questions and support requests may be submitted to https://urtext.co/support/

Developer questions and issues with this implementation can be submitted in the issues tab.