KoguNavi

KoguNavi tool

Markdown Table Generator

Create Markdown tables from a small grid, alignment choices, or simple CSV/TSV input.

Local in browser

Runs in your browser for this tool.

Current tools are designed to run in your browser. As a general habit, avoid pasting passwords, private keys, or production secrets into any website.

Table grid

What it helps with

  • Draft README tables
  • Convert simple CSV to Markdown
  • Prepare docs tables

How to use

  1. Edit the table headers and body cells, or import simple CSV/TSV text.
  2. Choose column alignment where needed.
  3. Copy the generated Markdown table for notes, READMEs, or docs.

Examples

Tool comparison

Input

Name,Use
JSON Formatter,Tidy payloads
SQL Formatter,Review queries

Output

| Name | Use |
| :--- | :--- |
| JSON Formatter | Tidy payloads |
| SQL Formatter | Review queries |

Aligned metrics

Input

Metric,Value
Tools,10
Locales,2

Output

| Metric | Value |
| :--- | ---: |
| Tools | 10 |
| Locales | 2 |

Good to know

  • Simple CSV/TSV import only.
  • Not a spreadsheet editor.
  • Escapes pipe characters but does not support complex CSV quoting in v1.

FAQ

Can it import CSV?
Yes, for simple CSV or TSV snippets. Complex quoted CSV is outside this version's scope.
Does it work like a spreadsheet?
No. It is a small Markdown table builder, not a full spreadsheet editor.
How are pipe characters handled?
Pipe characters are escaped so they do not break the Markdown table.

Nearby utilities from the KoguNavi toolbox.

Browse all tools