Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] add support for other keywords, e.g. FIXME, XXX #8

Closed
damiencourousse opened this issue Oct 24, 2018 · 3 comments
Closed
Labels
enhancement New feature or request

Comments

@damiencourousse
Copy link
Contributor

  • add support for other typical todo keywords, e.g. FIXME, XXX
  • allow users to declare their own keywords in the command line or in the configuration file
@damiencourousse damiencourousse changed the title [wishlist] add support for other keywords, e.g. FIXME, XXX [feature] add support for other keywords, e.g. FIXME, XXX Oct 24, 2018
@aviaviavi aviaviavi added the enhancement New feature or request label Oct 24, 2018
@damiencourousse
Copy link
Contributor Author

damiencourousse commented Oct 24, 2018

Started adding support for FIXME and XXX in addition to TODO, here in branch flags.

  • added a type Flag
  • parsing Flags in source code
  • rendering on the command line

however, I am not very familiar with web development. The flag type is not yet rendered in the webapp. Do you have any hints to do this? thanks

damiencourousse added a commit to damiencourousse/toodles that referenced this issue Oct 25, 2018
The commits in this branch add support for the features listed in
issue aviaviavi#8.  The branch needs some documentation, and maybe some code
editing or refactoring before integration to master.
@aviaviavi
Copy link
Owner

@damiencourousse Sorry for the delay, I'm not sure how I missed your question!

Anyways I saw on the other PR that you figured it out, hope it wasn't too difficult to do. Please feel free to open a PR so we can discuss.

@damiencourousse
Copy link
Contributor Author

Thank you @aviaviavi for merging #41!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants