Open user032479798ADhiuh opened 8 months ago
Maybe duplicate of #10990. I can't reproduce this on my macOS. While you are saving whiteboards, did you notice any error logs in the developer console?
Hi There! 👋
We haven't seen any activity on this issue in a while :sleeping:, and we just wanted to make sure that it's still relevant. If you're still experiencing this issue, you might find it helpful to update to the latest version of Logseq. The latest version includes bug fixes and new features that may help to resolve this issue, and you can download it from our website. If updating to the latest version doesn't help, please let us know by adding a comment 💬. We're here to help!
If the issue has been resolved or is no longer relevant, that's great news! 🎉 We'll go ahead and close this issue to keep our backlog organized. Please note that this issue will be closed automatically in 20 days if there is no further activity. If you need more time to resolve the issue or provide more information, please just let us know by adding a comment.
Access additional Logseq 🚀 resources:
Thanks for your contributions to Logseq! If you have any other issues or feature requests, please don't hesitate to let us know. We always welcome pull requests too!
Had similar issue when using Browser version (yarn watch
)
tld;r Workaround: create whiteboards
folder
Clone fresh git repository
yarn watch
Use Browser version: http://localhost:3001/
Add new Graph
and Grant native filesystem permission for directory
Try creating a Journal
entry. On PC file system, you would see journals
, logseq
, pages
created
Try creating a Whiteboard
. And any text entry in it. After loosing focus and waiting a few seconds.
On Browser console you would see: "TODO: can not create directory hierarchy"
When debugging the repo dir path
variables, you can notice that there was no whiteboards
folder on PC storage:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
chrome://version/
Google Chrome 127.0.6533.88 (Official Build) (64-bit)
Revision a2d0cb026721e4644e489b8ebb07038ca4e4351c-refs/branch-heads/6533@{#1846}
OS Linux
JavaScript V8 12.7.224.16
User Agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
logseq
journalswhiteboards
whiteboards
folder. E.g.:
TODO: can not create directory hierarchy
error in Browser consoleRe-index
you would still see you Whiteboards
Search first
What Happened?
creating a whiteboard doesn't create a file on disc, and nothing is saved. Existing whiteboards still work.
Reproduce the Bug
gw
-> "New whiteboard".gw
and see that the board no longer appears in "All whiteboards". Search filesystem for "test" and note that nothing appears (including in/path/to/graph/logseq/bak
). Click on links to "test" from other pages; they lead to an empty note that is not a whiteboard.whiteboards
directory and copy over an existing whiteboard "existing.edn" from another graph.whiteboards
directory.edn
form.Expected Behavior
config.edn
should cause the directory to be renamed on the filesystem, and any files in "whiteboards2" should be visible under "all whiteboards"Screenshots
No response
Desktop or Mobile Platform Information
Linux (flatpak) version 0.10.6
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.