Galacsh

Results 7 comments of Galacsh

Thanks to @marcusmoore for figuring out it was about regex issue. **Now I have no exception on my iPhone!** I've modified the **positive lookbehind** to **negative lookahead**, like this below....

For those who doesn't need this plugin to work in IOS, just change `isDesktopOnly` to true. ```js // .obsidian/plugins/obsidian-excel-to-markdown-table/manifest.json { "id": "obsidian-excel-to-markdown-table", "name": "Excel to Markdown Table", ..., "isDesktopOnly": true...

Hellom @TfTHacker > Great plugin idea! Will be one of my favs. Happy to hear that 😃. Since I'll be busy from tomorrow, it will take some time. But I'll...

Sorry for the delay in updates. I've added a feature that allows the selection of the topmost visible block on the view when switching into reading view (Instead of the...

Thank you for your suggestion! I've added a similar feature in the updated version 0.2.0, released today. You'll find a new command after update: - **Toggle Block Highlight** (default hotkey:...

What a nice ideas :) Tell me if I understood properly. 1. Additional way to highlight (without keyboard) - e.g. Double tap or floating button 2. Remember the active block...

Hello, I'm just leaving my opinion. The reason this looks like a bug is probably because the `delay` parameter (which is for the "animate" function) can also be used in...