-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add Entity Parser plugin docs #1121
base: main
Are you sure you want to change the base?
Conversation
🚀 Deployed on https://676b283fda0e8e52e451ff2a--grammy.netlify.app |
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.
Excellent stuff, thank you so much
telegram-entities-parser
plugin
@KnorpelSenf Could you please review the PQ again? The changes are quite significant.
telegram-entities-parser
plugin
Hey, should be fixed now. |
}); | ||
|
||
bot.on(":photo", (ctx) => { | ||
const html = parse(ctx.msg); // Convert caption to HTML string |
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.
|
||
### Налаштування вихідного тегу HTML | ||
|
||
Цей пакет перетворює сутності у семантичний HTML, дотримуючись найкращих практик і стандартів, наскільки це можливо. |
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.
Цей пакет перетворює сутності у семантичний HTML, дотримуючись найкращих практик і стандартів, наскільки це можливо. | |
Цей пакет перетворює сутності у семантичний HTML, намагаючись дотримуючись найкращих практик і стандартів. |
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.
I don't see how this version is better than the previous one.
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.
I don't see how this version is better than the previous one.
It is more concise and clear.
Co-authored-by: Andrii Zontov <loginmanx@gmail.com> Co-authored-by: Qz <quadratz@proton.me>
Co-authored-by: Nazar Antoniuk <nazarantoniuk18@gmail.com>
Package: https://jsr.io/@qz/telegram-entities-parser
Source: https://github.com/quadratz/telegram-entities-parser/
Deploy preview: #1121 (comment)