thewordisbird / VaultLink

Obsidian plugin to link your vault to a cloud storage provider.
2 stars 0 forks source link

Vault selection #5

Closed thewordisbird closed 6 months ago

thewordisbird commented 6 months ago

Description

This PR installs react to build out the folder picker. The folder picker allows the user to select a vault folder from their dropbox account. If the desired folder doesn't exist, users can create a new folder from this modal.

For more information on react obsidian integration, read React in Obsidian. Not mentioned in the documentation, but important for typescript development, any file using a react component must be a .tsx file. In javascript, this is not necessary.

New Dependencies