Vlad Sitalo
Vlad Sitalo
Nice, thank you! Will take a closer look on Sat! >The persistent and clipboardRead That sounds like something that can be used. Will double check exact functionality and see if...
@jvican yeah, help in reviewing this can be nice - I lack context here. Also I was thinking that if we get #164 done, this would potentially be redundant
did upload a version that works with roam/js in #164 fyi
can confirm/reproduce. it seems to be related to how the html for that case is structured (`span` inside `a`), so the hint gets attached to the wrong element
Not sure, I think the fix would be to see if the elements found have sub-element that are links here https://github.com/roam-unofficial/roam-toolkit/blob/770bc52395d77990bb0fa80887f41df70d3dba62/src/ts/core/features/vim-mode/hint-view.ts#L51 And attach the class to those instead, but I’m...
Apologies, I missed this! roam/js version is built off the separate branch atm (roam-js see #164 )
See my reply in #196 this is basically the same situation =\
One potential workaround to consider is replacing the `;` guard with some other symbol in settings
How do you see the proper fix behaving? :) >That would help but probably not solve the underlying problem which you could probably run into with any guard I think....
I think it may be possible to substitute only the date part, or check what percentage of the text is actually encoding the date and prevent substitution in some cases....