Releases: MichelNivard/Ridian
Image link fix
added code that translatess obsidian image links to quarto. Now images render properly in the quarto document.
Soft launch
Introduce language server features.
Soft launch this plugin.
0.0.8: compliance update!
Uploads for 0.0.8 compliance
Fixed ugly tibble output escaping
0.0.7 Add files via upload
0.0.6 MASSIVE code refractor
Small aesthetic tweaks but mostly a MASSIVE code refractor that will make maintenance easier going forward
0.0.5 Move CSS out of the code...
Add files via upload
0.0.4 Better css and better executable discovery.
Better css and better executable discovery.
Release 0.0.3 Glitter and fun things!
Added a WYSIWYG editor bar
Added R native code highlighting as a css (might ess iwth other languages? check...)
added a quarto parser that tries to render a note to the exports folder and changes code fences and add frontmatter if missing.
0.0.2
This release allows the user to use quarto compatible chunks e.g.:
```{r}
#| output: false
also some chunk options are parsed by Ridian and used within Obsidian.
There is also a new command to render a note directly using quarto.
First Alpha
This is the first Alpha release, absolutely not for production use.