Skip to content

Commit f40c5f6

Browse files
committed
Removed installation notes from readme.
1 parent 69a0337 commit f40c5f6

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@ Background: The fabulous Dataview plugin for Obsidian allows to dynamically crea
1010
I wanted to be able to further use this created data in external applications, like MS Power BI, to create visualizations of that data.
1111
But the plugin can export any table into a CSV file, even those you "hard-coded" in Markdown (if that makes sense for you) or those that were created by some other plugin.
1212

13-
## Installation
14-
15-
As long as my plugin isn't officially added to the list of community plugins inside Obsidian itself you can install it manually in a few easy steps:
16-
17-
1. Go into the `.obsidian` sub folder inside of your vault folder. An easy way is to click on the little folder icon on the Community plugins settings page.
18-
![](img/install-1.png)
19-
2. Create a new folder inside the `plugins` folder (you can name it however you want but maybe `table-csv-export` or sim. makes sense).
20-
3. Copy the two files `main.js` and `manifest.json` from the [release](https://github.com/metawops/obsidian-table-to-csv-export/releases) you downloaded into that folder.
21-
4. In Obsidian, click on the little reload icon in the Community plugins settings:
22-
![](img/install-2.png)
23-
5. Scroll down and switch on the new plugin:
24-
![](img/install-3.png)
25-
26-
That's it, you're all set. Find the plugin's settings under the "Plugin Options" sidebar of Obsidian's settings dialog:
27-
![](img/install-4.png)
28-
2913
## Settings
3014

3115
My plugin allows you to configure a few things in its settings:

img/install-1.png

-304 KB
Binary file not shown.

img/install-2.png

-302 KB
Binary file not shown.

img/install-3.png

-290 KB
Binary file not shown.

img/install-4.png

-1010 KB
Binary file not shown.

0 commit comments

Comments
 (0)