-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support more export formats #127
Comments
Some of these, specifically those with serde crates, are easy to add as both import/export formats. plaintext / markdown would be difficult to support as an import format, but easier for export. What would be the difference between plaintext and running |
I primarily would like to have markdown and plaintext export. sexps would be awesome too!
It requires an index so I would need to write a for loop to get all the snippets out. I'd prefer to be able to just dump all the snippets to stdout or to dump snippets to stdout filtered by tags, etc... from the CLI directly. I tried I'm running the-way 0.15.0. |
Ah oops I meant
This shouldn't happen as it's just a print statement - could you file this as a separate issue? |
Here are some formats that might be relevant taken from jrnl for inspiration:
Not all apply but having yaml, markdown, xml, and plain text output of all or a selected range of snippets might be useful.
WDYT?
The text was updated successfully, but these errors were encountered: