PJ Eby

Results 222 comments of PJ Eby

I'm not sure what that would do, exactly, since Obsidian doesn't have a feature to hide panes. You can, however use Pane Relief's "Maximize active tab" command to show only...

The current plan is to simply make the tab swap commands move tabs between groups, provided that there is more than one tab in the origin group; otherwise swapping the...

What if you just export `app` as a property of require("obsidian")? Then it's not a global since you could literally change it for each plugin if you wanted. :wink: Exporting...

So, does that mean you're opposed to exporting it via the "obsidian" module instead of exposing it as a global? My question was less about the benefit to the design...

Simple workaround for folks who prefer to keep to the LoD as much as possible: ```ts let app: App; class MyPlugin ... { onload() { app = this.app; // be...

Ok, conflicts are resolved, looks like it still works.

Open a note in a new window. The new window should have a status bar with a word count, independent of the count shown in other windows. (Assuming you're not...

If you want to keep a hover editor open in this way, toggle on its view header (or enable them by default) and then drag the header icon out to...

I have no plans to implement that, no. @nothingislost may have plans, but it's been many months since I've heard anything from them. In the meantime I would suggest doing...

Please provide the notes you're using (in a format I can copy exactly) and confirm that this happens with the default theme and no other plugins active (e.g. in the...