You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use nullboard "dynamically"/normally locally as well as host a copy on my Github Pages (so that my advisor can monitor my progress)
So I'd like to autoimport a exported-file that's on a path relative to nullboard.html
I'd then locally modify my board as usual and then use the "Export" feature to update my local board file. I could then use git to update it on the remote server (ie. Github)
This is kind of half way between the manual Import/Export and the Auto-Backup features (that requires an "agent" to write to disk)
Maybe this is already possible - but I'm just not sure how to do it.. maybe some magic URL extension?
I'm picturing something like
This is not supported by the app yet, but it should be fairly straightforward to fork and add it on your own: check out the code for restoring from a file. Repurpose it to instead fetch the save data as text from whatever url you want on load, and then restore from that state.
I'd like to use
nullboard
"dynamically"/normally locally as well as host a copy on my Github Pages (so that my advisor can monitor my progress)So I'd like to autoimport a exported-file that's on a path relative to
nullboard.html
I'd then locally modify my board as usual and then use the "Export" feature to update my local board file. I could then use git to update it on the remote server (ie. Github)
This is kind of half way between the manual Import/Export and the Auto-Backup features (that requires an "agent" to write to disk)
Maybe this is already possible - but I'm just not sure how to do it.. maybe some magic URL extension?
I'm picturing something like
https://kxygk.github.io/nullboard/nullboard.html#file:./exported.nbc
The text was updated successfully, but these errors were encountered: