Skip to content

Commit

Permalink
v 0.1.1
Browse files Browse the repository at this point in the history
markdown link dialect mitigation, quart and obsidian have a different syntax for image links, I added code to translate.
  • Loading branch information
MichelNivard authored Nov 27, 2024
1 parent 838699e commit fad6483
Show file tree
Hide file tree
Showing 9 changed files with 890 additions and 31 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"ridian","name":"Ridian","version":"0.1.0","minAppVersion":"0.15.0","description":"Execute R code blocks and display outputs and plots & render documents with Quarto within Obsidian.","author":"Michel Nivard","isDesktopOnly":true}
{"id":"ridian","name":"Ridian","version":"0.1.1","minAppVersion":"0.15.0","description":"Execute R code blocks and display outputs and plots & render documents with Quarto within Obsidian.","author":"Michel Nivard","isDesktopOnly":true}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ridian",
"version": "0.1.0",
"version": "0.1.1",
"description": "Execute R code blocks and display outputs and plots within Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
Loading

0 comments on commit fad6483

Please sign in to comment.