After migrating to v2, I notice that I’m starting with large files, then making nodes inside them. Eventually, I want to split that node out i into its own file.
So far, I’ve accomplished this by:
- Making a new file with
org-roam-node-find
. - Copying the
:PROPERTIES:
draw to the new file, along with my content. - Doing
org-roam-db-sync
.
Has anyone come up with a better way to do this?
I was hoping org-roam-refile
would help, but it doesn’t let me make a new node!