Readit News logoReadit News
mattstrayer commented on DaisyUI: Tailwind CSS Components   daisyui.com/... · Posted by u/a_bored_husky
mattstrayer · 2 months ago
DaisyUI is the best. so easy to _just start_ something.
mattstrayer commented on Lowercase – A simple way to take and share notes   lowercase.app/... · Posted by u/siegers
KolyaKornelius · a year ago
What is the user exit strategy? Can I export all notes? In which formats?
mattstrayer · a year ago
no export is available at the moment, but we are considering adding that in. What formats would you want to be able to export to?
mattstrayer commented on Lowercase – A simple way to take and share notes   lowercase.app/... · Posted by u/siegers
pkulak · a year ago
I 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

mattstrayer · a year ago
honestly love the simplicity of this
mattstrayer commented on Lowercase – A simple way to take and share notes   lowercase.app/... · Posted by u/siegers
pmarreck · a year ago
"If you want publish them" should probably be "If you want to publish them"
mattstrayer · a year ago
thank you!
mattstrayer commented on Lowercase – A simple way to take and share notes   lowercase.app/... · Posted by u/siegers
calyhre · a year ago
Nice product! I might have missed mentions of it, but is it real-time editing? Does it supports multi users?

A warning that might spoil a bit your adventure on the long run: Your published pages will be exploited somehow. SEO backlink abuse, phishing, etc. Offering free public hosting is what people with ill intent are looking for, and you can be sure that at some point they'll look at your solution

mattstrayer · a year ago
Thank you!

It is real-time editing! We leverage web-sockets to sync across multiple logged-in sessions. But as of today it does not support multiple users collaborating on the same document.

mattstrayer commented on Lowercase – A simple way to take and share notes   lowercase.app/... · Posted by u/siegers
yellow_postit · a year ago
Can I export or host the data myself?

For work sensitive notes I can’t/won’t use an untrusted sync mechanism.

mattstrayer · a year ago
Totally a fair use-case and request!

Right now we don't have support for a local storage mechanism or self-hosting. We are extremely keen on privacy and are very open to working towards either of those two options.

mattstrayer commented on Lowercase – A simple way to take and share notes   lowercase.app/... · Posted by u/siegers
voidUpdate · a year ago
What are the advantages of this over, say, Obsidian?
mattstrayer · a year ago
Lowercase really shines when you want to take notes free-form and then be able to share those notes out into the world. You can easily make a note public & even cooler than that you can turn a lowercase note into a presentation with just a few clicks.

Here's an old example I pulled up -> https://www.lowercase.app/@matt/p/1f6c83d5-2869-4024-a687-fc...

In my editor I was able to just group parts of my note into logical slide sections and then publish.

Edit: you can move through the slide show with your left and right arrows.

mattstrayer commented on Lowercase – A simple way to take and share notes   lowercase.app/... · Posted by u/siegers
mattstrayer · a year ago
co-founder here: feel free to ask any questions!

u/mattstrayer

KarmaCake day714April 7, 2013
About
www.mattstrayer.com www.vandal.app www.lowercase.app

[ my public key: https://keybase.io/mattstrayer; my proof: https://keybase.io/mattstrayer/sigs/DFAXTIoTmGkm_U5qIOvUYPBc6iZQP2prpHRaRXhwUc4 ]

View Original