Ticket created by ~bentsai on ~erock/pico.sh
Right now, the UI is clipped to 4 entries, even if there is room in the terminal. This should be responsive so you can see more posts at a time.
Ticket created by ~bentsai on ~erock/pico.sh
I'd like to do something like this:
% jrnl public --short | ssh lists.sh Jrnl.txt
This already works for pastes.sh
Comment by ~bentsai on ~erock/pico.sh
I tried embedding a tweet using the code provided by twitter.com. I realize the javascript will get stripped, but for some reason, nothing is rendering. Here's the code:
<blockquote class="twitter-tweet" data-dnt="true"><p lang="en" dir="ltr">I’d add that everyone *does* design, so let’s equip them with all the tools and support they (I) need <a href="https://t.co/Y53MUWwKDB">https://t.co/Y53MUWwKDB</a></p>— Ben Tsai (@bentsai) <a href="https://twitter.com/bentsai/status/1554814571944284161?ref_src=twsrc%5Etfw">August 3, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Comment by ~bentsai on ~erock/pico.sh
Yes, javascript would get run, so I understand why you would not allow iframes. Thanks!
Comment by ~bentsai on ~erock/pico.sh
Sometimes I embed iframes—in particular, from kinopio, like this:
<div class="kinopio-embed" style="height: 420px; width: 100%;"> <iframe src="https://kinopio.club/embed/?spaceId=DECfJmIQTgIdAsLl7R4uZ&zoom=100" style="height: 100%; width: 100%; border: 0; border-radius: 5px;"> </iframe> </div>
Could that be supported?
Ticket created by ~bentsai on ~erock/pico.sh
I am writing my blog for publish using eleventy and prose.sh. For the most part, everything works. But I found prose.sh doesn't handle certain timestamp formats. For example:
- 2021-03-12T04:48:42.250Z
- 2021-03-19T15:19:53.139Z
- 2022-06-29T14:31:32-0400
According to the docs, it is a valid ISO 8601 string.
Thanks!