Does mkdocs-semiliterate work with the newest version of mkdocs-simple-plugin? #14
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/mkdocs-semiliterate#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was trying to use this plugin but my kept getting console errors reading "ImportError: cannot import name 'StreamExtract' from 'mkdocs_simple_plugin.plugin' ".
I checked out the repo for mkdocs-simple-plugin and the "plugin.py" module doesn't have anything named 'StreamExtract' in the scope. 'StreamExtract' is, however, in another module called "semiliterate.py" in the same folder. It looks like the repo has been updated multiple times since you wrote this plugin 6 months ago; is it perhaps possible that a breaking change was introduced to the mkdocs-simple-plugin API?
@franzwollang That should bring things up to date. If you have a chance to let me know if it works for you, I'd appreciate it!