Skip to content
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

Support for tweet-threads and related changes #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 17, 2022

  1. Support for threads and related changes

    - Omit the horizontal rule between tweets where one is a reply to the previous tweet
    - Add an anchor to each tweet
    - Remove the "Replying to" header - instead, link @NAMEs to the tweet (on twitter) being replied to
    - When outputting replies to self that don't immediately follow the tweet being replied to, print an up arrow ↑ that links to the anchor of the previous tweet in the thread
    - When outputting a tweet that has replies that don't immediately follow, print down arrows ↓ that link to the anchor of each reply
    
    (I'm not sure of the method of linking is actually useful - id's and filenames are valid, but may need to be expressed differently to work as intended in practice)
    twoscomplement authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    df27414 View commit details
    Browse the repository at this point in the history