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.
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