Skip to content

Commit

Permalink
Add importable file associations
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLeslie committed Aug 7, 2024
1 parent 7b88549 commit 565ec79
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,50 @@
"ext": "grist",
"name": "Grist Document",
"role": "Editor",
"icon": "core/static/icons/gristdoc",
"rank": "Owner"
},
{
"ext": "csv",
"name": "Comma-Separated Values",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
},
{
"ext": "tsv",
"name": "Tab-Separated Values",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
},
{
"ext": "dsv",
"name": "Delimiter-Separated Values",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
},
{
"ext": "txt",
"name": "Text File",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
},
{
"ext": "xlsx",
"name": "Microsoft Excel Spreadsheet",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
},
{
"ext": "xlsm",
"name": "Microsoft Excel Open XML Spreadsheet",
"role": "Viewer",
"icon": "core/static/icons/gristdoc"
}
},
]
}
}

0 comments on commit 565ec79

Please sign in to comment.