-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Update documentation with more examples on how to mount multiple tiddlywikis with 2.1 #70
Comments
Working solution:
However, the documentation should be updated to reflect this. I am able to figure this out, but others should not have to understand the Settings documentation which is correct but technical. |
NoxMortem
changed the title
How to mount multiple tiddlywikis instead of 1 with 2.1
Request: Update documentation with more examples on how to mount multiple tiddlywikis with 2.1
Aug 25, 2019
Your first example was supposed to work as well so this is a bug. I will
fix this as soon as I can.
…On Sun, Aug 25, 2019 at 6:10 AM Kevin Streicher ***@***.***> wrote:
Working solution:
{
"tree": {
"$element" : "group",
"indexPath" : "group1",
"$children" :
{
"Testrunde1": {
"$element":"folder",
"path": ".\\tiddlywiki\\wiki\\story\\testrunde"
},
"Testrunde2": {
"$element":"folder",
"path": ".\\tiddlywiki\\wiki\\template\\testrunde"
}
}
},
"bindInfo": {
"bindWildcard": true
},
"putsaver": {
"backupDirectory": "../backups"
},
"$schema": "./settings.schema.json"
}
However, the documentation should be updated to reflect this. I am able to
figure this out, but others should not have to understand the Settings
documentation which is correct but technical.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#70?email_source=notifications&email_token=AADLMQHVA3SCAER2AUPMUM3QGJLBFA5CNFSM4IPIS5W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5CQO3I#issuecomment-524617581>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADLMQFGXKTNWTEMZ2GX4HTQGJLBFANCNFSM4IPIS5WQ>
.
|
I just tested it and it is fixed in the revision I posted at #67. Feel free to reopen this or open a new issue if you still experience problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could someone provide some examples for the new tree syntax on how to mount 2 tiddlywikis? Before that it was super easy with
This syntax is not supported in 2.1 anymore it fails loading with
The text was updated successfully, but these errors were encountered: