We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there Thank You for this code I am trying to figure out how to insert newlines in the <text_to_post> string ???? Please help me,Thanks Michael
{% post_to_telegram "See thiis interesting conversation? NEWLINE NEWLINE {{conversation.title}} NEWLINE NEWLINE {{conversation.text}}" request.path "Telegram" "telegram-link social-links" %}
The text was updated successfully, but these errors were encountered:
Hi @michaelhjulskov ,
Assuming your template is HTML, you could use <br/>:
<br/>
{% post_to_telegram "See this interesting conversation? <br/><br/> {{conversation.title}} <br/> <br/> {{conversation.text}}" request.path "Telegram" "telegram-link social-links" %}
Sorry, something went wrong.
No branches or pull requests
Hi there
Thank You for this code
I am trying to figure out how to insert newlines in the <text_to_post> string ????
Please help me,Thanks
Michael
{% post_to_telegram "See thiis interesting conversation? NEWLINE NEWLINE {{conversation.title}} NEWLINE NEWLINE {{conversation.text}}" request.path "Telegram" "telegram-link social-links" %}
The text was updated successfully, but these errors were encountered: