Skip to content
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

Open
TechLifeWeb opened this issue Apr 29, 2020 · 5 comments
Open

Issues with creating new folder wikis and plugins in new wikis #94

TechLifeWeb opened this issue Apr 29, 2020 · 5 comments

Comments

@TechLifeWeb
Copy link

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
tiddlyserver_2-1-3_new_file_screen

I created a new install in a separate folder so should be all new code and I see this with no options for new:
tiddlyserve_2-2_new_file_screen

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:
tiddlyserve_2-2_Get_plugins_screen

@Arlen22
Copy link
Owner

Arlen22 commented Apr 30, 2020

Add localAddressPermissions to the bindInfo section of your settings.json as shown

{
  "bindInfo": {
    "localAddressPermissions": {
      "*": {
        "mkdir": true,
        "putsaver": true,
        "registerNotice": true,
        "upload": true,
        "websockets": true,
        "writeErrors": false,
        "loginlink": true,
        "transfer": false,
        "datafolder": true
      }
    }
  }
}

@TechLifeWeb
Copy link
Author

Thanks. That solved being able to create new wikis. However, those new wikis still have now plugin library.

@Arlen22
Copy link
Owner

Arlen22 commented Apr 30, 2020

That's probably something related to data folders. I think you're supposed to add them to tiddlywiki.info

@TechLifeWeb
Copy link
Author

I got it to work by dragging this tiddler ($:/config/OfficialPluginLibrary) in from TiddlyWiki.com
https://tiddlywiki.com/#%24%3A%2Fconfig%2FOfficialPluginLibrary

@Arlen22
Copy link
Owner

Arlen22 commented Apr 30, 2020

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"
	]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants