You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Saaze can be extended quite easily, it is expected that more extensions and template-themes will emerge. We should collect them "somewhere", so people can find them easily.
I created an extension for Saaze modeled after the documentation as given in Extending. This extension provides:
MathJax support for inline and display math, i.e., single dollar and double dollar notation, taking into account to not spoil with math within code-blocks
Embedding YouTube videos like so: [youtube] shortcode [/youtube]
Embedding Tweets from Twitter like so: [twitter] Tweet URL [/twitter]
As Saaze can be extended quite easily, it is expected that more extensions and template-themes will emerge. We should collect them "somewhere", so people can find them easily.
I created an extension for Saaze modeled after the documentation as given in Extending. This extension provides:
[youtube] shortcode [/youtube]
[twitter] Tweet URL [/twitter]
File
definitions.php
is:File
MathParser.php
is:The following JavaScript libraries have to be present in
layout.blade.php
:Prism.js or font-change is not required for this extension. I added it anyway, as my blog contains some code snippets.
The text was updated successfully, but these errors were encountered: