tagreplacer icon indicating copy to clipboard operation
tagreplacer copied to clipboard

tumblr tag replacer v2

tag replacer

fj1czb5

development
npm install
cp sample.env .env
npm start

2.1 changes

  • gulp → webpack
  • added redux
  • rewrote internal API
  • rewrote find/replace logic (now supports append and delete)
  • react-selectize → react-select

todo

  • [x] add advanced options (incl. "replace queued posts" option)
    • [ ] make these options persist in localstorage
    • [x] make them less ugly
  • [x] add case insensitive option (or vice versa)
  • [x] add "append" option (details)
  • [x] support deleting tags by replacing them with an empty tag
  • [x] add help page or at least link to a markdown file or s/t
    • [ ] add more to help page
  • [x] add react-router to facilitate the above
  • [x] explore using react-select instead of customized react-selectize
  • [ ] allow for collapsing of found posts/drafts/queue lists
  • [x] add copyright/contact info
  • [x] add sentry
  • [ ] improve error and "no results" handling in the ui
  • [ ] add confirmation on replace/delete
  • [x] fix checkbox styles