free table editor => data sheet

This commit is contained in:
Jan Prochazka
2021-11-28 19:57:53 +01:00
parent fa648ca675
commit 9c1a6e220a
6 changed files with 16 additions and 7 deletions

View File

@@ -178,7 +178,8 @@ registerCommand({
id: 'new.freetable',
category: 'New',
icon: 'img markdown',
name: 'Free table editor',
name: 'Data sheet',
menuName: 'New data sheet',
onClick: () => {
openNewTab({
title: 'Data #',
@@ -192,7 +193,8 @@ registerCommand({
id: 'new.sqliteDatabase',
category: 'New',
icon: 'img sqlite-database',
name: 'New SQLite database',
name: 'SQLite database',
menuName: 'New SQLite database',
onClick: () => {
showModal(InputTextModal, {
value: 'newdb',