ChifiSource / OliveDefaults.jl

olive extension starter-pack!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some default extensions for the Olive notebook editor.

This package contains a number of default extensions. In order to load a given extension, simply use using on the module.

using OliveDefaults: Styler

Add the code above to your olive.jl home file after adding OliveDefaults, for more information checkout installing extensions.


styler

The styler extension allows the end-user to create and load their own stylesheets! This allows for an easy way to customize the way Olive looks, especially when it comes to color.

using OliveDefaults: Styler
docbrowser

The docbrowser creates pages of module documentation for every name defined within the current notebook. What this means is that we can browse docstrings in Markdown based on what package they are from.

using OliveDefaults: DocBrowser
autocomplete

The autocomplete module does exactly what one might expect -- this package adds autocomplete with spacebar presses.

using OliveDefaults: AutoComplete

About

olive extension starter-pack!

License:MIT License


Languages

Language:Julia 100.0%