Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelNivard authored Nov 24, 2024
1 parent 6ebd4df commit 460c81a
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 38 deletions.
2 changes: 1 addition & 1 deletion data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rExecutablePath": "/usr/local/bin/R",
"rExecutablePath": "/Library/Frameworks/R.framework/Resources/bin/R",
"rstudioPandocPath": "/opt/homebrew/bin/pandoc",
"quartoExecutablePath": "/usr/local/bin/quarto",
"enableFloatingMenu": true,
Expand Down
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.0.8","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.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}
115 changes: 91 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ridian",
"version": "0.0.8",
"version": "0.1.0",
"description": "Execute R code blocks and display outputs and plots within Obsidian.",
"main": "main.js",
"scripts": {
Expand All @@ -13,20 +13,25 @@
"license": "GNU GPL v3.0",
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^16.11.6",
"@types/node": "^16.18.119",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"obsidian-typings": "^2.3.0",
"tslib": "2.4.0",
"typescript": "4.7.4"
"typescript": "^4.7.4"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/language": "^6.10.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.0",
"@types/prismjs": "^1.26.5",
"glob": "^9.3.5",
"prismjs": "^1.29.0",
"vscode-jsonrpc": "^8.2.1",
"which": "^5.0.0"
}
}
Loading

0 comments on commit 460c81a

Please sign in to comment.