@julian I have a block with a code in my profile, but the markdown does not work for a block with a code, only for plain text44d40b8f-0553-4ce2-b67f-7363edb19dc2-image.png
Custom plugin
-
I am trying to create a custom plugin to read some cookie info created within the same domain but a different app. Its not able to read the plugin.json, is it valid Path to read local plugin thats not in Git.
{
"id": "nodebb-plugin-sso-xxx",
"name": "NodeBB XXX SSO",
"description": "NodeBB Plugin",
"url": "C:/NodeBB/NodeBB/plugins/",
"library": "./library.js",
"hooks": [
{ "hook": "filter:auth.init", "method": "getStrategy" }
]
} -
The plugin must be located in
NodeBB/node_modules/nodebb-plugin-sso-xxx/
-
Do i need to run the link commands?