npm install
cp sample.env .env
npm start
- gulp → webpack
- added redux
- rewrote internal API
- rewrote find/replace logic (now supports append and delete)
- react-selectize → react-select
- add advanced options (incl. "replace queued posts" option)
- make these options persist in localstorage
- make them less ugly
- add case insensitive option (or vice versa)
- add "append" option (details)
- support deleting tags by replacing them with an empty tag
- add help page or at least link to a markdown file or s/t
- add more to help page
- add react-router to facilitate the above
- explore using react-select instead of customized react-selectize
- allow for collapsing of found posts/drafts/queue lists
- add copyright/contact info
- add sentry
- improve error and "no results" handling in the ui
- add confirmation on replace/delete
- fix checkbox styles