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

Changes to Roam export process #22

Open
stevenhill1 opened this issue Sep 4, 2024 · 4 comments
Open

Changes to Roam export process #22

stevenhill1 opened this issue Sep 4, 2024 · 4 comments

Comments

@stevenhill1
Copy link

There was a very recent update to Roam, which has changed the export process (introducing a new backup format, MessagePack) and the script is no longer working.

@everruler12
Copy link
Owner

Sorry to hear the script no longer works. Unfortunately, I've stopped using Roam years ago and no longer maintain this project. Plus, Roam has had built-in Auto Backups for awhile. But people are free to fork my code and try to get it working again, or do pull requests with a fix for me to push.

@dbieber
Copy link
Contributor

dbieber commented Nov 2, 2024

@stevenhill1 I fixed this for myself over at https://github.com/dbieber/roam2github

In addition to the code changes, I've also set these env variables:

          BACKUP_JSON: true
          BACKUP_EDN: true
          BACKUP_MARKDOWN: true
          BACKUP_FLAT_MARKDOWN: false
          BACKUP_MSGPACK: false

That's because flat markdown exports weren't loading for me (even if I tried to do it manually in Roam), and because I'm not using msgpack backups at this time.

@dbieber
Copy link
Contributor

dbieber commented Nov 2, 2024

@everruler12 I've gone ahead and opened a PR to upstream the changes, but obv feel free to disregard since I know you're not maintaining this project anymore. #23

@everruler12
Copy link
Owner

@dbieber Cool, thanks! I've merged it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants