Getting Started with TAFNE - Table Formatter and Node Editor

TAFNE demo

TAFNE (Table Formatter and Node Editor) is a comprehensive tool designed for parsing, editing, and formatting HTML tables. Whether you are converting raw data into a structured grid or performing complex data transformations, TAFNE provides a visual interface to streamline the process.

core Workflow

  1. Import Data: Load existing tables from files or paste raw data.
  2. Edit Visually: Use the grid editor to manipulate cells, rows, and columns.
  3. Apply Styles: Utilize built-in classes or custom CSS for formatting.
  4. Export: Generate clean HTML, JSON, or Markdown code.

1. Importing Data

TIFANY supports multiple input formats:

Supported Formats

FormatDescription
HTMLParses standard <table>, <tr>, <td> structures.
CSV / TSVStandard spreadsheet exports (Comma or Tab separated).
ASCIIFormatted text tables (e.g., from terminal outputs).
Plain TextRaw text processed via the Text Split function.

2. Interface Overview

The interface is divided into three primary regions:

Left Panel: Tools & History

Center Panel: Table Viewer

Right Panel: Configuration & Code


3. Basic Editing Operations

Selecting Cells

Modifying Content

Keyboard shortcuts

ShortcutAction
InsertInsert cell
DeleteDelete cell
Alt+Shift+WMerge cells
Alt+Shift+TText split
Alt+Shift+XApply text split
Ctrl/Cmd+clickMulti-select cells
Shift+clickRange select
Double-clickEdit cell content

Structural Updates

Use the Table Manipulation Tool in the left panel to:


4. Saving and Exporting

Once your table is formatted:

  1. Navigate to the Generate Code section in the right panel.
  2. Choose the desired Export Format.
  3. Select Generate to populate the output editor.
  4. Select Copy to retrieve the code for your project.
Tip: Use the Node Editor for advanced data pipelines if you need to perform relational joins or complex filtering before exporting.