Earlier quoted context omitted.
Oh you can download your notes easily under profile. It will send you a .zip file with all your markdown files! Google Analytics I won’t add. In fact I don’t even use it for the site. I don’t want to track people. But views counts will come soon.
Well, view counts would work. Cool to hear that I can get the markdown. Is there any way to insert arbitrary html? Then I can put whatever I need. Maybe as a premium feature under my domain?
Show HN: Collected Notes – A note-taking blogging app I made
71–80 of 235 posts
Re: Show HN: Collected Notes – A note-taking blogging app I made
#72I think you should work on eliminating the perception of a publish step. Everyone else is working how to best publish things and you stumbled on the solution: there is no publish. The copy url option screen after publishing reminded me there is a publish. I think transparently use a Share option to share the url and have a share option under the notebook title. Great concept. The sample note is private, I did not rea…
Re: Show HN: Collected Notes – A note-taking blogging app I made
#73Really well done, especially for such a shorty turn around. I'm not sure I buy your reasoning though. I could be wrong, but I believe Notion does have native apps now. Also, despite not being dedicated to note-taking, it doesn't keep you from publishing simple, complexity-free, notes to the web.
Another reason is a lot of features like continuity, slide over, share extension, etc etc. Are not available on web apps.
Re: Show HN: Collected Notes – A note-taking blogging app I made
#74Earlier quoted context omitted.
Thank you so much! I planned to ship a macOS app together with the iOS apps but can’t do everything in three weeks and two kids :) It’s definitely something I want to myself. For now the web version works fine for the occasional long form posting. Let me know how it goes!
I wish you had created this a couple of years ago! I wasted a lot of time then trying different note-taking apps for a personal writing project. I ended up doing it all in a text editor, as every app I tried failed in one way or another. Collected Notes would have been perfect.
Re: Show HN: Collected Notes – A note-taking blogging app I made
#75Less than a month ago I decided to build an app for myself to solve a very specific problem: “I want to be able to take notes on my phone, share some of them online, and publish a few on my personal blog — oh, an I also want an API!” I built this is because no tool out there satisfied my needs: - Notion had no native app so it's very slow to use on mobile. Plus is too general. - Medium is a disaster for readers, they…
Honestly, sounds like micro.blog and how I use it. Most importantly, micro.blog uses Micropub, an existing W3C standard API for blogging which is why things like Drafts, iAWriter, MarsEdit etc can all support it. Don’t get me wrong, this is a very cool project and it looks like you’ve done a great job. I would recommend looking into Micropub support though rather than role your own API. The IndieWeb group has worked…
Re: Show HN: Collected Notes – A note-taking blogging app I made
#76Earlier quoted context omitted.
Well, view counts would work. Cool to hear that I can get the markdown. Is there any way to insert arbitrary html? Then I can put whatever I need. Maybe as a premium feature under my domain?
Will think about that, what kind of things would you put? I don’t want to become a CMS or geo cities :)
site: https://www.shawwn.com/thanks
markdown: https://www.shawwn.com/thanks.page
If you "view source" on the markdown page, you'll see:
Twitter: @theshawwn
The reason is that [@theshawwn](https://twitter.com/theshawwn) didn't convert into HTML for some reason. I assume the @ character threw it off, and I didn't want to drop what I was doing to figure out why. But there are a million small things like that.For https://collectednotes.com/shawwn/sample-note, I would put GA into my notes.
Re: Show HN: Collected Notes – A note-taking blogging app I made
#77Basic principle is you encrypt the DB or the individual notes with an AES synchronous key with a password that you put through a KDF and then apply your sync method to the individual notes.
Re: Show HN: Collected Notes – A note-taking blogging app I made
#78Re: Show HN: Collected Notes – A note-taking blogging app I made
#79Earlier quoted context omitted.
Thank you! What specifically? It’s not intended for very sensitive data. Much prefer the note/blog use case.
> It’s not intended for very sensitive data. I hope you don't take this as a criticism, just feedback, because your product looks quite nice and if I weren't such a worry-wart, I'd probably subscribe. My issue with all notetaking applications is that all of my notes are "very sensitive data" to me. I treat my notes repository like a combination diary, scratchpad (where I plop things like temporary passwords and API k…
Re: Show HN: Collected Notes – A note-taking blogging app I made
#80Earlier quoted context omitted.
I used Rotato which is fantastic!
I couldn't find this, link?