We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c869ec6 commit 23be371Copy full SHA for 23be371
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-table-to-csv-exporter",
3
"name": "Table to CSV Exporter",
4
- "version": "0.1.1",
+ "version": "0.1.2",
5
"minAppVersion": "0.14.6",
6
"description": "This plugin allows for exporting tables from a pane in reading mode into CSV files.",
7
"author": "Stefan Wolfrum",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-table-to-csv-exporter",
"description": "This plugin allows to export tables in a preview pane to be exported to CSV files.",
"main": "main.js",
"scripts": {
0 commit comments