The sign up process is not very fluid to me. First off, I don't really like password signups in general, but on Android I was able to get auto generated password for the password field but was stuck because the Google password manager didn't recognize the other field as a password confirmation. So I couldn't copy between them and going to a different app to write a long password and going back and copy paste just see…
Thanks for the feedback. One reason for the username is for cleaner profiles when publishing - https://learn.lowercase.app/publishing/documents.html#adding...
Lowercase – A simple way to take and share notes
131–140 of 183 posts
Re: Lowercase – A simple way to take and share notes
#132Re: Lowercase – A simple way to take and share notes
#133This seems amazing, except for the fact that it's not open source and can't be self-hosted. That, to me at least, is the most important part of a note-taking app.
It’s annoying when people pester developers to open source their hard work, and not at least give a justification as to why they should do it How do you suppose they protect their IP and what they’ve built from someone just stealing the code?
In addition, it can allow the devs to accept contributions, making their job maintaining the program easier.
Re: Lowercase – A simple way to take and share notes
#134Earlier quoted context omitted.
It’s annoying when people pester developers to open source their hard work, and not at least give a justification as to why they should do it How do you suppose they protect their IP and what they’ve built from someone just stealing the code?
They aren't pestering the developers; they made a comment on HN about what, to them, is an essential feature of a note-taking app. The developers may never see it. I happen to agree with them. The single most important aspect of a note-taking app is that I must own my notes. That means that I must be able to take them elsewhere if I want. Including, in fact, especially, if the company hosting them goes out of busines…
Re: Lowercase – A simple way to take and share notes
#135Earlier quoted context omitted.
Non native speaker here, can you detail why the later is incorrect?
I'm guessing that "amount" is not quantized ("number" is). Let me be absolutely clear that most native speakers will not notice the distinction (even pedants like me missed this one). You'll also see people being pedantic about "less" versus "fewer," e.g. complaining about the "12 items or less" line being improper usage since items are quantized and therefore it should be "12 items or fewer."
Re: Lowercase – A simple way to take and share notes
#136Re: Lowercase – A simple way to take and share notes
#137Earlier quoted context omitted.
> Low-key I have been looking for something like Obsidian-but-freeish to try since a while Have you tried LogSeq? I think there are a couple other FOSS similar notes apps
+1 Logseq is great. I use it with Syncthing across my devices.
Re: Lowercase – A simple way to take and share notes
#138I went through a bunch of note-taking apps before I settled on a git directory that's auto-synced once an hour. This bash script is all it takes. cd ~/notes if [[ ''$(git status --porcelain) ]]; then git stash save git pull --rebase git stash pop || true git add . git -c "user.name=Phil Kulak" -c "user.email=nope@kulak.us" commit -m "''$(date)" git push origin main else git pull fi
But what do you use to actually take the notes? After trying a bunch of apps I settled on VS Code with a custom Profile that has all the settings, extensions and UI states that I need for taking markdown notes. I realised that I already spend at minimum 8-10 hours a day in VS Code, why learn another app with all the different quirks, UI and key bindings...
Preferably offline with syncing.
Today I use Joplin but it has custom file format.
Re: Lowercase – A simple way to take and share notes
#139Re: Lowercase – A simple way to take and share notes
#140Amazing work! Thank you for sharing here. A while ago, I made something exactly like this called writedown: https://writedown.app It is a free and open source, simple and easy to use Notion alternative. I had to leave it midway (it's ready to use and stable though) because my other projects needed attention but I'll get back to it someday :)
Interesting quirk I noticed when accessing your site: 1. The site was shown in a light-theme version and the sun icon on the upper-right corner. 2. When clicked on the sun, it changed to a moon icon but nothing else changed, the light theme was still on. 3. When clicked again, the moon changed to the sun but this time the dark-theme was engaged. The only issue is that the dark theme is displayed but the sun icon appe…
We're actually in the process of changing the whole landing page and updating the app, so hopefully it will be stable enough soon :)