Sansui233

Results 29 comments of Sansui233

No worries, you've brought up a valuable improvement direction

Here are supported methods defined in https://github.com/logseq/logseq/blob/master/libs/src/helpers.ts#L422-L451 ```js 'click', 'focus', 'focusin', 'focusout', 'blur', 'dblclick', 'keyup', 'keypress', 'keydown', 'change', 'input', 'contextmenu', ``` Notice that use `data-on-focusout` instead of `data-on-focus-out` Works fine...

New css variable: ```css :root { --ls-scrollbar-width: 15px; } ``` You remind me that here are some incompabilities in recent versions, like the scrollbar thumb doesn't display correctly.

fixed in b22ea9e0701c4ef779586096ef3b4ddb48a8ee19

> I have a page with emoji working `::icon`, where is it placing emoji? > > http://notes.avelino.run/#/page/book%2Fthe%20amazon%20way Hi! Yes, this is a temporary workaround. The issue is still a bug,...

This is not a bug. The `==` symbol is a non-standard but widely used markdown highlight marker. Since the plugin system is not implemented on mobile, it is rendered in...

Here ctrl+shift+u only does url test to the whole group when no selection.