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
Well, the directions are "correct" - though whether or not they actually work is a different story. Adding an extension directory to the user-extensions/ directory is meant to cause a symlink to it in the extensions/ directory to automatically be created - so that you can then call wfLoadExtension() directly on that. If it didn't happen in your case, that's a bug.
That's a fair point - right now the documentation just assumes that it will always work. I suppose the best course of action to give to the user, if the symlinking fails, is to "symlink it yourself", i.e go to the extensions/ directory and call "ln -s ...".
Now I'm curious: did you try adding a new extension, and did the symlinking fail for you?
yaronkoren
changed the title
Website gives wrong directions for installing additional extension.
Add instructions for if symlinking fails for newly-added extensions/skins
May 8, 2024
At https://canasta.wiki/extensions-and-skins/#installing-additional-extensions the following is incorrect:
The
wfLoadExtension
call should read:The text was updated successfully, but these errors were encountered: