anytype-heart
anytype-heart copied to clipboard
Export Note as markdown does not export tags
Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing issues and didn't find any that were similar
- [ ] I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
Export Note as markdown does not export tags
Expected Behavior
Export Note as markdown should export tags as well
Steps To Reproduce
- Open any note with tags
- Click on options(three dots on top right of notes)
- Click on Export
- Select export format as Markdown
- Click export button
- Finder popup will open, select folder to export to and then click export
- Open exported .md file in a text editor and notice that tags are missing
Environment
- OS: macOS 14.3.1
- Version: 0.39.0
Anything else?
No response
thanks for transferring
Is it about a tag Relation embed? I think relations are not exported to markdown, and it could be a feature request to add Relations in markdown as YAML frontmatter
We can also do something like what obsidian does
Here is a sample note in obsidian
Here is how it looks in basic text editor
Yes, but it is still not a bug