Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
81–90 of 118 posts
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#82I love this , and I wish I could use it, but I've moved to Firefox. You'd have an instant daily user right here if you released it in Firefox.
[link redacted]
I don't expect it to be bug-free because it is something I made somewhat haphazardly for myself.
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#83For those using iCloud, another simple trick is to alias n='vim ~/Library/Mobile\ Documents/com~apple~CloudDocs/Notes.md' Then just type n to access your scratch pad. All nicely synced between devices.
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#84Serious question: does anyone regularly use a Markdown notes app/site/extension? I've seen this kind of thing appear a few times a year and, while they are cool and I like Markdown, I find I stop using them rather quickly in favor of things like the macOS Notes app or Slack because of things like convenience, ease of sharing, better search, more ease of mind that my notes won't one day disappear because of a side eff…
Ease of sharing? I use text files (markdown) precisely because it is the most easily shared and portable format to store notes. As far as search, I have not seen anything come close to Emacs with its combination of regex grep, narrowing, and fuzzy FTS possibilities. Your whole org/markdown root folder can be a projectile project.
I agree with you, if you are taking notes for keeps, why use browser storage? Why not just save directly to a sync folder using your favorite editor?
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#85Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#86Earlier quoted context omitted.
They do it because they don't know about org mode
How am I supposed to read and edit my org mode notes from my Android device? Yes, I do in fact use Orgzly. For a very specific subset of notes it's fine. But for a long bit of documentation, no good editor exists on anything but a desktop / laptop. That is, nobody's reimplemented enough of Emacs on Android yet.
"Long bit of documentation"? Isn't it the device that's not suited? I sure wouldn't want to do a lot of typing on a handheld device. Emacs shortcuts should be fun.
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#87Serious question: does anyone regularly use a Markdown notes app/site/extension? I've seen this kind of thing appear a few times a year and, while they are cool and I like Markdown, I find I stop using them rather quickly in favor of things like the macOS Notes app or Slack because of things like convenience, ease of sharing, better search, more ease of mind that my notes won't one day disappear because of a side eff…
I use IA Writer for my mac which is a great notes app that supports dropbox syncing, focus mode, etc and also offers markdown support.
Alternatives: Caret, Typora, Emacs, Vim, VS Code.
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#88> The code makes use of localStorage() to save the raw text and the time and date of when the edit has been made. Given that localStorage only has 5MiB available to it, you could try using the localForage library to have a localStorage-like API around IndexedDB, so that people can store even larger notes (you could even support storing pasted images as PNG blobs). Even better: is has automatic localForage fallback. A…
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#89Why would you use markdown to take notes? Markdown is designed to be displayed as rich-text (headings, lists, etc) after authoring. If you only ever view it in plaintext as an editor, what's the point?
Even if you only did view them as plaintext, it sure is a handy format for a static blog generator in case you'd like to turn some of your notes into a blog post one day.
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#90I just use the papier chrome extension. Same exact thing except it actually displays styles and is easier to install. https://getpapier.com/
Not open source though, as far as I can tell. Also, and I know this is stupid, but any website this fancy for a simple extension makes me a bit suspicious.