This repository contains example plugins that add tooling support for working with Markdown files in Orion The examples are structured as a series of five exercises as follows:
- Simple hello world plugin
- Extending the Orion navigator
- Simple Orion editor extensions (editor command, syntax highlighting, content assist)
- Advanced Orion editor extensions (outliner, syntax validation
- A custom Orion page with a markdown viewer
You can either attempt to do the exercises alone, or refer to the "solutions" folder which has completed versions of each example.
There is also an "extras" folder with a few additional bonus examples, and a single combined markdown plugin that has the functionality from all the previous exercises.