@5t3phSome of you have never made a <button> that submits form data to a server while the user is navigated to a new page defined by the form `action` attribute - all with no JS involved - and it shows. (twitter.com/_/status/1483924888515661828)
jeremy, IWSlackGateway, Seirdy, Tonny, hans63us[d], jessealama, [jeremycherfas], mossymaker[d], tetov-irc, uruguaydude and uruguaydude2 joined the channel
[tonz]I am looking for a Markdown to HTML convertor in PHP (to potentially post directly from my markdown notes through micropub). Came across this one https://michelf.ca/projects/php-markdown/ Anyone here using that, or anyone with a suggestion they have good experience with?
[tonz]There are of course different varieties of MD, so ideally being able to influence for what the scripts search for to translate would be great too.
marksuth[d]I’ve started looking at building something using https://pub.dev/packages/health with flutter as a way to generate exercise type posts. looks promising so far, but I’ve not tried anything proper with it yet
[tonz]Coming back to my earlier question about Markdown to HTML [aaronpk] I ended up using https://github.com/erusev/parsedown/ which I got working right away and is fast, whereas I couldn’t get Michel F’s code to work. Meaning I now have working path from my local markdown files (written in Obsidian) to html to my micropub endpoint, so I can write blogposts in my local notes and then send them on their way to my site.
Loqirattroupe: [fluffy] left you a message on 2021-08-29 at 8:57am UTC: IndieAuth profile implementation is live on https://beesbuzz.biz/ although there’s an issue where it’ll cache stuff from the IndieAuth server response erroneously if e.g. someone logs out and back in without the scopes set. I’ve already fixed that in the code but I’m going to hold off on doing another release so quickly.
[James_Van_Dyne]re: HealthKit data – Simon Willison wrote a tool that’ll take a heatlhkit zip export and dump it to sqlite3. Might make it easier to slice and dice your health data however you’d like.
LoqiHealthKit is Apple's iOS framework for collection, aggregation, and tracking of health-related data like sleep tracking, heart rate, steps, exercises and more, which are collected via the Apple Watch and the iPhone https://indieweb.org/HealthKit
[chrisaldrich]1HealthKit << Simon Willison wrote a tool that’ll take a heatlhkit zip export and dump it to sqlite3. Might make it easier to slice and dice your health data however you’d like. https://github.com/dogsheep/healthkit-to-sqlite