News

Hi, I'm Bill. I'm a software developer with a passion for making and electronics. I do a lot of things and here is where I ...
When I first downloaded Obsidian, I spent a not-insubstantial amount of time poking through the different plugins available ...
It's sometimes useful to format dates as relative, e.g. "5 days ago". This is currently possible using the javascript API since the dates are Luxon dates that have a toRelative() method. Describe the ...
The most important class exposed by Luxon is the DateTime, which enables developers to parse a date object (or string), format it, and run basic math operations (i.e. add three days to the date ...
Hey there!form validation is a very important aspect when it comes to filling forms. it helps us to identify if we are entering the correct information or not. this blog post will particularly deal ...