When I open it on linux without GPU I've got a high cpu load. Why a notepad need so high cpu load doing nothing ?
Show HN: Open source non-linear notepad app
11–20 of 102 posts
Re: Show HN: Open source non-linear notepad app
#12This Thing is creat. cons I find: - Hmm, no shortcuts? or keyboard support in general. Press arrow down to highlight a search result fails - bounding box for a note not needed (see onenote) - Search the content of a note not possible? - Too much chrome while note writing? These are simple things to fix. Great project!
Thanks! There are some keyboard shortcuts (there's a page in the help notepad on them) but I would like to add more. Not too sure what you mean on the bounding box thing, like the little border around elements? If you want to dismiss the sidebar just click the little ">>" or press "f". Hiding the breadcrumbs in the focus mode is on my todo list. Thanks for the list, I genuinely appreciate it.
Re: Show HN: Open source non-linear notepad app
#13Earlier quoted context omitted.
Thanks! There are some keyboard shortcuts (there's a page in the help notepad on them) but I would like to add more. Not too sure what you mean on the bounding box thing, like the little border around elements? If you want to dismiss the sidebar just click the little ">>" or press "f". Hiding the breadcrumbs in the focus mode is on my todo list. Thanks for the list, I genuinely appreciate it.
Yeah, I mean the rectagle with shadow. Not needed. It also feels wrong that is 'modal', you are editing or moving. I'd rather click and start writing. having to do another click for note type, when 90% of the time it's text, feels like a deal breaker.
I really like the instant-text suggestion. I might be able to make it so when you have the "insert" menu open it'll automatically insert a markdown element if you just start typing. I'm a little busy with uni right now so I'm not sure how quickly I can get through anything, although I am open to pull requests.
Re: Show HN: Open source non-linear notepad app
#14This Thing is creat. cons I find: - Hmm, no shortcuts? or keyboard support in general. Press arrow down to highlight a search result fails - bounding box for a note not needed (see onenote) - Search the content of a note not possible? - Too much chrome while note writing? These are simple things to fix. Great project!
Thanks! There are some keyboard shortcuts (there's a page in the help notepad on them) but I would like to add more. Not too sure what you mean on the bounding box thing, like the little border around elements? If you want to dismiss the sidebar just click the little ">>" or press "f". Hiding the breadcrumbs in the focus mode is on my todo list. Thanks for the list, I genuinely appreciate it.
I think you took the 'webapp' UX model a bit too far (where everything must be click, animation, multiple choice. Not even right click). Few modern web apps do these things well. One is checkvist.
Your target user likes the keyboard (coders, writers). Listen to them (us)
Re: Show HN: Open source non-linear notepad app
#15Then I have to give my note a title... I don't know?? I just want to create a note, not title it... so I enter no title and press "OK" and... nothing!
So I press "New" again, enter random keystrokes as a title, and... now what? I continue pressing random buttons, now I try "+ Section" (whatever that means). I got a collapsable section and 2 new buttons. Great.
Now I press "+ Note" and I finally get a "Hey, you can do stuff now!" message.
Is it so hard to just initially create a note without having to create a "Notepad" and a "Section" first? And you have to name both things before you can do anything.
So I insert a text with markdown, enter some random text... now I want to save it. I see a big huge blue button: That must be SAVE! Oh, it isn't. It's "bibliography", whatever that means. The big red button? Oh that's delete... I haven't created anything, but at least I know how to delete it just in case.
I also like how the label for the text-area is "formatting help" and is actually a link to "formatting help" and not the label for the text-area.
Anyways, I found out you "save" by just clicking wherever. Fine. So I now wanted to actually name my thing. I'm clicking the title in the header. Double-clicking. Nope, that doesn't work. Looking for a rename button here... Oh maybe the sidebar. So I see that cog icon and I think: There, that's where you must be able to rename it, right?
And yes, a modal! With a RENAME button! Cool. So I press the RENAME button and POOF modal gone. Wtf??? Since the blue button I saw earlier wasn't a confirm/save button but a "open a modal" button, I assumed it opened another modal, but no: Now it just closes the modal. Whatever.
So I open the modal again and notice the name is actually an input field (gotta love Google Material Design). So I change the name and click the modal away, assuming it is saved automatically just like with notes. My changes aren't saved. Fuck.
So I open the modal AGAIN and assume the "RENAME" button is a SAVE button. Finally...
This whole thing is a neat idea, but there is much room for improvement on the GUI.
Re: Show HN: Open source non-linear notepad app
#16Re: Show HN: Open source non-linear notepad app
#17I was clicking around for a minute, not figuring out how to get started. You have to click "Notepads" and "New" first. I didn't see "New" because when I click a dropdown, I expect all menu items to be BELOW the initial button, so I skipped "New" and thought "Import" was the first menu-item. I must be an idiot. Then I have to give my note a title... I don't know?? I just want to create a note, not title it... so I ent…
The bibliography list lets you attach URLs to elements on your note, which is helpful for when you go back for essay-writing and stuff. The formatting-help thing isn't actually a label but I understand the confusion there, I'll look into ways to improve that.
I'd love if you would take the time to formalise some of your criticism in a github issue: https://github.com/MicroPad/Web/issues
Re: Show HN: Open source non-linear notepad app
#18I wish there were some screenshot. I'm on a weak airport wifi and cannot really check this out now :(
I'll look into adding them to the main site.
Re: Show HN: Open source non-linear notepad app
#19Earlier quoted context omitted.
Yeah, I mean the rectagle with shadow. Not needed. It also feels wrong that is 'modal', you are editing or moving. I'd rather click and start writing. having to do another click for note type, when 90% of the time it's text, feels like a deal breaker.
Ah, yeah. I'll have a look into that. I really like the instant-text suggestion. I might be able to make it so when you have the "insert" menu open it'll automatically insert a markdown element if you just start typing. I'm a little busy with uni right now so I'm not sure how quickly I can get through anything, although I am open to pull requests.
Re: Show HN: Open source non-linear notepad app
#20Opened the menu, created the new notebook. Then it's just empty canvas. I tried clicking into it but nothing really happens. The Android keyboard doesn't show, which means there's no text input.