danhper / danhper/atomic-chrome

Special Handling for Workflowy: Part 3

Open
#17 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
907
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Please see [Other Workflowy Related Issues](https://github.com/tuvistavie/atomic-chrome/issues?q=workflowy)
## Description of Problem

In Workflowy's editor for notes it wraps links, bold, italics and underline.
- **Links** - Links are like this `[SITE]`... those links then get converted to text in Atomic Chrome. They then return and get wrapped again... and so on and so on.
- **Formatting** - Bold is like this ``, while italics use `contentItalics` and underline uses `contentUnderline`

Multiple formats are delimited with spaces in the `class` attribute, e.g., `class="contentItalic contentUnderline"` (as you would expect from CSS)
## Solutions

All of these tags should be removed on extraction to Atom.

I'm not sure this is specific for Workflowy. Any app that loads the contentEditable with HTML should have it expunged when it's moved to Atom, I think.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.