Show HN: Heynote – A dedicated scratchpad for developers
51–60 of 321 posts
Re: Show HN: Heynote – A dedicated scratchpad for developers
#52Also it would be awesome to have some metadata on each block that is toggle-able (or just inserts as text) so I can have the current date/time added or shown.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#53Re: Show HN: Heynote – A dedicated scratchpad for developers
#54Re: Show HN: Heynote – A dedicated scratchpad for developers
#55I love this! I typically use a separate text editor for things like this, but the block idea is great and works with how my brain likes to group things. I know this is expanding the scope and complexity and probably opposite to what you're trying to do, but one thing that would be cool is to have different tabs. In my current workflow, I have a notepad for "working memory" which Heynote will easily replace. I also ha…
Yeah, at the moment I'm hesitant to add tab support (for the reasons that you stated), though I've definitely thought about it.
Maybe a block 'tagging' mechanism? Let me 'stash' a block and label it with tags... then later on I can 'restore' stashed blocks by searching for tags. Or open a new window easily containing every block that shares a particular tag?
Re: Show HN: Heynote – A dedicated scratchpad for developers
#56Earlier quoted context omitted.
> Where are the notes stored? The whole buffer is stored in a file called buffer.txt located in the user data directory (varies depending on platform, on Mac it's ~/Library/Application Support/Heynote, on Linux ~/.config/Heynote). > Can I delete a block easily? I do that by pressing: C-A Backspace Backspace. > After creating an additional cursor (great extra feature btw) how do I stop creating them, and/or remove one…
So I can use grep and pbcopy to interact with this on the CLI. Too cool! Thank you for a great app.
∞∞∞text
content of note 1
∞∞∞text-a
note 2
-a denotes that the block language is in autodetect mode and
might change
∞∞∞css
.some-class {
etc...Re: Show HN: Heynote – A dedicated scratchpad for developers
#57Re: Show HN: Heynote – A dedicated scratchpad for developers
#58Re: Show HN: Heynote – A dedicated scratchpad for developers
#59Kinda crazy that it took this long to get a Note++ equivalent (or similar) for macOS! Until now I've been using Sublime for all my quick dev-related scratch notes. This should make things way way better!!
If not, what are you thinking of?
Re: Show HN: Heynote – A dedicated scratchpad for developers
#60I love this! I typically use a separate text editor for things like this, but the block idea is great and works with how my brain likes to group things. I know this is expanding the scope and complexity and probably opposite to what you're trying to do, but one thing that would be cool is to have different tabs. In my current workflow, I have a notepad for "working memory" which Heynote will easily replace. I also ha…
Yeah, at the moment I'm hesitant to add tab support (for the reasons that you stated), though I've definitely thought about it.
I haven't used heynote yet (in a train rn), so you may've that already in place, but:
I suggest implementing bookmarks with fuzzy search. Press ctrl+b a prompt comes up, type the thing, press enter and get your file scrolled to that section (markdown title)