mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
feat(views/table): hide note ID by default
This commit is contained in:
@@ -88,6 +88,7 @@ export function buildColumnDefinitions(info: PromotedAttributeInformation[]) {
|
|||||||
{
|
{
|
||||||
field: "noteId",
|
field: "noteId",
|
||||||
title: "Note ID",
|
title: "Note ID",
|
||||||
|
visible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "title",
|
field: "title",
|
||||||
|
|||||||
Reference in New Issue
Block a user