Urtext Implementation for iOS using Pythonista
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.
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).
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/.
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.