-
Notifications
You must be signed in to change notification settings - Fork 26
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
Does not handle Folders in a collection #5
Comments
@cdgriffith this quick hack on the parser.py file seems to get it to export
|
I'm currently waiting for TitorX to review my pull request, but in the meantime you can checkout my fork here, it handles this issue. It's not on pip though so you have to clone the source. |
@samcrane8 Can you be more explicit on how to use your version ? Which script needs to run ? |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/TitorX/Postdown/blob/master/postdown/parser.py#L28 will error out here
It is possible for an
item
to only have have thename
anditem
fields (and can have multiple levels of subfolders)The text was updated successfully, but these errors were encountered: