STTextView Plugin Template
This is a template repository for STTextView Plugin. It consists of a Dummy Plugin implementation that is a good starting point for a new Plugin.
DummyPlugin
SwiftPM package- Companion
DemoApp
with the setup STTextView, ready to play with a Plugin.- Add a plugin as an app dependency
- Add plugin to STTextView instance in file EditorViewController.swift
import MyPlugin textView.addPlugin( MyPlugin() )