-
Notifications
You must be signed in to change notification settings - Fork 112
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
[Suggestion] Creation of a single timeline-styled index.html file comprising all tweets in sorted order (most recent on top) #130
Comments
We had a single html file with all tweets before. For users with many tweets, it was impossible to open the file with a browser, see #103. Even with a realtively small number of 3000 tweets, it was not completely broken, but slow, as you can see in this comment. Therefor I think, separate HTML files for each month are a good default. For users with (much) less then 3000 tweets, maybe this would be a good option? I think this would be a nice addition, but probably less important than the other things we're currently working on. |
What do you think would be the maximum number of tweets that can be in one file, so that it doesn't break or slow down the browser too much? |
I am working on a postprocessor. I intentionally do not use the sed "-i" option to avoid changes on the orginal html files. First approach creates a raw
Next steps:
Basic data for my Twitter archive:
Works. It takes ~ 130 seconds *) to load the *) Including browser cold start time: to avoid the chaching of the local images during this test. |
Here is the final code in one file: Excerpt:
|
I would prefer to have a single timeline-styled index.html file comprising all tweets in sorted order (most recent on top).
This also allows a quick search using the browser's search function.
See also this example of https://github.com/Webklex/tbm (Twitter Bookmark Manager)
The text was updated successfully, but these errors were encountered: