Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 50 additions & 2 deletions pages/replit.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,58 @@ const ReplitPage = () => {
endpoint works (presumably specifically to kill this project).
<br />
The time spent fixing it would not be worth it;{' '}

<br />
<br />

Both of the following alternative ways to export your code will not{' '}
<Text as="span" sx={{ fontWeight: 'bold' }}>
not contain edit history.
</Text>
<br />
<br />

You can now{' '}
<Text as="span" sx={{ fontWeight: 'bold' }}>
download all your repls using Replits "bulk exporter".
</Text>
<br />

Go to your{' '}
<Link href="https://replit.com/account">account settings</Link>
, scroll to the "Account" section and click the "Start Export" button.
<Image
src="/replit/BulkExportReplsReplit.png"
sx={{
width: '40%',
marginX: 'auto',
display: 'block',
borderRadius: 12
}}
/>
<br />

This will open the following pop-up. {' '}
<Text as="span" sx={{ fontWeight: 'bold' }}>
Click "Start Export".
</Text>
<Image
src="/replit/ExportReplsReplit.png"
sx={{
width: '50%',
marginX: 'auto',
display: 'block',
borderRadius: 12
}}
/>
<br />
After some time, you will recieve an e-mail containing a download link.
<br />
<br />

<Text as="span" sx={{ fontWeight: 'bold' }}>
though you can still download individual Repls as ZIP archives.
Or you can alternatively still download individual Repls as ZIP archives.
</Text>{' '}
They won't have edit history though.
</Text>

<Image
Expand Down
Binary file added public/replit/BulkExportReplsReplit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/replit/ExportReplsReplit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.