Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1006 Bytes

ROADMAP.md

File metadata and controls

30 lines (20 loc) · 1006 Bytes

Roadmap / Task List

New Features (prioritized)

High Priority

This seems very promising: WordPress/gutenberg#12625 (comment) for running search-replaces on block editor contents as a string

  • Remove line breaks See: #3
  • Remove underlines. See #1
  • Replace all non-breaking spaces with regular spaces. See #2

Low Priority

  • Convert fake lists to real lists. See #7
  • (Maybe?) Merge consecutive lists into a single list? See #6
  • Consider a find-replace feature? See #4
  • Find-replace all caps to sentence case. See #5

Cleanup / Tech Debt

  • Significant opportunities to create some shared functions to reduce amount of code
  • Make strings translatable. See #8

Completed

  • Increment and Decrement all heading levels (capped at 2 and 6)
  • Reset all headings to selected level
  • Put tools into a new standalone sidebar (plugin?)
  • Put each new button/tool into a collapsible panel