Praxxian / lava-flow

A Foundry VTT module that allows you to import your notes from Obsidian MD into Foundry journal entries.
MIT License
65 stars 10 forks source link

Foundry VTT v12 Compatibility #59

Open Praxxian opened 4 months ago

Praxxian commented 4 months ago

I still need to confirm the module works with the latest stable release. From the release notes, I am optimistic that it should justwerk™️, but at a minimum I will need to update the compatibility doc and the module's entry with Foundry to show it is v12 compatible.

Praxxian commented 4 months ago

There is an issue when trying to add player permissions. Looks like a change in the constants.

Instead of CONST.DOCUMENT_PERMISSION_LEVELS.OBSERVER it should be CONST.DOCUMENT_OWNERSHIP_LEVELS.OBSERVER.

Have not fully ruled out other bugs, but this is the most visible. It will stop one from importing if they use the observe option.

crlgn commented 2 months ago

I have been testing locally and import doesn't work well on v12. The main issue for me is with creation of folders and subfolders. I want to import the whole vault into one folder, but it keeps spreading its contents in the root, even if I type in a "top journal folder". The processing of the markdown itself seems to be working ok.