You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The problem is that it's possible to run a server to view the files, but not to deploy a static website (containing just HTML and CSS (and maybe JS) files) which can be viewed without a server, and/or deployed to a simple nginx server.
Describe the solution you'd like
This should convert the entire workspace archive to a locally-browseable static site.
slackdump convert -o bar -output html foo
Describe alternatives you've considered
Do slackdump view foo and then run a web scraper on that.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The problem is that it's possible to run a server to view the files, but not to deploy a static website (containing just HTML and CSS (and maybe JS) files) which can be viewed without a server, and/or deployed to a simple nginx server.
Describe the solution you'd like
This should convert the entire workspace archive to a locally-browseable static site.
Describe alternatives you've considered
Do
slackdump view foo
and then run a web scraper on that.The text was updated successfully, but these errors were encountered: