cahalu

Results 8 comments of cahalu

I don't have context menu in Win11.

It could be done in this way. ```diff diff --git a/src/extension.ts b/src/extension.ts index 333aadc..5fe3711 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -15,6 +15,8 @@ import { getExtensionConfiguration, overwriteConfiguration } from './configurati...

It replaces newlines in cells by text in NewLineReplacement during read/write operation with file. The result is the one row in table corresponds to one line in csv file.

```ts // No replacement in file (original behaviour, table have 3 lines, csv file have 4 lines) export const NewLineReplacement = "" ``` ![Image](https://github.com/user-attachments/assets/c3164d71-bf71-470d-9396-90650a573d51) ```ts // Example above replacement (Typst...

Hello, I thing it is exactly by request "**When the CSV is loaded into the plugins overview, the &vbLf is interpreted and displayed as a line break. When applying changes...

Original Request: **When the CSV is loaded into the plugins overview, the &vbLf is interpreted and displayed as a line break.** ```ts // Replacement of new lines for editor if...

https://github.com/user-attachments/assets/70120884-8c08-4e1b-85a2-3bc0675f537e

Quotes are added when cell contains special character: new line **\n** = normally new row, in cell must be with quotes "\n" semicolon **;** = normally new column, in cell...