pedr

Results 21 issues of pedr

Related to feature https://github.com/laurent22/joplin/issues/8459 We are adding a Joplin Cloud section to the Settings screens to show the inbox email address to Joplin Cloud users. ![Screenshot from 2023-07-12 18-20-07](https://github.com/laurent22/joplin/assets/5051088/bbd994d5-d4f6-40c2-848d-c9b9beeb2151) ##...

Related to feature https://github.com/laurent22/joplin/issues/8459 Changes the warning message when trying to delete a Inbox Folder ![Screenshot from 2023-07-12 19-18-36](https://github.com/laurent22/joplin/assets/5051088/9e38faa5-d39c-4b7e-9a4b-acd475c96b99) ## Functionality: I'm adding a new function to `lib/utils/inboxFolderFetcher.ts` that will...

Related to feature https://github.com/laurent22/joplin/issues/8459 Changes the warning message when trying to delete a Inbox Folder ![Screenshot from 2023-07-12 15-51-11](https://github.com/laurent22/joplin/assets/5051088/1eb0e29f-c935-48aa-8eee-087c5f63762b) ## Functionality: I'm adding a new function to `lib/utils/inboxFolderFetcher.ts` that will...

Related to feature https://github.com/laurent22/joplin/issues/8459 We are adding a Joplin Cloud new tab in the Settings screen that will allow the Joplin Cloud users to copy their own inbox email addresses....

## Email to note feature for Joplin Cloud users We are adding a new feature to Joplin Cloud that will allow users to send or forward an email to a...

Changing the implementation of `createResourcesFromPaths` of the notes service to create resources in "parallel". ### Description The change affects the process right that happens after the media files links found...

This is a working-in-progress PR for the new login flow that we are going to use for Joplin Cloud. This change is required to make the 2FA work in the...

enhancement
desktop
v3.0

Fixes https://github.com/laurent22/joplin/issues/9870 Modify how the text highlight (`surroundKeywords` function) works in the command palette to properly render non latin characters. ![image](https://github.com/laurent22/joplin/assets/5051088/a3508d3f-bdf8-4d50-806f-b36d4a6f412a) ![image](https://github.com/laurent22/joplin/assets/5051088/479a8fa1-e9ad-491d-9fb2-d04b4f07465d) ### Description There were two issues with this...

### Operating system Linux ### Joplin version 2.13.9 ### Desktop version info Joplin 2.13.9 (prod, linux) Client ID: d3fa10d48b63492bb7d8084553eec963 Sync Version: 3 Profile Version: 44 Keychain Supported: No Revision: 1bbec44...

bug
desktop

Fixes: https://github.com/laurent22/joplin/issues/9264 When pasting plain text with leading space or tabs the content in the Rich Text Editor, this information is lost. This PR aims to address that. Files that...