Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
11–20 of 28 posts
Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#12Does this use CommonMark standard?
Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#13Earlier quoted context omitted.
Fun fact: there's no "/" key on the German keyboard layout (and possibly others too): to type "/" you need to press Shift + 7.
Wow, that's fun. No wonder few applications use "/" for hotkey combination. Maybe I should use a different key, say, ".".
There was a project in Finland to reform keyboard layout ("Kotoistus"), only thing they managed to do is to add more dead-key accents and make the keyboard even more annoying to technical users. In all their great wisdom they decided to add non-breaking space character to altgr-spacebar key combination. In isolation that might seem like a good idea, but when also | character required the use of altgr-modifier it was a mess: working with the command line, you tend to have stuff like ... | grep foo. Soon enough there were plenty of users wondering why bash complains that grep is not found: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/218637
Personally, I have abandoned national keyboard layout and adapted US layout instead. Makes both programming and general use much more comfortable. Its amazing how much less I need to use modifier keys now, especially the painful altgr.
Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#14Earlier quoted context omitted.
Fun fact: there's no "/" key on the German keyboard layout (and possibly others too): to type "/" you need to press Shift + 7.
Wow, that's fun. No wonder few applications use "/" for hotkey combination. Maybe I should use a different key, say, ".".
e.g. / [ ] requires shift key and a number on most.
Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#15Earlier quoted context omitted.
Wow, that's fun. No wonder few applications use "/" for hotkey combination. Maybe I should use a different key, say, ".".
Yeah, European keyboard layouts are annoying like that. Too bad that it seems unlikely that they would ever change even if there is some talk in France that they want to reform their keyboard: http://arstechnica.com/tech-policy/2016/01/france-says-azert... There was a project in Finland to reform keyboard layout ("Kotoistus"), only thing they managed to do is to add more dead-key accents and make the keyboard even mo…
While also not having keyboard layout change, when SSHing to a server and not being able to make a slash
Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#16Earlier quoted context omitted.
Wow, that's fun. No wonder few applications use "/" for hotkey combination. Maybe I should use a different key, say, ".".
Yeah, European keyboard layouts are annoying like that. Too bad that it seems unlikely that they would ever change even if there is some talk in France that they want to reform their keyboard: http://arstechnica.com/tech-policy/2016/01/france-says-azert... There was a project in Finland to reform keyboard layout ("Kotoistus"), only thing they managed to do is to add more dead-key accents and make the keyboard even mo…
Symbols used for code would be hidden behind several layers like altgr combinations. While, imo, archaic symbols (ÇÀÉÈàçê, etc) would be on the first layer.
I'm planning on doing the same as parent, using the US layout, but I can't change my keyboard at work, and although I can type in qwerty, I don't know all the layers like I do azerty, so I can't just type without looking.
Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#17Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#18Earlier quoted context omitted.
Yeah, European keyboard layouts are annoying like that. Too bad that it seems unlikely that they would ever change even if there is some talk in France that they want to reform their keyboard: http://arstechnica.com/tech-policy/2016/01/france-says-azert... There was a project in Finland to reform keyboard layout ("Kotoistus"), only thing they managed to do is to add more dead-key accents and make the keyboard even mo…
The French project would be even worse for us French coders. Symbols used for code would be hidden behind several layers like altgr combinations. While, imo, archaic symbols (ÇÀÉÈàçê, etc) would be on the first layer. I'm planning on doing the same as parent, using the US layout, but I can't change my keyboard at work, and although I can type in qwerty, I don't know all the layers like I do azerty, so I can't just ty…
Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#19Earlier quoted context omitted.
The French project would be even worse for us French coders. Symbols used for code would be hidden behind several layers like altgr combinations. While, imo, archaic symbols (ÇÀÉÈàçê, etc) would be on the first layer. I'm planning on doing the same as parent, using the US layout, but I can't change my keyboard at work, and although I can type in qwerty, I don't know all the layers like I do azerty, so I can't just ty…
You can't change your keyboard at work? That's odd... Where do you work?
I can't even use another text editor than the one I have. All those 'vim vs emacs' war-jokes make me laugh. What I wouldn't give to use vim...
I can change the software layout, but as I said, I don't know enough the sublayers of the qwerty layout to be able to type without looking.
Re: Show HN: Twincl Editor – A WYSIWYG/Markdown dual-mode editor
#20Any chance it is or will be open sourced?
The code has three parts: Markdown to HTML text, HTML DOM to Markdown, and the editor. The total size is about 30KB uncompressed (27KB JS + 3KB CSS). It didn't use any icon font or images.