Live data from Hacker News

Show HN: Open source non-linear notepad app

getmicropad.com

71–80 of 102 posts

Re: Show HN: Open source non-linear notepad app

#71
Nice app. As someone who uses org-mode for note taking, I tried micropad. Here is a quick feedback:

1. Add support for syntax highligting the code blocks in markdown may be?

2. It is not obvious that full screen will hide the sidebar and how I can bring it back.

3. App has several bugs I think. Trying to create a image note with 1MB image froze the application.

4. Vertical space is a premium these days. A lot of vertical space in the app is wasted. Not sure if this being an electron app.

5. Whats up with app icon? I am using appimage on Fedora.

6. For some reason the note taking does not feel effortless. I do not mean this as massive criticism but as others have pointed out, allow deletion without prompts and allow undo.

Re: Show HN: Open source non-linear notepad app

#72

Earlier quoted context omitted.

Mac: Ctrl+Cmd+Shift+4 to grab a rectangular selection to the clipboard. Does windows have something similar? I've been using PrintScrn and Paint but it's comparably very awkward. I know there are apps, but "working in places where I haven't / can't install apps" is a requirement.

Yes Windows have a snipping tool[1] Although I use it every day, I haven't bothered looking up keyboard shortcuts for it. https://en.m.wikipedia.org/wiki/Snipping_Tool

Win - Shift - S I think

Edit: that might be specific to the OneNote clipping tool though.

Re: Show HN: Open source non-linear notepad app

#74
post #56

Cool! I like this. A couple suggestions: - Instead of asking "Are you sure" to delete an element, just go ahead and delete it, but make it undoable. This allows for quicker workflow. - If I double-click an empty space, I would like to immediately insert a Text element and start typing, without having to aim the mouse again and click Text. I'll probably be coming back to this when I need some note taking. Thanks for s…

>Instead of asking "Are you sure" to delete an element, just go ahead and delete it, but make it undoable. This allows for quicker workflow.

Counterpoint: this makes it harder to tell that information that you might want to be really sure is deleted (like someone elses credit card number or your passport number) is actually deleted. The deletion workflow is now delete it->check to see if it's in the undo list->really for reals delete it.

That's a way worse UX than a confirm dialog, and more risky for the customer. Remember that your grandmother might be using this to temporarily store her credit card pin.

Re: Show HN: Open source non-linear notepad app

#75
post #56

Cool! I like this. A couple suggestions: - Instead of asking "Are you sure" to delete an element, just go ahead and delete it, but make it undoable. This allows for quicker workflow. - If I double-click an empty space, I would like to immediately insert a Text element and start typing, without having to aim the mouse again and click Text. I'll probably be coming back to this when I need some note taking. Thanks for s…

>Instead of asking "Are you sure" to delete an element, just go ahead and delete it, but make it undoable. This allows for quicker workflow. Counterpoint: this makes it harder to tell that information that you might want to be really sure is deleted (like someone elses credit card number or your passport number) is actually deleted. The deletion workflow is now delete it->check to see if it's in the undo list->really…

I don’t think clicking yes in a confirm dialog implies that anything was “truly deleted.” It might well still be living in the undo history, other indexes, auto save files, backups, and it could certainly live in memory (especially if it was moved by the garbage collector).

It would be very foolish to assume that just because one has clicked “yes, delete” that the data is gone forever.

Post reply on HN