Results 167 issues of Henry Heino

# Summary This pull request upgrades most `@codemirror/` packages. This is similar to https://github.com/laurent22/joplin/pull/11034. To prevent regressions caused by the [last upgrade attempt](https://github.com/laurent22/joplin/pull/11170), this pull request also [disables CodeMirror's use...

editor

# Summary This pull request waits for startup plugins to load before running certain Playwright tests that depend on plugins. This should reduce test flakyness. **Notes**: - `settings > should...

# Summary This pull request refactors `Synchronizer.start` to ensure that its cleanup logic runs, even if there is an uncaught `Error`. This fixes an issue [originally reported on the forum](https://discourse.joplinapp.org/t/joplin-keeps-showing-syncing/41229/8?u=personalizedrefriger)...

sync

# Summary This pull request uses the `_(...)` function to make it possible to localise the strings in the Markdown editor's search dialog (and two of the accessibility strings). See...

editor

# Summary This pull request adds a setting to disable markup autocompletion, as [requested on the forum](https://discourse.joplinapp.org/t/turn-off-auto-indent-and-auto-tag-closing/40382?u=personalizedrefriger). > [!NOTE] > > This pull request builds on https://github.com/laurent22/joplin/pull/11221 — a [new...

editor

# Summary This pull request fixes a bug [originally reported on the forum](https://discourse.joplinapp.org/t/list-numbering-gets-messed-up-when-i-delete-list-items/41185/3?u=personalizedrefriger). Markdown lists can start on numbers greater than 1. However, the "indent" button on mobile and tab...

editor

# Summary **Goal**: Satisfy WCAG 2.2 [SC 3.1.1](https://www.w3.org/WAI/WCAG22/quickref/#language-of-page) by declaring Joplin's current locale with the HTML `lang` attribute. # Testing plan 1. Start Joplin. 2. Verify that a `lang=` attribute...

desktop
accessibility

# Summary This pull request fixes the following warning, which was previously printed when running `yarn start` in `packages/app-desktop`: ```` Deprecation Warning: Sass's behavior for declarations that appear after nested...

# Summary This pull request updates most usages of `KeychainServiceDriverDummy` and the equivalent `KeychainServiceDriver.mobile` with an empty array (no available drivers). **Note**: For now, `KeychainServiceDriverDummy` is kept because it's used...

# Summary This pull request upgrades to Electron 32.2.0. Potentially related: #11199. # Relevant breaking changes - The `permissions-policy` for the note viewer iframe needed to be updated. See [cross-origin...

v3.2