Skip to content

Commit 091c57e

Browse files
committed
docs(views): add descriptions to plugin settings for #.tabular0 as a heading
1 parent 0633315 commit 091c57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ const settingsSchema: SettingSchemaDesc[] = [
151151
<li>Use the <code>#.tabular</code> reference in a block to apply a Tana-like tabular view for all its children.
152152
It could be subsequent: <code>#.tabular</code> inside another <code>#.tabular</code>. However, only <ins>two</ins> subsequent levels are supported.</li>
153153
<li>Use the <code>#.tabular0</code> reference in <ins>another tabular row</ins> to skip the immediate children.</li>
154+
<li>Use the <code>#.tabular0</code> reference to <ins>hide</ins> heading block.</li>
154155
</ol>
155156
`.trim(),
156157
type: 'enum',

0 commit comments

Comments
 (0)