joplin icon indicating copy to clipboard operation
joplin copied to clipboard

Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.

Results 893 joplin issues
Sort by recently updated
recently updated
newest added

# 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

# Summary > [!IMPORTANT] > > I'm currently hosting the built Whisper models [on this GitHub repository](https://github.com/personalizedrefrigerator/joplin-voice-typing-test/tree/test-release) **under my personal account**. It may make sense to host these files elsewhere....

- Search for a note - Open the note - Switch off your phone - Switch it on again => The app is just a blank screen with a blank...

bug
mobile
android
high
v3.1

### Operating system Windows ### Joplin version 3.0.15 ### Desktop version info Joplin 3.0.15 (prod, win32) Client ID: 7fa2d51c05b94e2fafa0d1efad4fadf7 Sync Version: 3 Profile Version: 47 Keychain Supported: No Revision: 598677b...

bug

### Operating system Linux ### Joplin version 3 ### Desktop version info _No response_ ### Current behaviour On docker hub currently there is | Tag | Digest | |---|---| |...

bug

# Summary Make table in HTML format horizontally scrollable by give table a div parent, so the width of the table is limited to the screen width. See [Mobile, Desktop:...