Skip to content

KevinGimbel/webtoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webtoc

mktoc on the web

About

webtoc is a web-based tool for generating Table of Contents in Markdown files. It's using my own Rust library mktoc via WebAssembly directly in the browser.

Usage

  1. Open kevingimbel.github.io/webtoc
  2. Paste your Markdown, or upload a file
  3. Copy the generated Markdown

Development

The JavaScript and WASM code is build as part of mktoc. Changes to the Front-end can be done in public/index.html, the JavaScript and WASM code is currently loaded via unpkg.com.