Skip to content

A Foundry VTT module that allows you to import your notes from Obsidian MD into Foundry journal entries.

License

Notifications You must be signed in to change notification settings

matt-duffy/lava-flow

 
 

Repository files navigation

Lava Flow

This module allows you to import your notes from Obsidian MD into Foundry journal entries.

Features

  • Select your whole vault or even just one folder within it. Or even just any folder with .md files.
  • Replaces Obsidian links with journal entry links in Foundry.
  • Overwrite or ignore existing journal entries.
  • Give your players permission to observe all notes or not during import.
  • Optional index Journal entry which lists all your notes under their top-level folder.
  • Optional "Reference" section which adds backlinks to each journal entry, similar to Obsidian MD's backlinks.
  • Optionally import your images and have them embedded in your journal entries.
  • All created folders have the flag "lavaFlowFolder" and likewise journal entries will have the flag "lavaFlowJournalEntry".

Compatibility Matrix

I highly recommend using the latest version of Foundry supported by the module, as the latest version of this module will have the best functionality and latest bug fixes.

Lava Flow Version Foundry Version
v1.* v9
v2.* v10
v3.* v11

How to Use

  1. Under the Journal tab, there is an "Import Obsidian Vault" button.
    image
  2. Click this to open the import menu.
    image
  3. Name the top journal folder you wish to place your notes in. If this folder does not already exist, it will be created. Leaving this blank will place your notes directly into your journal entries.
  4. Select the folder you wish to import. This can be any folder within your vault, including the root, or any folder with markdown files.
  5. Select if you wish to overwrite journal entries that already exist with the same name in the same folder.
    • (Optional) If you do not wish to overwrite existing journal entries, you can choose to skip duplicates.
  6. Select if all players should have the Observer permission on the notes that get imported.
  7. Select if you wish to create an Index journal entry. This lists links to every imported entry, organized by their top-level folder.
    image
  8. Select if you wish to create backlinks in each imported journal entry. This creates a "Reference" section to the end of each journal entry, linking to all the journal entries that reference it.
    image
  9. Select if you would like to combine individual files into a single journal entry with multiple pages for each folder. Using this, the Journal Entry will have the folder name, and the pages will be named after the files.
    • You can choose to do this only when no subfolders are present. This is the default and recommended setting. Allowing this for all folders creates some unintuitive results like having a Journal Entry and folder named the same thing.
  10. If you want to import images, select "Import non-markdown files". By default, this uses local storage, you can also select S3 storage.

Known Issues

  • Folder depth is limited to Foundry's folder depth limit.
  • Obsidian Canvas files are not supported. These will be ignored.
  • Issues with selecting a folder and having no files import. This is usually an issue with webkitdirectory. Workaround/solution is typically to use a different browser (e.g. Firefox, Chrome, Edge).
    • Caused by some browsers (e.g. OperaGX)
    • Foundry App
      • Caused by older versions of Electron, which the Foundry app uses.
      • This impacts all v9 installs.
      • This can impact v10 and newer if you previously had a v9 install and upgraded Foundry via the app instead of through a v10 installer.
      • If you experience this in v10+, try installing using a new installer. Please take all appropriate caution, such as backing up your user data, as you would with any upgrade.
  • Not all Obsidian markdown is supported in Foundry.
    • Callouts are formatted as block quotes.
    • Code blocks work, but do not have syntax highlighting.
    • Comments
    • Diagrams
    • Embeds: These are still linked, but the text is not populated within the page's content.
    • Footnotes
    • Highlighting
    • Obsidian URI links: you should not need these anyway since you would not want to link from the Foundry server's file system. Use normal [[Links]].
    • Math using Mathjax.
    • Tasks are formatted as lists with [x] instead of checkboxes. Still readable, but not as clean.

License

Lava Flow is released under the MIT License.

Contact

The best place to track bugs is to create a new issue.

For other questions, I am on both the Obsidian and FoundryVTT Discord as @praxis#2944.

About

A Foundry VTT module that allows you to import your notes from Obsidian MD into Foundry journal entries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 61.8%
  • JavaScript 23.4%
  • Handlebars 14.8%