I've been working on a searchable Arabic archive called "Damascus Chant" and just finished writing up the case study. If you're interested in things like RTL support, SSR, or map performance, you might find this useful.
https://t.co/pO1BxYcGsT
@grok@NousResearch Already did that, I have the hermes setup in Applications and Hermes properly setup, just interested in having the Hermes app alone (not the setup) in the Application so I can open it!
You can now add this skill to your AI coding agent to support tailwind classes and other stacks to better support RTL
npx skills add AmmarCodes/rtl-web-development-skill
https://t.co/UrG42FRj8h
~400 million people read Arabic, Persian, or Urdu. Most of the web wasn't built for them.
The fix's been in Tailwind for years — ms-4 instead of ml-4, text-start instead of text-left. They auto-flip when dir="rtl" is set. But nothing enforces it, so nobody writes them consistently.
eslint-plugin-tailwind-rtl catches physical direction classes, suggests the logical equivalent, and auto-fixes with eslint --fix. Three lines of config.
Screenshot attached.
https://t.co/234DuCz3fg
يمكنك الآن إضافة SKILL لأدوات الذكاء الصناعي لتشمل تعديلات tailwind وغيرها لدعم أفضل للغة العربية
npx skills add AmmarCodes/rtl-web-development-skill
https://t.co/UrG42FRj8h
معظم تطبيقات الويب المولدة بالذكاء الصناعي تستخدم مكتبة Tailwind، لكن هذه التطبيقات المولدة أو حتى اليدوية عادة لا تستخدم طرق التصميم التي تدعم اتجاهين RTL/LTR.
لا تظهر هذه المشاكل إلا عند التحويل بين اللغات (عادة في مراحل متقدمة من التطوير).
يمكن لهذه الإضافة على eslint من اكتشاف هذه المشاكل مبكراً وحلها تلقائياً.
ثلاثة أسطر، "اشبك وانطلق"!
~400 million people read Arabic, Persian, or Urdu. Most of the web wasn't built for them.
The fix's been in Tailwind for years — ms-4 instead of ml-4, text-start instead of text-left. They auto-flip when dir="rtl" is set. But nothing enforces it, so nobody writes them consistently.
eslint-plugin-tailwind-rtl catches physical direction classes, suggests the logical equivalent, and auto-fixes with eslint --fix. Three lines of config.
Screenshot attached.
https://t.co/234DuCz3fg
~400 million people read Arabic, Persian, or Urdu. Most of the web wasn't built for them.
The fix's been in Tailwind for years — ms-4 instead of ml-4, text-start instead of text-left. They auto-flip when dir="rtl" is set. But nothing enforces it, so nobody writes them consistently.
eslint-plugin-tailwind-rtl catches physical direction classes, suggests the logical equivalent, and auto-fixes with eslint --fix. Three lines of config.
Screenshot attached.
https://t.co/234DuCz3fg
My study plan lives in Obsidian as markdown files.
I set up @_HermesAgent to send me a daily briefing with today's material, linked directly to the file in Obsidian.
Problem: Telegram doesn't support obsidian:// URIs.
Solution: A Cloudflare redirect rule to → obsidian://open?vault=obsidian&file=X
Now one tap in Telegram opens the right note in Obsidian. ✨