Markdown TOC Generator (Headings-ൽ നിന്ന് auto സൃഷ്ടിക്കൽ)

Markdown headings-ൽ നിന്ന് Table of Contents auto-generate ചെയ്യുക. heading levels (ഉദാ. H2-H4) തിരഞ്ഞെടുക്കുക, പിന്നെ editable output copy ചെയ്ത് ഉടൻ paste ചെയ്യുക.

H2-only, anchor modes, duplicate headings എന്നിവയ്ക്ക് അധിക setup ഇല്ലാതെ പിന്തുണ.

നിങ്ങളുടെ text browser-ൽ ലോകൽ ആയി തുടരും; upload ചെയ്യുന്നില്ല.

എങ്ങനെ ഉപയോഗിക്കാം (30 sec)

  1. Markdown text paste ചെയ്യുക.
  2. heading levels തിരഞ്ഞെടുക്കുക (H2-only / H2-H4 തുടങ്ങിയവ).
  3. generated TOC copy ചെയ്ത് document-ലേക്ക് paste ചെയ്യുക.

Input, output ഉദാഹരണം

duplicate headings ഉള്ള ഉദാഹരണം

Input

# Document Title
## Overview
## Usage
### Install
### Settings
## FAQ
## FAQ

Output (H2-H3 / bullet list / TOC heading ON)

## Table of contents

- [Overview](#overview)
- [Usage](#usage)
  - [Install](#install)
  - [Settings](#settings)
- [FAQ](#faq)
- [FAQ](#faq-2)

Specification (anchor, duplicate rules)

Heading extraction rules

  • തിരഞ്ഞെടുത്ത range-ൽ ATX headings (# മുതൽ #### വരെ) എടുക്കുന്നു.
  • fenced code blocks (``` ... ```) ഉള്ളിലെ lines ignore ചെയ്യുന്നു.
  • level filter ഉപയോഗിക്കുക (H2 only / H2-H3 / H2-H4 / H1-H4).
  • Setext headings (=== / ---) ആദ്യ പതിപ്പിൽ ഉൾപ്പെടുത്തിയിട്ടില്ല.

Anchor generation rules (tool rule)

  1. heading text trim ചെയ്യുക.
  2. alphabetic letters lowercase ആക്കുക.
  3. spaces നെ '-' ആക്കുക.
  4. '-' ഒഴികെയുള്ള symbols നീക്കംചെയ്യുക.
  5. മറുപടി വരുന്ന '--' നെ '-' ആക്കി ചുരുക്കുക.
  6. ആരംഭത്തിലും അവസാനത്തുമുള്ള '-' trim ചെയ്യുക.
  7. duplicate anchors ഉണ്ടായാൽ -2, -3 ... ചേർക്കുക.

TOC link behavior hosting platform, Markdown viewer എന്നിവനുസരിച്ച് മാറാം. ആവശ്യമെങ്കിൽ output edit ചെയ്യുക.

FAQ

H2-only TOC സൃഷ്ടിക്കാനാകുമോ?

അതെ. Heading levels-ൽ "H2 only" തിരഞ്ഞെടുക്കുക.

anchor text എങ്ങനെ തീരുമാനിക്കുന്നു?

anchors ഈ page-ൽ വിവരിച്ചിരിക്കുന്ന rule പിന്തുടരും. "Custom" തിരഞ്ഞെടുക്കുകയോ output manually edit ചെയ്യുകയോ ചെയ്യാം.

duplicate headings എങ്ങനെ കൈകാര്യം ചെയ്യുന്നു?

duplicate headings-ന് anchors unique ആയിരിക്കാനായി -2, -3 പോലുള്ള suffixes ചേർക്കും.

ചില headings TOC-ൽ നിന്ന് ഒഴിവാക്കാനാകുമോ?

അതെ. Advanced settings-ൽ Exclude keywords ഉപയോഗിക്കുക.

links ഇല്ലാതെ TOC സൃഷ്ടിക്കാനാകുമോ?

അതെ. anchor mode ആയി "No anchors" തിരഞ്ഞെടുക്കുക.

കുറിപ്പുകൾ

  • anchor behavior Markdown environment-നുസരിച്ച് മാറും.
  • output editable ആകയാൽ നിങ്ങളുടെ renderer-നായി fine-tune ചെയ്യാം.
  • input text browser-ൽ ലോകൽ ആയി process ചെയ്യപ്പെടുന്നു.

ബന്ധപ്പെട്ട ഉപകരണങ്ങൾ