Skip to content

Releases: MichelNivard/Ridian

Image link fix

27 Nov 15:38
fad6483
Compare
Choose a tag to compare

added code that translatess obsidian image links to quarto. Now images render properly in the quarto document.

Soft launch

24 Nov 13:52
460c81a
Compare
Choose a tag to compare

Introduce language server features.
Soft launch this plugin.

0.0.8: compliance update!

18 Nov 15:12
3d31fb6
Compare
Choose a tag to compare
Uploads for 0.0.8 compliance

Fixed ugly tibble output escaping

14 Nov 14:02
82bd102
Compare
Choose a tag to compare
0.0.7

Add files via upload

0.0.6 MASSIVE code refractor

14 Nov 10:21
0276ee2
Compare
Choose a tag to compare

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...

13 Nov 11:35
b84d158
Compare
Choose a tag to compare
Add files via upload

0.0.4 Better css and better executable discovery.

13 Nov 11:05
59b06bc
Compare
Choose a tag to compare

Better css and better executable discovery.

Release 0.0.3 Glitter and fun things!

12 Nov 12:41
e0c1e81
Compare
Choose a tag to compare

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

06 Nov 15:05
6dc16dd
Compare
Choose a tag to compare

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

28 Oct 16:04
3e26dd4
Compare
Choose a tag to compare
First Alpha Pre-release
Pre-release

This is the first Alpha release, absolutely not for production use.