Marek

Results 6 comments of Marek

Confirming the issue on macOS 12.6 (21G115), Logseq version 0.8.7. @logseq-cldwalker If possible, could you consider re-labeling the issue? To me, the type of this matter seems more like a...

> The renaming tab issue should have been fixed. Perfect, thank you! I am wondering, is there is any progress regarding the deleting page issue?

@t1m0thyj Do you have any thoughts on this? Is there an alternative approach that could be undertaken, perhaps by utilizing AutoHotkey? Thank you!

I've discovered the workaround! Simply replace the files located in C:\Users\[USER]\Documents\WindowsPowerShell\Modules\VirtualDesktop\1.5.3 with these files from [this GitHub repository](https://github.com/MScholtes/PSVirtualDesktop/tree/master/Module).

Ohhh, I forgot to mention in the comment above that opening the right sidebar would also be unnecessary for the 'Archive comment.'

Eventually, in the index.js file, I managed to find this 'if' condition `if (blockRefBlock?.uuid) { await logseq.Editor.openInRightSidebar(blockRefBlock?.uuid);`, which triggers the opening of the right sidebar and creates an empty block....