I have asked many times for to simply tag a block and have it appear on a separate page. If you have a high level javescript it is easy and other can’t explain it without you learning javascript. I would rather not use something I do not know how to fix, or change. So the solution is below.
I use the dataview plugin and inline tags “tag:: the value you want to pull” to record quotes and ideas in a table.
I also use Css, to keep information at top of cells.
- Creating your custom theme CSS file in the themes directory
YOUR_VAULT/.obsidian/themes/YOUR_CUSTOM_THEME.css - Enabling it in the theme dropdown under
Settings=>Appearance=>Themes
You can find this configuration in Settings => Appearance.
open the folder using theme and it will show you it in your computer systme.
use and editor to create the file.
.table-view-table > tbody > tr > td { vertical-align: top; }
I have asked many time to
—page—
#optionaltag
quote:: this is something that was quoted from a book or tweet.
- idea:: this quote reminds me of a great idea.
–end of page—
you call dataview by three backticks then DATAVIEW
—same page or another page —
```dataview
table quote, idea
From #optionaltag
Where quote OR idea```
—end of same page or another page —