Skip to content

Commit b283d05

Browse files
Add Table Format Converter (#791)
Thanks for your contribution!
1 parent f8742b0 commit b283d05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/t.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
import { Resource } from 'types'
22

33
export const resources: Resource[] = [
4+
{
5+
name: 'Table Format Converter',
6+
categories: ['Productivity'],
7+
description: 'Free online tool to convert your table data to CSV, HTML, JSON, Markdown and more.',
8+
keywords: ['table', 'spreadsheet', 'converter', 'csv', 'html', 'json', 'markdown', 'excel'],
9+
url: 'https://www.tableformatconverter.com',
10+
},
411
{
512
name: 'Tabler Icons',
613
description: 'Over 3000 pixel-perfect, free and open source icons for web design.',

0 commit comments

Comments
 (0)