mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #137] [CLOSED] Jazz full file system sync #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/137
Author: @nikivdev
Created: 9/5/2024
Status: ❌ Closed
Base:
main← Head:jazz-file-system-sync📝 Commits (10+)
228faf2.36e0e19Setup (#112)2d35260feat: keyboard navigate between title and contenta58b385fix: schema267c53fchore: provider jazzdaf7ae8chore: auth uie82cb9efix: navigate to page onCreated1c3ef6eonly links are allowed logic, error span35fa357double click for editing2caab73active learning tab📊 Changes
1 file changed (+57 additions, -60 deletions)
View changed files
📝
web/lib/schema/index.ts(+57 -60)📄 Description
Should allow full sync of
pagesdata between jazz and file system.User chooses a folder the data gets saved to (like in Obsidian). Then we have folder/file watch that sends file events to front end and those get saved into jazz. Same thing from jazz, it will send events to save things in the FS.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.