Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Images may get lost after being edited visually in Joplin. #98

Open
1 task done
h2dcc opened this issue Jun 6, 2024 · 1 comment
Open
1 task done

[Bug]: Images may get lost after being edited visually in Joplin. #98

h2dcc opened this issue Jun 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@h2dcc
Copy link

h2dcc commented Jun 6, 2024

Confirmation

  • I checked FAQ

The tool/kit where the error occurred

joplin-vscode-plugin

Describe the bug

On the Bug Report page, the option "The tool/kit where the error occurred" does not include "joplin-publisher." The main issue arises with the plugin at https://github.com/rxliuli/joplin-utils/releases/tag/joplin-publisher%401.0.0

Since Joplin supports a visual editor, some images may be converted from the default Markdown syntax to HTML syntax during adjustments. After publishing to GitHub using the Joplin Publisher plugin, these images using HTML syntax will be lost.

Orginal image:
![](:/142970433a904c2aa33d3447aff5df9e)

Edited visually in Joplin:
<img src=":/142970433a904c2aa33d3447aff5df9e" alt="4aabb661d6b056257e104529374d71eb.png" width="902" height="550">

Steps to reproduce the behavior

  1. Open a note using the Joplin APP in Windows.
  2. Click on the switch Editor in the top right corner.
  3. Adjust the size of the images within the note.
  4. Go to Tools - Publish to GitHub.

log file

no log file

Additional context

No response

@h2dcc h2dcc added the bug Something isn't working label Jun 6, 2024
@rxliuli
Copy link
Owner

rxliuli commented Jun 6, 2024

Edited visually in Joplin: 4aabb661d6b056257e104529374d71eb.png

Currently, parsing and handling HTML is not supported, maybe later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants