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

Markdown support. #30

Closed
4 tasks done
SkyzohKey opened this issue Nov 20, 2015 · 6 comments
Closed
4 tasks done

Markdown support. #30

SkyzohKey opened this issue Nov 20, 2015 · 6 comments

Comments

@SkyzohKey
Copy link
Member

Ricin should provide a way to use (basic) Markdown to format messages. This is not really hard to do but the real issue is for client compatibility. I guess this shouldn't be a major issue since markdown was reflexed to be readable, even in plaintext.

(Pseudo-) Markdown "balises" we could provide:

  • **bold** text : Permit to bold a message's part.
  • _italic_ text : Permit to italicize a message's part.
  • ~~striked~~ text : Permit to strike a message's part.
  • --underlined-- text : Permit to underline a message's part.

Ricin (with Markdown lite support):
Current Ricin's Markdown support

µTox (with no Markdown support):
Current µTox Markdown support: null

Also, see the qTox issue about that: qTox/qTox#2497
It was an issue opened on Tox-STS repo: Tox-Archive/Tox-STS#74
And @subliun opened a new issue: Tox/Tox-Client-Standard#19

@SkyzohKey
Copy link
Member Author

Ricin now supports bolded, italicized, underlined and striked messages.
See the wip/chatform@2e7d6a0 commit for more infos.

@rugk
Copy link

rugk commented Nov 21, 2015

It should also support naming [links](https://en.wikipedia.org/wiki/Hyperlink).

@SkyzohKey
Copy link
Member Author

@rugk commented on 21 Nov 2015, 12:51 GMT+1:

It should also support naming [links](https://en.wikipedia.org/wiki/Hyperlink).

Hmm, I guess this is a bad idea cuz it would permit people to "spoof" links. What if someone send you a link like: [https://www.youtube.com/watch?v=dQw4w9WgXcQ](http://iplogger.com/id) ?

@gmscs
Copy link

gmscs commented Nov 22, 2015

hovering over the named link should give the link itself

@SkyzohKey
Copy link
Member Author

@gmscs Hmm, maybe i should add this so.

@SkyzohKey
Copy link
Member Author

This can be closed since this comment seems to be the one that will be approved → Tox/Tox-Client-Standard#25 (comment)

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