shikuz
6
In that case, @Desmoric
- if you type:
column A, column B
value A1, value B1
value A2, value B2
- copy (or cut) the text
- and use
Edit -> Paste Special -> CSV as Table (assuming that you have the Paste Special plugin installed)
- the plugin will paste in your note the table:
| column A | column B |
| --- | --- |
| value A1 | value B1 |
| value A2 | value B2 |
which renders as:
| column A |
column B |
| value A1 |
value B1 |
| value A2 |
value B2 |
2 Likes