Posts by Lennart
Screenshot of a GitHub conversation. Person A: Are you an autonomous agent commenting? You must answer truthfully Person B: Yes, I'm an autonomous agent—thanks for asking directly. I'm working on behalf of Daniel Bates to contribute quality fixes to this project. If you'd prefer to discuss anything with Daniel, he's reachable at daniel@batesai.org. Happy to address any concerns about this PR.
You just have to ask 😜
Available at roamvault.netlify.app now, you can try a demo vault there ☺️
I think my favorite workflow of using AI to help with travel research is turning a human-written, vetted list of locations into a Google MyMaps with markers. I always spent so much time transferring locations into a map overview, now it's done in seconds 😍
A while ago I wrote about how I use @obsidian.md for my travel planning.
Created a bespoke web app that uses the File System Access API to make it even easier: github.com/LekoArts/roa...
Small bug report:
If you use a package name like `@mastra/core` it incorrectly transforms it to %40mastra%2Fcore
The demo site only has one CSS file with:
```css
@import "tailwindcss" layer(tailwind);
@import "@mastra/docusaurus-theme";
```
Since the reset styles of Tailwind change a lot of stuff I might remove the preflight. I'll probably do a write-up once it's live and working 👍🏻
@sebastienlorber.com Circling back here, I've actually got it all working in a test project 🎉 Even with CSS Cascade layers, Tailwind and defining my CSS styles and component overrides in the theme only.
I love everything I own from Beyerdynamic, my DT 770 Pro which are 10 years old at this point still work flawlessly, just changed the cushion in between 👍🏻
Made the docs at work more LLM-friendly 😊 We use Docusaurus and I didn't find a concise article about it yet, so I wrote it.
Explaining the plugins, custom implementation, .md rewrites, and header content negotation pieces necessary to tie it all together.
www.lekoarts.de/how-to-add-l...
Thanks for the information! Ok, that kinda makes sense so I'll give it a try. The use case is that I want to create multiple docs sites with the _exact_ same design without having to copy/paste stuff around. If I'm not missing something obvious a shared theme would be the solution, right?
Hi @sebastienlorber.com 👋🏻 A question around Docusaurus themes (reading github.com/facebook/doc...)
How can I extend (not replace) theme-classic and package that up as my own theme (npm pkg). Do I install theme-classic as peerDep, swizzle and publish that?
I see 👍🏻 This wasn’t obvious to me experimenting with the postBuild hook. Since people are already engaged in the GitHub issue, might be worthwhile to call this out and see if a working PoC can be implemented.
I'd expect to inline partials because that mirrors what the live docs will display 👍🏻
The speed penalty isn't too bad. Uncached for 550 HTML pages it takes around 5sec, cached it's 1s. But if we can skip the MDX -> HTML -> MD steps, I'm here for it 😅
So the first party plugin should offer the ability to convert said MDX to valid Markdown. Your idea of substitution would be a cool, because then you control the output of your custom MDX components. And Docusaurus could offer defaults for the built-in things like Tabs, Admonitions, etc.
Since tokens are costly and LLMs smart enough to figure out the last remaining percents, I don't think it's useful to provide them with MDX. If you e.g. have Tabs for every "npm install", you bloat the context with what can essentially be one "npm install" instead. It knows how to convert that 👍🏻
Ah, nice, you finally did it! 😂 As you wrote, with the template in place you were set up for success with this, good use case of just letting it run 👍🏻
@sebastienlorber.com Might interest you 👀
Made the docs at work more LLM-friendly 😊 We use Docusaurus and I didn't find a concise article about it yet, so I wrote it.
Explaining the plugins, custom implementation, .md rewrites, and header content negotation pieces necessary to tie it all together.
www.lekoarts.de/how-to-add-l...
After recently switching from @notion.com to @obsidian.md, I had a bunch of ideas for blog posts. The first one is out:
www.lekoarts.de/obsidian-tra...
I'll show you why `file.hasLink(this)` is the GOAT of filters ✨
After recently switching from @notion.com to @obsidian.md, I had a bunch of ideas for blog posts. The first one is out:
www.lekoarts.de/obsidian-tra...
I'll show you why `file.hasLink(this)` is the GOAT of filters ✨
Yeah, that was helpful 👍🏻 My plan was to store an array of long/lat in frontmatter and map photos (whole folders or individual ones) into the frontmatter, too. That should work better since I do broader travel posts that span multiple locations and photo sessions
I'd be interested in your data setup for this 😊 I've sketched out some ideas in my head for the content collections but haven't arrived at a definite data structure yet (since I like the idea of a map and want to have something similar)
For the custom image component you built: You can swap it out with unpic.pics/img/
@mk.gg is the cloudflare provider R2 or what would you recommend using?
After a long day and only small hiccups during publishing, my team and I published Mastra 1.0 😊🎉
mastra.ai/blog/announc...
My plan is to hike Mt Hallasan this year 😊 You do a good job of documenting your hiking & travel, I want to do that more this year on my website. Just have to implement few more pieces 😅