🎨 编辑器支持属性视图 - 表格 https://github.com/siyuan-note/siyuan/issues/7536

This commit is contained in:
Liang Ding 2023-03-02 14:25:56 +08:00
parent 7df8700205
commit 1783a29951
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
"attributeView": "Attribute View",
"mgmt": "Management",
"spaceRepetition": "Spaced Repetition",
"space": "Space",

View file

@ -1,4 +1,5 @@
{
"attributeView": "Vista de atributos",
"mgmt": "Administración",
"spaceRepetition": "Repetición Espaciada",
"space": "Espacio",

View file

@ -1,4 +1,5 @@
{
"attributeView": "Vista de atributos",
"mgmt": "Gestion",
"spaceRepetition": "Répétition espacée",
"space": "Espace",

View file

@ -1,4 +1,5 @@
{
"attributeView": "屬性視圖",
"mgmt": "管理",
"spaceRepetition": "間隔重複",
"space": "空格",

View file

@ -1,4 +1,5 @@
{
"attributeView": "属性视图",
"mgmt": "管理",
"spaceRepetition": "间隔重复",
"space": "空格",

View file

@ -39,7 +39,7 @@ export const hintSlash = (key: string, protyle: IProtyle) => {
}, {
filter: ["属性试图", "shuxingshitu", "sxst", "attribute view"],
value: '<div data-type="NodeAttributeView" data-av-type="table"></div>',
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"></svg><span class="b3-list-item__text">TODO</span></div>`,
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"></svg><span class="b3-list-item__text">${window.siyuan.languages.attributeView}</span></div>`,
}, {
filter: ["文档", "子文档", "wendang", "wd", "ziwendang", "zwd", "xjwd"],
value: Constants.ZWSP + 4,