# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 8
# self = https://watcher.sour.is/conv/74lxfha
@quark Not a bug. All lines starting with "> " are stripped. (This is done to remove the quoted stuff that is initially appended at the bottom when you reply to a twt.) What you’re writing here is not Markdown, it’s just “text”. The only special processing that jenny does now is that multi-paragraph thingy. (This is in contrast with yarn.social, which renders everything as Markdown, I think?)
@quark Not a bug. All lines starting with "> " are stripped. (This is done to remove the quoted stuff that is initially appended at the bottom when you reply to a twt.) What you’re writing here is not Markdown, it’s just “text”. The only special processing that jenny does now is that multi-paragraph thingy. (This is in contrast with yarn.social, which renders everything as Markdown, I think?)
@quark Not a bug. All lines starting with "> " are stripped. (This is done to remove the quoted stuff that is initially appended at the bottom when you reply to a twt.) What you’re writing here is not Markdown, it’s just “text”. The only special processing that jenny does now is that multi-paragraph thingy. (This is in contrast with yarn.social, which renders everything as Markdown, I think?)
@movq To clarify, Markdown is *just text*. 😊 I can do bolding, link things, and if single return multilines ever comes to jenny, I would be able to do bulleted and numbered lists.\n\n# Headings are OK too\n\nThe only things---that I know of---that doesn't work is "> ", but I can use ">", like so:\n\n>D'oh!\n\nSo, jenny allows me to write Markdown _almost_ just fine!
@movq To clarify, Markdown is *just text*. 😊 I can do bolding, link things, and if single return multilines ever comes to jenny, I would be able to do bulleted and numbered lists.
# Headings are OK too
The only things---that I know of---that doesn't work is "> ", but I can use ">", like so:
>D'oh!
So, jenny allows me to write Markdown _almost_ just fine!
@quark Yeah, I get what you mean (I think). So jenny should probably simply replace all newlines with a U+2028. 🤔 That would require some more changes, but maybe it’s the cleanest solution. I’ll think about this.
@quark Yeah, I get what you mean (I think). So jenny should probably simply replace all newlines with a U+2028. 🤔 That would require some more changes, but maybe it’s the cleanest solution. I’ll think about this.
@quark Yeah, I get what you mean (I think). So jenny should probably simply replace all newlines with a U+2028. 🤔 That would require some more changes, but maybe it’s the cleanest solution. I’ll think about this.