Operating system
Windows
Joplin version
2.14.10
Desktop version info
Joplin 2.14.10 (prod, win32)
Client ID: 4dab185d885945ac897a0608af59c6f7
Sync Version: 3
Profile Version: 45
Keychain Supported: Yes
Revision: 3ed6ad5
CodeMirror Options: 1.1.0
Csv Import: 1.0.1
Favorites: 1.3.2
Menu items, Shortcuts, Toolbar icons: 1.1.0
Quick HTML tags: 0.2.0
Simple Backup: 1.3.6
Simple Highlighter: 1.0.0
Suitcase: 0.3.2
Editor
Rich Text Editor
What issue do you have?
Text formatted as Inline Code within a table does not persist after switching between the RTE and markdown editor.
A: Create a table and populate it with content.
B: Select any text in the table, and press Ctrl
+ `
to format the text as inline-code.
C: Switch to the MD editor. Notice that all inline code formatting has been stripped.
D: Switch to the RTE editor, and confirm all inline code formatting is gone.
Summary:
Unfortunately, in the current state of the application, this doesn't seem to be supported.
The only work around is to manually place code tags around the text you want to be rendered as inline-code directly in the markdown editor:
<code>mycode.value</code>
It would be much appreciated if inline code support in tables would apply and persist when setting it in the RTE.
Thanks for any consideration. I would really like to see this supported.
Related Github issue with screenshots:
opened 12:35AM - 21 Jan 24 UTC
bug
### Operating system
---
Windows
### Joplin version
---
Joplin 2.14.1… 0 (prod, win32)
### Desktop version info
---
Joplin 2.14.10 (prod, win32)
Client ID: 4dab185d885945ac897a0608af59c6f7
Sync Version: 3
Profile Version: 45
Keychain Supported: Yes
Revision: 3ed6ad5
CodeMirror Options: 1.1.0
Csv Import: 1.0.1
Favorites: 1.3.2
Menu items, Shortcuts, Toolbar icons: 1.1.0
Quick HTML tags: 0.2.0
Simple Backup: 1.3.6
Simple Highlighter: 1.0.0
Suitcase: 0.3.2
## Current behaviour
---
**A:** Create a table and populate it with content. Here's mine:
---
<img width="964" alt="Joplin_284YjGO06B" src="https://github.com/laurent22/joplin/assets/33441569/fbca2ce1-104e-43e8-82a3-5ac15e94a493">
**B**: select the second column and press `Ctrl` + `` ` ``:
---
<img width="959" alt="Joplin_cR2aqP3dB4" src="https://github.com/laurent22/joplin/assets/33441569/105d27b4-2d12-4db6-8a2e-49fba8dcd6d4">
**C**: Note everything looks fine:
---
<img width="949" alt="Joplin_fYtGejUPik" src="https://github.com/laurent22/joplin/assets/33441569/6c3eeef7-69e1-4352-9fad-58719912911a">
**D**: Switch to the MD editor. Notice that all inline code formatting has been stripped:
---
<img width="753" alt="Joplin_BQZ0xU1Xbr" src="https://github.com/laurent22/joplin/assets/33441569/3d07bb8f-92ce-47c2-adf5-0524df1d7d6c">
**E**: Switch to the real time WYSIWYG editor, and confirm all inline code formatting is gone.
---
<img width="957" alt="Joplin_VXECG5AJfk" src="https://github.com/laurent22/joplin/assets/33441569/22938311-befa-4d93-a0c9-5124760c6158">
## Summary
---
Unfortunately, in the current state of the application, this doesn't seem to be supported.
The only work around is to manually place code tags around the text you want to be rendered as inline-code _directly in the markdown editor_: **\<code>**mycode.value**\</code>**
It would be much appreciated if inline code support in tables would apply and persist when setting it in the real time editor.
Thanks for any consideration. I would really like to see this supported.
## Expected behaviour
Preserve the inline-code formatting that was added in the RTE when switching between markdown and real time editing. Right now, switching to the markdown editor strips inline code formatting (at least when applied to content in a table)
## Logs
Not relevant here.
Screenshots
system
Closed
27 February 2024 14:19
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.