zulip-archive icon indicating copy to clipboard operation
zulip-archive copied to clipboard

Generate a static HTML archive of messages in any combination of streams in a Zulip organization.

Results 19 zulip-archive issues
Sort by recently updated
recently updated
newest added

When populate.py encounters an empty messages list around line 149 this leads to index out of bounds error in line 151 `last_message = messages[-1]` A simple fix is: ``` index...

Hi, when using `./archive.py -i`, old topics, that have been resolved will be shown as a new topic with only the bots resolve message. It would be nice if in...

Similar to https://github.com/zulip/zulip-mobile/issues/4610 There should be a link to open code block in playground if [code playground](https://zulip.com/help/code-blocks#code-playgrounds) is configured for the block's language.

enhancement

Currently, the stream list is sorted by the number of topics. This is the use case of Lean, but other project may prefer different sorting method, e.g. Rust prefers sorting...

Emoji reactions may be as important as messages as they often represent a short reply. Would be nice to include them into archive.

The archive copy of streams that are web-public should have a prominent link to the web-public view, as that will lead to the best experience for viewing such streams. Related...

I can archive it locally or in a private repository, but those streams are also valuable to be archived.

Followup of 980675c6bb268d7cd222aa84cdc11446de3ba99a

ex. https://juliacommunity.github.io/zulip-archive/stream/274208-helpdesk-(published)/topic/.60eachline(.3A.3AIOBuffer).60.20for.20other.20delimiters.html (source at https://github.com/JuliaCommunity/zulip-archive/blob/master/274208-helpdesk-(published)/topic/.60eachline(.3A.3AIOBuffer).60.20for.20other.20delimiters.html) I speculate this has something to do with the leading `.` (generated in this case by the post-URLencoding % -> . replacement). Does Jekyll have...

bug

Currently it is just printing the result of the command instead of the command that being run. e.g https://github.com/refeed/zarchive-refeed/runs/7280779778?check_suite_focus=true I think it would be better to print the commands that...