opral / inlang-fink

Issue tracker for fink
0 stars 0 forks source link

Newlines not committed correctly in fink #38

Open LukasHechenberger opened 2 weeks ago

LukasHechenberger commented 2 weeks ago

Hi, when i enter a text in fink newlines get messed up on commit:

Entering

Message

Header
- Point 1
- Point 2

will get committed as

Message
Header- Point 1-Point 2

This messes up a lot, I cannot use fink any more at the moment...

Also (may be related): When I copy the same text from fink to my local text editor the original message transforms to:

Message

Header

- Point 1

- Point 2
NiklasBuchfink commented 2 weeks ago

@LukasHechenberger Thank you for opening this.

I have tried it myself and it looks like this in the committed code: image

Is that what you would expect or does it look different in your commit? And very important for reproduction, do you use Mac or Windows?

NiklasBuchfink commented 2 weeks ago

@LukasHechenberger This will be solved when we introduce our inlang editor component in Fink (https://github.com/opral/monorepo/tree/main/inlang/source-code/message-bundle-component).

Please wait until we have this ready, as it allows us to fix issues with the editing experience for all apps.

LukasHechenberger commented 2 weeks ago

Alright, thanks. If you can't reproduce it: I'm using Safari on macOS.