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
I'm trying to have 2 lines, like this when I prepare a message https://bsky.app/intent/compose?text=
https://bsky.app/intent/compose?text=
line1 line2
But on Windows & Mac doens't have the same behavior.
✅ <br> https://bsky.app/intent/compose?text=line1%3Cbr%3Eline2
<br>
❌ \n https://bsky.app/intent/compose?text=line1%0Aline2
\n
✅ <br>\n https://bsky.app/intent/compose?text=line1%3Cbr%3E%0Aline2
<br>\n
❌ <br> https://bsky.app/intent/compose?text=line1%3Cbr%3Eline2
line1<br>line2
✅ \n https://bsky.app/intent/compose?text=line1%0Aline2
❌ <br>\n https://bsky.app/intent/compose?text=line1%3Cbr%3E%0Aline2
line1<br> line2
No response
Web (Desktop)
Windows & Mac
Build version: 1.92.1; Bundle info: dfbfcdd (prod); Bundle date: 24110420; Platform: web
Like to jycouet/jyc.dev#2
The text was updated successfully, but these errors were encountered:
Fix line breaks in intent/compose URL
845ef97
Related to bluesky-social#6133
No branches or pull requests
Steps to Reproduce
I'm trying to have 2 lines, like this when I prepare a message
https://bsky.app/intent/compose?text=
But on Windows & Mac doens't have the same behavior.
On Windows
✅
<br>
https://bsky.app/intent/compose?text=line1%3Cbr%3Eline2❌
\n
https://bsky.app/intent/compose?text=line1%0Aline2✅
<br>\n
https://bsky.app/intent/compose?text=line1%3Cbr%3E%0Aline2On Mac
❌
<br>
https://bsky.app/intent/compose?text=line1%3Cbr%3Eline2✅
\n
https://bsky.app/intent/compose?text=line1%0Aline2❌
<br>\n
https://bsky.app/intent/compose?text=line1%3Cbr%3E%0Aline2Attachments
No response
What platform(s) does this occur on?
Web (Desktop)
Device Info
Windows & Mac
What version of the app are you using?
Build version: 1.92.1; Bundle info: dfbfcdd (prod); Bundle date: 24110420; Platform: web
Additional Information
Like to jycouet/jyc.dev#2
The text was updated successfully, but these errors were encountered: