GitMurf / roam-highlighter

Chrome highlighter that quickly and easily puts your highlights into Roam format for easy pasting into your notes.
MIT License
340 stars 28 forks source link

When dashes ("-") are in text to represent bullets in the webpage, remove them #108

Open GitMurf opened 4 years ago

GitMurf commented 4 years ago

This comes up in Slack alot because of their crappy formatting options for bullets. A user makes their own "bullets" by just starting with a "- " dash + space. RH needs to recognize that and:

  1. Remove the dash
  2. Potentially look at then indenting as it likely represents a bulleted list that should be indented. Make sure not already in an UL/LI.

image