No description
Find a file
2022-01-07 20:59:52 +09:00
src notice when imported 2022-01-07 11:56:33 +00:00
.editorconfig Initial commit 2022-01-05 16:43:51 +09:00
.eslintignore Initial commit 2022-01-05 16:43:51 +09:00
.eslintrc.js Initial commit 2022-01-05 16:43:51 +09:00
.gitignore gitignore files for dev 2022-01-05 07:48:58 +00:00
.prettierrc Initial commit 2022-01-05 16:43:51 +09:00
esbuild.config.mjs Initial commit 2022-01-05 16:43:51 +09:00
LICENSE Create LICENSE 2022-01-06 14:38:12 +09:00
manifest.json update manifest 2022-01-07 20:59:52 +09:00
package.json add import/export commands 2022-01-05 12:38:20 +00:00
README.md Update README.md 2022-01-06 22:04:14 +09:00
tsconfig.json add import/export commands 2022-01-05 12:38:20 +00:00
versions.json update manifest and versions 2022-01-05 17:30:16 +00:00

Local File Interface Plugin

This plugin provides commands for moving files in and out of the vault. There are four features as follows.

  1. a command to import local files outside the vault,
  2. a command to export files in the vault to other locations in the device,
  3. a folder menu for import files,
  4. a file menu for exporting.

1. Command to import local files outside the vault

Image from Gyazo

2. Command to export files in the vault to other locations in the device

Image from Gyazo

3. Folder menu for importing files

Image from Gyazo

4. File Menu for exporting

Image from Gyazo