benjaffe / logseq-reference-styles

MIT License
37 stars 2 forks source link

Is there any way to apply to favorites? #11

Open gioknx opened 1 year ago

gioknx commented 1 year ago

This plugin is perfect, but is there any way to show it in favorites too?

image

rayanbenredjeb commented 1 year ago

Same problem here.

Some of your pages in Favorite seem to work fine. Have you figured out how come these worked in the first place?

k-spr commented 1 year ago

Same problem here - would be great to find this out

k-spr commented 1 year ago

Figured it out:

In the page property, meaning the first block of the page, add icon:: with an emoji after the double column

Then you need to remove and add as favourite again

rayanbenredjeb commented 1 year ago

Thanks a lot for your answer @k-spr.

I would also suggest to add the following code to custom CSS, for solving the subsequent double icon in title problem (c.f. below image).

.page-icon{
    display: none
}

image