No description
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.2...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| frontend | ||
| scripts | ||
| sync-server | ||
| .editorconfig | ||
| .gitignore | ||
| manifest.json | ||
| README.md | ||
VaultLink self-hosted Obsidian plugin for file syncing
Develop
Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bashnvm install 22nvm use 22- Optionally set the system-wide default:
nvm alias default 22
Set up Rust
- Install
rustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - Install
wasm-pack:curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh cargo install cargo-insta sqlx-cli cargo-edit
Install Obsidian on Linux
apt install flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub md.obsidian.Obsidian
flatpak run md.obsidian.Obsidian
Scripts
Update HTTP API TS bindings
scripts/update-api-types.sh
Publish new version
scripts/bump-version.sh patch
Run E2E tests
scripts/e2e.sh
And to clean up the logs & database files, run scripts/clean-up.sh