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

[Enhancement][Evernote] Allow importing HTML features not supported by markdown #299

Open
AltoRetrato opened this issue Sep 11, 2024 · 0 comments

Comments

@AltoRetrato
Copy link

I'd like to suggest that the Obsidian importer ask users whether they want unsupported Markdown features to be imported as HTML tags.

I'm not sure if this issue is specific to Evernote, but I've noticed that many formatting features are lost when importing notes into Obsidian, such as:

  • Underlined text
  • Superscript
  • Subscript
  • Specific color highlight
  • Font size, type and color
  • Special table formatting, e.g., merged cells

Below is a screenshot comparing a note in Evernote before and after importing it into Obsidian:

image

Since Obsidian supports both Markdown and HTML, it's capable of rendering these features with HTML tags, for example:

<u>Underlined text</u>,
<sup>Superscript</sup>,
<sub>Subscript</sub>,
<span style="background-color: lightblue;">specific color highlight</span>,
<span style="font-family: Georgia, serif; font-size: 16px; color: #A00000">font size, type and color</span>

Here's a screenshot of Obsidian rendering the HTML above:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant