-
Notifications
You must be signed in to change notification settings - Fork 14
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
Listing? #2
Comments
It might be best to close this issue as #3 has the proposed fix. |
Frustrating to see this broken, stale version is what's hosted on npmjs. I think it's better than the At least for Windows EP installs, the quickest fix is to install the plugin, then open <ul>
<% pads.forEach(function(pad){ %>
- <li><a href="/<%= pad.toString() %>"><%= pad.toString() %></a></li>
+ <li><a href="/p/<%= pad.toString() %>"><%= pad.toString() %></a></li>
<% }) %>
</ul> |
My workaround ansible task for the
Does anyone know how unmaintained packages are handled (or „can be handled“) in npm? |
|
Hey,
Just installed the plug-in and I like it! However, when I went to my list page, the URL isn't including the /p/
Just thought I'd let you know.
The text was updated successfully, but these errors were encountered: