-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to remove emoji in titles and paths (#25)
* add option and refactor inner functions to pass options object through instead of individual ones to make it easier to extend * Create replacement function (untested) * fix scope * test * pass the option through and use it in GetUsableCardName() * create a GetUsableListName() and use it there, cast and reference GetUsableListName() in GetDuplicateNameKey(), add a test to ensure duplicates are incremented when enabled * remove emoji from the board name * extract board-name-cleaning function * trim trailing and preceding whitespace, and multiple spaces within card, list and board titles
- Loading branch information
Showing
7 changed files
with
238 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.