#8281 gsoc19-c1: Enable user mentions in markdown editor

v1.11.0
closed
gsoc19 (11)
General
2019-06-17
2019-05-08
No

Todo

A new extension can be created by extending markdown.Extension class of the python markdown library. Also, the link-replacement logic can be implemented by extending markdown.inlinepatterns.Pattern class.

What is expected

User mentions such as @admin1 @user1 will be converted into hyperlinks when markdown is rendered as HTML.

Discussion

  • Also it is better is the user is not found and link color is red (We can reuse notfound css class ), Thus, user is found then normal color with the link

     
    • status: open --> in-progress
     
    • status: in-progress --> review
     
  • Dave Brondsema

    Dave Brondsema - 2019-05-16
    • status: review --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2019-05-16

    Merged. Nice job @shalithasuranga thinking of adding tests for literal/code text.

     
  • Dave Brondsema

    Dave Brondsema - 2019-06-17
    • Milestone: unreleased --> v1.11.0
     

Log in to post a comment.