3 مستودعات
Tools that expand shorthand abbreviations and selectors into full HTML structures.
Distinct from Highlighted HTML Generators: None of the candidates describe general shorthand-to-HTML generation; they focus on specific types like Pinyin or highlighted code.
Explore 3 awesome GitHub repositories matching development tools & productivity · HTML Markup Generators. Refine with filters or upvote what's useful.
Emmet هو أداة لتوليد كود الترميز (markup) ومجموعة أدوات لزيادة إنتاجية تطوير الويب. يعمل كمحرك توسيع يحول الاختصارات والمحددات الشبيهة بـ CSS إلى هياكل HTML وXML كاملة وغيرها من هياكل الترميز. يتميز المشروع بمحرك توسيع اختصارات CSS مخصص يحول أكواد الخصائص المختصرة إلى إعلانات نمط كاملة، بما في ذلك التوليد التلقائي للبادئات الخاصة بالمتصفحات والتدرجات اللونية. كما يتميز بتقديم عملية توسيع قابلة للبرمجة من خلال تعريفات مقتطفات مخصصة، وتعيين أسماء مستعارة للاختصارات، وقابلية التوسع عبر السكربتات. تغطي مجموعة الأدوات نطاقاً واسعاً من الإمكانيات بما في ذلك توليد الترميز مع تكرار العناصر والترقيم التكراري، بالإضافة إلى أدوات المحرر للتنقل الهيكلي واختيار الوسوم المتوازنة. كما يوفر أدوات لتأليف ملفات CSS، وتعديل القيم الرقمية، ومعالجة الوسائط لتحويل بيانات الصور إلى URL وتحديث الأبعاد.
Generates complex nested HTML structures quickly using shorthand abbreviations and CSS-like selectors.
next-intl is an internationalization framework for Next.js applications. It provides a system for managing translations, localized routing, and ICU message formatting to deliver multilingual content across server and client components. The project distinguishes itself through a focus on developer experience and type safety, utilizing a TypeScript translation validator that generates declaration files from JSON messages for compile-time key validation. It streamlines translation workflows with tools for automatically extracting strings from source code into message files and synchronizing thos
Generates raw HTML strings from localized messages for use cases where components are not suitable.
Haml is a Ruby HTML template engine and server-side rendering library. It functions as an HTML markup preprocessor that transforms a concise, indentation-based shorthand syntax into standard HTML and XHTML markup. The system uses hierarchical whitespace instead of explicit closing tags to define the structure of documents, reducing boilerplate during markup authoring. It integrates Ruby logic directly into templates to evaluate conditional statements, process dynamic data, and interpolate values. The engine provides tools for managing element attributes through hashes, controlling output whi
Transforms a concise, indentation-based shorthand syntax into standard HTML tags and nested structures.