Skip to content

Latest commit

 

History

History

pythonista_extensions

Purpose

This project contains useful (at least for me) scripts for iOS app Pythonista 3

Table of contents

  • libs - directory/package with common modules
    • log - functions to simplify using built-in package logging
    • preview - common functions to realise preview features
    • misc - other common functions and decorators
  • Comment selected - extension to comment/uncomment selected text in Pythonista editor.
  • GitHub Merge by WC - modified version of script from Working Copy app to processing Pull requests on GitHub directly in Working Copy.
  • Open in Pythonista - extension to implement "Open in.." feature to open files\folders from different sources in Pythonista.
  • Preview HTML - extension to preview html source code.
  • Preview Markdown - modified extension to preview markdown texts.