You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ My plugin allows you to configure a few things in its settings:
18
18
19
19
This is the first part of the filename of the CSV file you're about to save.
20
20
21
-
Default: `table-export`
21
+
**Default**: `table-export`
22
22
23
23
* A file number addition
24
24
@@ -29,25 +29,31 @@ My plugin allows you to configure a few things in its settings:
29
29
It may become neccessary to either change this number manually or to delete/rename/move files out of your vault folder.
30
30
No worries, though: the plugin never overwrites any files and warns you if a file already exists.
31
31
32
-
Default: `001`
32
+
**Default**: `001`
33
33
34
34
* The separation character
35
35
36
-
Here you can change the character that separates the data fields in the CSV file. You can enter more than one character here, too, if you like. Entering a TAB character (as `\t` or otherwise) is currently not possible. But you might have the need to change the default comma to a semicolon if your data contains commas.
36
+
Here you can select the character that separates the data fields in the CSV file. The dropdown box contains the usual suspects like comma, semicolon and tab. But there are some unusual choices as well.
37
37
38
-
Default: `,`
38
+
**Default**: `;`
39
39
40
40
* Quote data
41
41
42
-
Switch this on if you want the data cells in the CSV file to be enclosed in double quote marks. Currently, you can't change that quote character. It's `"` for now.
42
+
If you want the data cells in the CSV file to be enclosed in quotation marks you can choose to do so here. In the dropdown box you can choose between either double quotation marks (`"`), single quotation marks (`'`) or not to quote data at all.
43
43
44
-
Default: `off`
44
+
**Default**: no quoting
45
+
46
+
* Handling of CR/LF in data
47
+
48
+
In some rare cases you might have return (CR) or linefeed (LF) characters inside of data fields/cells. This will break the CSV file. With this setting you can select how you want to handle these characters. You can either simply strip them, replace them with a single space character or replace them with the fixed string `[CR]`so that you later can still see that there once _was_ some kind of return character in your data.
49
+
50
+
**Default**: Replace all CR & LF characters with one space
45
51
46
52
* Copy to clipboard, too
47
53
48
54
Optionally you can copy the CSV string to the clipboard, too.
49
55
50
-
Default: `off`
56
+
**Default**: `off`
51
57
52
58
## Usage
53
59
@@ -57,12 +63,10 @@ The plugin works on mobile, too. (Tested on iPadOS only, though.)
57
63
58
64
## Current limitations
59
65
60
-
Of course, there's always room for improvement. **Currently, there are the following limitations/restrictions**:
66
+
Of course, there's always room for improvement. **As of version 0.1.4, there are the following limitations/restrictions**:
61
67
62
68
* The plugin currently exports only the first table that it finds in the reading mode of a note.
63
69
* The plugin saves the CSV file directly into you vault's main folder. A feature to select another folder inside your vault will be added later.
64
-
* It's currently not possible to use a TAB character as a separation character.
65
-
* The quotation character is currently the double quote character `"` and cannot be changed.
66
70
67
71
## Thanks
68
72
@@ -76,3 +80,9 @@ I'd like to thank several people here. Without them this plugin wouldn't have co
76
80
77
81
Please leave feedback here in the GitHub discussions or file a new issue if you found a bug or have a feature request.
78
82
You can reach me via Twitter, too: [@metawops](https://twitter.com/metawops)
83
+
84
+
## Sponsoring
85
+
86
+
If this plugin adds value for you and you would like to help support continued development, please consider sponsoring this repository via [GitHub Sponsors](https://github.com/sponsors), [PayPal](https://paypal.me/stefanwolfrum) or [Buy me a coffee](https://www.buymeacoffee.com/metawops).
0 commit comments