Skip to content

Commit 7d1581a

Browse files
authored
docs: Update README.md
1 parent 091c57e commit 7d1581a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,14 @@ _Designed to be very productive with keyboard_ ❤️
262262

263263
<p>Use the <code>#.tabular0</code> reference to <ins>hide</ins> heading block.</p>
264264
<p><img width="300px" src="https://github.com/stdword/logseq13-missing-commands/assets/1984175/3246feec-6478-4eb4-b291-2f9dca662344"/></p>
265+
266+
<p>FAQ: How to return back double square brackets for page references in the left column?</p>
267+
<p>Add following code to <code>custom.css</code>:</p>
268+
<pre>
269+
.ls-block[data-refs-self*='".tabular'] > .block-children-container > .block-children > .ls-block > .block-main-container > .block-content-wrapper .page-reference .bracket {
270+
display: inline-flex;
271+
}
272+
</pre>
265273
</details></td></tr>
266274

267275
<tr><td><details><summary><b>Columns view</b></summary>

0 commit comments

Comments
 (0)