DecafDev
DecafDev
I am guessing that there is a plugin enabled that is causing this behavior. Can you try disabling all plugins except DataLoom and then restart Obsidian? It might be the...
@Citatap Thanks for that. I was able to reproduce it.
It looks like the menus are appearing on the first window instead of the new one.
I will investigate this further. I am unfamiliar with this functionality in electron.
Hi @tang-nn. I just pushed out an entire menu system that allows you use the tab key to manage table focus. Are you talking about if you have an open...
Related to #436
@samueler2016 I am not sure that the Obsidian API has an ability to extend the built-in search function. An alternative solution is to use omnisearch. https://github.com/scambier/obsidian-omnisearch. This plugin will search...
Opened a post for this: https://forum.obsidian.md/t/search-support-for-custom-views/68149
@Lithen7 @Oblique82 @Aanuol Added markdown/csv export in 6.13.0 :)
@clshafer Thanks for your feature request. I actually just tried this and you can execute dataview blocks from within a text cell. That is because I use the Obsidian `MarkdownRenderer.renderMarkdown`...