I want to split readwise book digests into evergreen notes

What I’m trying to do

I want to take the master note file that comes into obsidian via readwise and parse each highlight out into its own note.

Things I have tried

I have tried using a plugin that allows you to use a .js file inside obsidian and to put the correct code into that file. This plugin is supposed to allow you to succesfully run javascript but it just locks up immediately and forces you to exit obsidian entirely so you can delete the plugin.

Anyone else trying to do this?