Dear all,
Since we first develop this tool only for ourself (I mean developers).
To adapt for more users (not only for developers), we would like to hear your voice.
What's the point that you don't feel intuitive, easily get confused or have bad experience.
Please tell us, we're trying to improve this part.
Thank you!
兩點想法:
Hi @ccc-larc, thanks for giving suggestions.
:smile:
Just adopted HackMD few days ago ( @andy0130tw might be more experienced to give suggestion), so here's my two cents:
Material Design Guideline suggests that "if a line of text is too long, the user’s eye will have a hard time focusing on the text”, and recommended wrapping around 60 characters per line. This could be implemented by restricting max-width like what the view mode does.
CodeMirror has an example on this. It could be easier for non-engineers to adopt HackMD, as it reflects the heading level.
The Command+L key (Ctrl+L on PC) is overridden among with several browser shortcut keys. This make it impossible to navigate to location bar by keyboard.
This could probably be an enchancement. :)
Thanks again to @jackycute who developed the awesome project. Hope this helps! ( ´ ▽ ` )ノ
The fax/print icon is cute, but I think the publish icon is like http://j.mp/2bzyRUs or http://j.mp/2bzyBFc Thanks for your hard working. I really love hackmd!
Appendix for some suggestions from other source:
Comment area wanted and it should be easy to put their name on.
Also it need to have different style from original blockquote or it might get confused.
Hi @rschiang
1 and 2: Both make good point! The editor now is more like a code editor, so the width should as wide as possible. The better solution for these problems will be making a new editor mode (like zen mode) to blend edit/view together and that could keep the readability at same time (as you've mentioned the various line height). But as different people might use this tool, all above modes will preserve.
3: Huh, because the key binding for the Control+L and Ctrl+L are used in editing shortcuts (select whole line). But I will consider drop these shortcuts in zen mode (mentioned above).
4: Gray is my favorite color (actually because it looks clean & clear in both dark and light theme).
Thank you again, please keep in touch and we could make a better tool together!
Changed some icons in 3840308ab6cbda7a9a9aa57f1700165e7c95d250
as @leo424y suggested
There is a weird thing when editing long documents with several people: the editor doesn't center on the the user's cursor when he is not typing. This is especially annoying when you type on the last line and someone hits
Hey @Lapin0t, good to see you here.
I heard several same feedbacks of this situation.
Will look deeper when I have a moment.
Thanks!
Most helpful comment
Just adopted HackMD few days ago ( @andy0130tw might be more experienced to give suggestion), so here's my two cents:
1. The editor view is far too wide for reading
Material Design Guideline suggests that "if a line of text is too long, the user’s eye will have a hard time focusing on the text”, and recommended wrapping around 60 characters per line. This could be implemented by restricting
max-widthlike what the view mode does.2. Style headings in editor mode (suggestion)
CodeMirror has an example on this. It could be easier for non-engineers to adopt HackMD, as it reflects the heading level.
3. Keybindings interfering with browser
The Command+L key (Ctrl+L on PC) is overridden among with several browser shortcut keys. This make it impossible to navigate to location bar by keyboard.
4. Title bar does not respect Dark mode
This could probably be an enchancement. :)
Thanks again to @jackycute who developed the awesome project. Hope this helps! ( ´ ▽ ` )ノ