-
Notifications
You must be signed in to change notification settings - Fork 5
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
adding tagging support #4
base: master
Are you sure you want to change the base?
Conversation
@@ -113,6 +114,59 @@ function parse($mf, $refURL=false, $maxTextLength=150, $maxLines=2) { | |||
} | |||
} | |||
} | |||
// If the post has an explicit tag-of property, verify it matches $refURL and set the type to "reply" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean set the type to "tag", correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes "tag". my bad
Do you have any tests or documentation for this? It would be great if you added something to the readme showing examples of what the changes do, as well as adding tests for the new functionality. |
works for my test case
should not interfere with any current usage