No description
Find a file
dependabot[bot] c011936959
Bump ts-jest from 29.3.1 to 29.3.4 in /frontend
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.1 to 29.3.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.4)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-22 20:38:33 +00:00
.github Fix dependabot config 2025-05-22 21:10:03 +01:00
.vscode Hide dist 2025-02-20 22:26:54 +00:00
backend Bump chrono from 0.4.40 to 0.4.41 in /backend (#34) 2025-05-22 21:32:03 +01:00
frontend Bump ts-jest from 29.3.1 to 29.3.4 in /frontend 2025-05-22 20:38:33 +00:00
scripts Add utils folder 2025-03-22 14:12:45 +00:00
.editorconfig Update editorconfig 2025-04-04 21:58:32 +01:00
.gitignore Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
manifest.json Bump versions to 0.3.13 2025-05-14 22:14:50 +01:00
README.md Remove todos 2025-03-24 21:16:23 +00:00

VaultLink self-hosted Obsidian plugin for file syncing

Check E2E tests Publish server Docker image Publish Obsidian plugin

Develop

Install nvm

  • curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
  • nvm install 22
  • nvm 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