-
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
Issues with creating new folder wikis and plugins in new wikis #94
Comments
Add {
"bindInfo": {
"localAddressPermissions": {
"*": {
"mkdir": true,
"putsaver": true,
"registerNotice": true,
"upload": true,
"websockets": true,
"writeErrors": false,
"loginlink": true,
"transfer": false,
"datafolder": true
}
}
}
} |
Thanks. That solved being able to create new wikis. However, those new wikis still have now plugin library. |
That's probably something related to data folders. I think you're supposed to add them to tiddlywiki.info |
I got it to work by dragging this tiddler ($:/config/OfficialPluginLibrary) in from TiddlyWiki.com |
Normally you specify the plugins by name in the tiddlywiki.info file so they get upgraded automatically when you upgrade to a new version of TiddlyWiki. If you use the plugin library you will end up running into compatibility issues between core and the official plugins. {
"description": "Basic client-server edition",
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
]
} |
Hi have a new install of 2.2 and I have some issues around creating new wikis and getting plugins from the library in my new install.
This is how my old (2.1.3) install looked. It allows creation of a folder or uploading files
I created a new install in a separate folder so should be all new code and I see this with no options for new:
Additionally If I just created a folder by hand and copy in tiddlywiki.info to create a wiki, it has no plugins. Here is the get plugins screen:
The text was updated successfully, but these errors were encountered: