-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Trilium Demo notes branch review and update #487
Comments
@maphew ,
This point should already be addressed since the first beta which introduced the mindmap. Do note that the demo branch is not kept up to date in your local database. The only way to see the latest demo is to start off with an empty database. |
Oh! Of course. That points to an enhancement of: publishing Trilium Demo as part of the docs, but that won't work unless/until docs are served from Trilium instead of static html. Or an "import latest of this branch" mechanism, which in turn would rely on a possible future multi-database scenario. |
https://triliumnext.github.io/Docs/Wiki/database.html#restoring-demo-notes has a procedure for fetching/restoring the demo notes outside of initial install time, but it relies on importing a .zip from I guess a github action will need to be created to make this archive as part of the release process? |
@maphew , on our side we don't use the |
if I may add my 2 cents here on this topic: I am not sure if using a binary .zip file is the best way to handle the demo notes -- it is definitely easier to ship it this way for the releases, but managing it during dev - is a bit a pain in the ass:
So an idea here: maybe we should look into finding a way to have the demo files as actual files and only bundle them into a zip file when building for a release (or via some simple script, if required for dev testing). what are your thoughts? |
generally I think you're right Pano, however the demo notes are created in and with Trilium so there's always* going to be an export >> zip >> ship >> import set of activities, and associated diffing for changes. However there could be some trilium scripts made so it's less annoying (?) * until there's a trilium-to-trilium sync-this-branch API. I don't think anyone is both itchy and knowledgeable enough to take that major project on yet |
Describe feature
The Trilium Demo branch which ships with the default database should be reviewed and updated
The text was updated successfully, but these errors were encountered: