π» The modern terminal
πΌ Agent orchestration
βοΈ Cloud agents with @warp.dev Oz
π§ Agent memory
π₯ Whiskey & whatnot
β€· nerdy.dev/www-ep234-pa...
on @whiskey.fm #agenticAI #webdev
π» The modern terminal
πΌ Agent orchestration
βοΈ Cloud agents with @warp.dev Oz
π§ Agent memory
π₯ Whiskey & whatnot
β€· nerdy.dev/www-ep234-pa...
on @whiskey.fm #agenticAI #webdev
BYOK for cloudinary is a good idea! Might use that
Yeah that's how dev.to does it! Tosses images on an AWS bucket. That would mean that... someone needs to own the hosting of course, which frightens me. Could be user configurable somehow?
...so sorry, I mistook this thread for a thread about a completely different tool π That feedback makes sense! I know we're tracking a vertical tabbar one day too
There will be custom colors for the app theme! Say more about tab colors though. like supporting multiple file tabs, and an option to set a different color for each tab?
Ugh, that MacOS fullscreen ribbon is the death of me. I experience that with Chrome and Notion too (or really anything with tabs?).
Honestly, using Raycast with some "maximize" keyboard shortcuts beat out MacOS fullscreen for that reason. Or maybe we should support a vertical tab bar :)
Yep, modes are always a tough one. We have more granular settings for this now, but you *can* also try enabling "autodetect" to pick the mode for you. You might've turned it off bc of past performance, but we've been improving accuracy
It seems we can now customize the select element, right? right?!
Demo: codepen.io/t_afif/pen/P... via @codepen.io
Definitely want to pursue progressive enhancement over bloat. Anything stand out as getting in your way?
Playing with some interaction animations. Have some tuning to do, but I like the spirit of a snappy "bounce" animation. Want to bring that to other animations in the UI. Shoutout to @nerdy.dev's Open Props for spring transitions
Dropdown menu of image handling options with βCopy image to ./${filename}.assetsβ selected and choices to copy to ./assets, the current folder, or to choose a custom folder. At the top is "no special action"
This is inspired by Typora, which weirdly defaults to base64. Had to ask GPT before realizing it was configurable! I want to mirror these options, but more clearly call out with a toast where images go and how to change the setting
Markdown editors rarely get image pasting right, so I tackled that early for Hubble.
β
Images paste to a file instead of base64, under FILENAME.assets/. This will be configurable
β
Pasting the same image twice resolves to the same file name
β
Original resolution is preserved
Markdown editors rarely get image pasting right, so I tackled that early for Hubble.
β
Images paste to a file instead of base64, under FILENAME.assets/. This will be configurable
β
Pasting the same image twice resolves to the same file name
β
Original resolution is preserved
Omg I was just asking Codex about my VT overuse today. This is sweet. Is this a CLAUDE[md] rule or a skill?
Screenshot of an NPM package (Astro Markdown Runtime) on npmjs.org, showing basic information about a package such as its README, installation instructions, weekly downloads, size and more. It looks *fine*, and is easy to read.
Screenshot of the same Astro Markdown Runtime NPM package listing at npmx.dev which shows much of the same information, but also includes a caution banner warning that there are vulnerabilities and listing out all the package's dependencies, including a caution that the `astro` dependency is 13 versions behind.
Adding the "Tips & Tools" section for the Astro newsletter today, and you can really see the (helpful!) difference @npmx.dev provides when checking out NPM packages!
(Notably, vulnerabilities and "versions behind" warnings in dependencies.)
Iβve instructed Claude to question anything I ask it to do and to always use modern web technologies, and itβs glorious. π
Context menu from Chrome DevTools showing options βBadge settings,β βStore as global variable,β and βDebug with AI,β with βDebug with AIβ expanded to a submenu listing βStart a chat,β βAssess visibility,β and βCenter elementβ against a light UI background.
Okay, frontend is officially solved. Thanks chrome devtools
Yeah I'm not really sure what to say about the text jump, because that's the consequence of rollover markdown marks. Rollover exposes the [...] brackets, so the text moves. That said, I agree.
Noted on hover
Customizable <select>!
Open source and ready to try yourself!
github.com/bholmesdev/hubble.md β
So many editors get the hyperlink popover wrong, so I fixed it.
β
Show a link preview on rollover. Esc to dismiss
β
Click or cmd+k for a menu of options, with keyboard shortcuts for every button
β
Use esc to go back to editing
Fixing markdown editing one function at a time!
Real talkβ¦ is there a reason to use Zoom over Google meet? Other than βthe company has it already?β Iβve found Meet solves all of my issues with the zoom UI
Itβs just how I always am
Finished reading. Indeed, it's a great concept. I was a *little* disappointed to find a strict JSON structure given the early analogy to "files on a file system," but I get the tradeoffs. I'll need to build with it to understand the power. Taking a look at @margin.at for inspiration first
I'll take a look! Seems interesting
I will read! Thanks
Iβve done experiments for the local part (an editor, a transcriber), but the closest Iβve come to syncing is a Convex database. Atproto looks interestingβ¦ that said, Iβm getting bullish on flat markdown files rather than JSON. Iβll dig into the format more
You know, I hadnβt, but Iβm looking through the docs right now.
Iβve had this idea in the back of my brain to build a social notes app. One where I take notes on books or articles (text or voice), and I can ask what others thought about it with realtime responses
Progress: I added link support to my Markdown editor, but with a twist:
β
[brackets] are in-line, but the link goes in a popover to minimize layout shift
β
Shortcuts! βK to focus, ββ to visit, ββ§C to quick copy
Having fun sweating the details :)
And yes, I'm aware I worked on this (and related projects) without shipping them. So... no more. This is fully open source and ready for you to download as a desktop app if you want!
github.com/bholmesdev/h... β