We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you so much for the work on this, you've saved me quite a few hours migrating from Roam to Obsidian!
I'm currently running the script and it's taking a long time to execute, which I understand cause it's probably doing a lot.
However it is constantly spitting out the message on:
rj2obs/r2o.py
Lines 57 to 59 in 3468d50
Is that to be expected? I'm not sure if the code is in an infinite loop, or it's waiting till it parses that block as part of the first run?
Thanks again!
The text was updated successfully, but these errors were encountered:
Chances are, Roam changed sth in the blockref department. The script shouldn't take very long unless your database is really huge.
Do you have more info?
Sorry, something went wrong.
From debugging, it seems like it's the same uid causing a loop to form.
I'll have a look into the blockref changes and if I find anything out I'll get back to you!
Looking into it @lkhphuc's PR'ed fix with the break clause worked for me #2!
No branches or pull requests
Thank you so much for the work on this, you've saved me quite a few hours migrating from Roam to Obsidian!
I'm currently running the script and it's taking a long time to execute, which I understand cause it's probably doing a lot.
However it is constantly spitting out the message on:
rj2obs/r2o.py
Lines 57 to 59 in 3468d50
Is that to be expected? I'm not sure if the code is in an infinite loop, or it's waiting till it parses that block as part of the first run?
Thanks again!
The text was updated successfully, but these errors were encountered: