PJ Eby
PJ Eby
> [!Note] > If you are not *directly* calling APIs exported from the src/signify.ts, src/eventful.ts, or src/cleanups.ts modules, you don't need to worry about any of this: it's strictly for...
Since the latest update, I get this whenever I try to use a shortcut that runs a bookmarklet: ``` script-to-inject.js:1 Uncaught TypeError: Failed to set the 'textContent' property on 'Node':...
When a tab is maximized, there's no way to see its pinned state. The leaf's `.tabHeaderStatusPinEl` needs to be moved from the `.tabHeaderStatusContainerEl` to its view header, and back again...
### Goal or desired outcome of this feature I love the ability to have different views and collapse columns in 2.0. But... the main reason I like them is so...
**Describe the bug** With `uniqueNames` enabled in a large workspace (>5000 markdown files), rendering markdown previews in VSCode becomes extremely slow: a file with many links can take as much...
The existing code had a race condition that let it get into a state where no further updates could take place. This revision ensures that the view remains subscribed so...
**Describe the bug** When using a command that outputs markdown headings, the markup is stripped if I use Copy or Replace on the result. **To Reproduce** Steps to reproduce the...
### Describe the bug When I drag a link from my browser to the Kanban board and drop it, it is opened in the browser (or Obsidian's web viewer, if...
I was trying to use this to save the position of a VSCode workspace, but it seems the title matching only works in that case if I include the file...