Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Multi-database support #4 #6

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

Stvad
Copy link

@Stvad Stvad commented Mar 7, 2020

No description provided.

@Stvad
Copy link
Author

Stvad commented Mar 7, 2020

Ok, this is actually broken, as it tries to go to multiple places in 1 page at the same time. Let me fix that

@kristianfreeman
Copy link
Owner

kristianfreeman commented Mar 9, 2020

this is so awesome!! i didn't know that multi-database support was a thing in roam, but i've seen a bunch of people asking about this so i'm thrilled you took the time to get this PR up!

anything i can do to help it along the finish line? i see a few TODOs in the diff. let me know!

also thanks for the re-indent fix, not sure what happened there!

@Stvad
Copy link
Author

Stvad commented Mar 9, 2020

This is functional, I think it can be merged as is. TODO's are more of a wish-list for improvements

@Stvad
Copy link
Author

Stvad commented Mar 9, 2020

There is a bug when switch to JSON export type does not work for large db's, but I don't believe it's related to changes here

@Stvad
Copy link
Author

Stvad commented Mar 12, 2020

Do you have any concerns you want addressed before merging this?

@Stvad
Copy link
Author

Stvad commented Mar 20, 2020

👀

alexdunne added a commit to alexdunne/roam-backup that referenced this pull request Apr 15, 2020
@kristianfreeman
Copy link
Owner

hey @Stvad, sorry for the lack of review on this! i've been pretty bad about my github notifications :| reviewing now

@kristianfreeman
Copy link
Owner

I had some issues running this: https://github.com/signalnerve/roam-backup/runs/622833348?check_suite_focus=true

@Stvad any ideas?

@@ -4,18 +4,17 @@ on:
push:
branches:
- master
schedule:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this removed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, this PR got stale - the intended changes were only the ones before March 19. But I continued to work on my branch so they show up here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to answer your actual question - I actually switched to using https://github.com/MatthieuBizien/roam-to-git so I disabled the WF for myself.

const generateExport = async () => {
const browser = await puppeteer.launch({
env: {
TZ: 'Etc/GMT+12',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

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

Successfully merging this pull request may close these issues.

2 participants