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

Factor out comment- and commit-text filters to make them pluggable #114

Closed
cespare opened this issue Oct 7, 2011 · 1 comment
Closed
Assignees

Comments

@cespare
Copy link
Contributor

cespare commented Oct 7, 2011

We should make comments and commit text filters (e.g. sha -> link replacement) automatically run any filters it finds in one location, and make it easy to write these filters. This will be especially useful when Barkeep is used outside of Ooyala, and introducing this will open the door for us to add some Ooyala-specific filters without putting them directly into Barkeep.

Once we've got this, here are some really simple filters that would be great to have:

  • Convert APP-XXX to jira links
  • Convert an image link (![alt][link] syntax) to a be a link to the image as well
  • Make @username link to profile pages?
@philc
Copy link
Contributor

philc commented Oct 7, 2011

All great suggestions. Good idea.

@ghost ghost assigned dmac Oct 9, 2011
@dmac dmac closed this as completed in 96d4305 Oct 9, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants