awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jonschlinkert avatar

jonschlinkert/markdown-toc

0
View on GitHub↗
1,752 نجوم·711 تفرعات·JavaScript·MIT·1 مشاهدةgithub.com/jonschlinkert↗

Markdown Toc

Markdown-toc هي أداة لإنشاء وصيانة جداول المحتويات داخل ملفات markdown. تعمل كواجهة سطر أوامر ومكتبة برمجية، مما يتيح الإنشاء المؤتمت لروابط التنقل المنظمة بناءً على تسلسل هرمي للعناوين في المستند.

تتميز الأداة بنظام حقن قائم على العلامات، والذي يسمح بالوضع الدقيق وتحديث كتل التنقل داخل الملفات الموجودة. وهي تتضمن خط أنابيب تحويل مخصصاً لتحويل نص العنوان إلى معرفات صديقة لـ URL، مما يضمن بقاء الروابط التي تم إنشاؤها متسقة وعاملة مع تطور التوثيق.

بعيداً عن الإنشاء الأساسي، يوفر المشروع مجموعة من أدوات التحليل التي تستخرج بيانات تعريف العنوان ومستويات التسلسل الهرمي. تدعم هذه الميزات سير عمل التوثيق المخصص، بما في ذلك القدرة على تصفية المحتوى، وتطبيق قيود العمق، والدمج مع محركات عرض markdown المختلفة لتسهيل صيانة التوثيق المؤتمتة.

Features

  • Table of Contents Generators - Generates and injects structured table of contents navigation links based on document heading hierarchy.
  • Document Parsing CLI Tools - Provides a command-line interface for automating table of contents maintenance using configurable insertion markers.
  • Automatic Table of Contents - Injects generated tables of contents into markdown files using comment markers to define precise insertion points.
  • Marker-Based Injection Utilities - Uses marker-based injection to precisely place and update generated content blocks within existing markdown files.
  • Slugification Tools - Provides a transformation pipeline for slugifying heading text into URL-friendly identifiers for consistent link generation.
  • Hierarchy Traversers - Implements recursive traversal of heading hierarchies to calculate nesting levels for structured navigation.
  • README Section Injections - Automates the injection and refreshing of table of contents sections within project README files.
  • Markdown Documentation - Maintains markdown documentation by automating the creation and updating of navigation structures.
  • Utility Tools - Tool for generating tables of contents for Markdown files.

سجل النجوم

مخطط تاريخ النجوم لـ jonschlinkert/markdown-tocمخطط تاريخ النجوم لـ jonschlinkert/markdown-toc

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Markdown Toc

مجموعات منسقة بعناية يظهر فيها Markdown Toc.
  • أداة لإدارة هيكلية المستندات الهرمية

الأسئلة الشائعة

ما هي وظيفة jonschlinkert/markdown-toc؟

Markdown-toc هي أداة لإنشاء وصيانة جداول المحتويات داخل ملفات markdown. تعمل كواجهة سطر أوامر ومكتبة برمجية، مما يتيح الإنشاء المؤتمت لروابط التنقل المنظمة بناءً على تسلسل هرمي للعناوين في المستند.

ما هي الميزات الرئيسية لـ jonschlinkert/markdown-toc؟

الميزات الرئيسية لـ jonschlinkert/markdown-toc هي: Table of Contents Generators, Document Parsing CLI Tools, Automatic Table of Contents, Marker-Based Injection Utilities, Slugification Tools, Hierarchy Traversers, README Section Injections, Markdown Documentation.

ما هي البدائل مفتوحة المصدر لـ jonschlinkert/markdown-toc؟

تشمل البدائل مفتوحة المصدر لـ jonschlinkert/markdown-toc: ekalinin/github-markdown-toc — This project is a command-line utility designed to automate the creation and maintenance of tables of contents within… thlorenz/doctoc — doctoc is a markdown table of contents generator and file processor designed to automatically create and update linked… miaolz123/vue-markdown — Vue-markdown is a rendering library and component suite designed to transform raw markdown text into structured HTML… evilstreak/markdown-js — markdown-js is a JavaScript markdown parser and converter that transforms markdown text into HTML output. It functions… russross/blackfriday — Blackfriday is a Go library for parsing and converting Markdown text into HTML, LaTeX, and other structured formats.… anmol098/waka-readme-stats — waka-readme-stats is an automated profile README updater and developer statistics dashboard. It integrates with the…

بدائل مفتوحة المصدر لـ Markdown Toc

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Markdown Toc.
  • ekalinin/github-markdown-tocالصورة الرمزية لـ ekalinin

    ekalinin/github-markdown-toc

    3,292عرض على GitHub↗

    This project is a command-line utility designed to automate the creation and maintenance of tables of contents within markdown files. It functions as a static documentation processor that parses document headings to generate hierarchical navigation lists, which are then injected directly into the source files. The tool distinguishes itself by supporting both local files and remote network streams as input sources. It utilizes marker-based content updating to refresh existing navigation sections without requiring manual edits, and it includes authentication support for remote requests to bypas

    Shellgithubmarkdownshell
    عرض على GitHub↗3,292
  • thlorenz/doctocالصورة الرمزية لـ thlorenz

    thlorenz/doctoc

    4,451عرض على GitHub↗

    doctoc is a markdown table of contents generator and file processor designed to automatically create and update linked lists of headings within markdown documents. It functions as a git repository documentation tool that scans local directories to ensure navigation remains consistent across a collection of files. The tool features a GitHub compatible anchor generator that formats heading links to match the specific requirements of GitHub and similar hosting platforms. It manages updates by locating marker comments to replace existing tables of contents without overwriting other document conte

    JavaScript
    عرض على GitHub↗4,451
  • miaolz123/vue-markdownالصورة الرمزية لـ miaolz123

    miaolz123/vue-markdown

    1,969عرض على GitHub↗

    Vue-markdown is a rendering library and component suite designed to transform raw markdown text into structured HTML for use within Vue applications. It functions as a parser that converts text into an intermediate tree structure, allowing for the integration of dynamic content and the application of custom formatting rules during the conversion process. The library distinguishes itself through its component-based architecture, which enables the direct injection of framework-specific components into rendered documents. It provides extensive lifecycle hooks that allow developers to monitor the

    JavaScriptmarkdownvuevue-components
    عرض على GitHub↗1,969
  • evilstreak/markdown-jsالصورة الرمزية لـ evilstreak

    evilstreak/markdown-js

    7,679عرض على GitHub↗

    markdown-js is a JavaScript markdown parser and converter that transforms markdown text into HTML output. It functions as both a library and a command line interface tool for converting documents. The project is centered on an abstract syntax tree representation, allowing markdown to be parsed into a structured tree for programmatic inspection and modification before the final rendering process. This intermediate representation enables custom markup processing and document transformations. The toolset covers programmatic document parsing, static site generation, and CLI-based file processing

    JavaScript
    عرض على GitHub↗7,679
  • عرض جميع البدائل الـ 30 لـ Markdown Toc→