Getting Started with TAFNE - Table Formatter and Node Editor

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
- Import Data: Load existing tables from files or paste raw data.
- Edit Visually: Use the grid editor to manipulate cells, rows, and columns.
- Apply Styles: Utilize built-in classes or custom CSS for formatting.
- Export: Generate clean HTML, JSON, or Markdown code.
---
1. Importing Data
TIFANY supports multiple input formats:
- File Upload: Select the Load File icon in the sidebar to import
.csv,.tsv,.txt, or.htmlfiles. - Text Input: Select the Import icon to open a modal where you can paste HTML, ASCII, CSV, or plain text.
- Draw Mode: For unstructured data, use Draw Mode to manually assign text to grid cells.
Supported Formats
| Format | Description |
| :------------- | :----------------------------------------------------- |
| HTML | Parses standard | CSV / TSV | Standard spreadsheet exports (Comma or Tab separated). | | ASCII | Formatted text tables (e.g., from terminal outputs). | | Plain Text | Raw text processed via the Text Split function. | --- The interface is divided into three primary regions: --- | Shortcut | Action | | ---------------- | ------------------ | | | | | | | | | Use the Table Manipulation Tool in the left panel to: --- Once your table is formatted:,
, structures. |
2. Interface Overview
Left Panel: Tools & History
Center Panel: Table Viewer
Right Panel: Configuration & Code
3. Basic Editing Operations
Selecting Cells
Ctrl (or Cmd) and click individual cells.Shift, and click an ending cell.Modifying Content
Keyboard shortcuts
Insert | Insert cell |Delete | Delete cell |Alt+Shift+W | Merge cells |Alt+Shift+T | Text split |Alt+Shift+X | Apply text split |Ctrl/Cmd+click | Multi-select cells |Shift+click | Range select |Double-click | Edit cell content |Structural Updates
4. Saving and Exporting
Tip: Use the Node Editor for advanced data pipelines if you need to perform relational joins or complex filtering before exporting.