anytype-heart icon indicating copy to clipboard operation
anytype-heart copied to clipboard

Export Note as markdown does not export tags

Open rahilsh opened this issue 11 months ago • 4 comments

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

  1. Open any note with tags
  2. Click on options(three dots on top right of notes)
  3. Click on Export
  4. Select export format as Markdown
  5. Click export button
  6. Finder popup will open, select folder to export to and then click export
  7. 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

rahilsh avatar Mar 18 '24 09:03 rahilsh

thanks for transferring

rahilsh avatar Mar 20 '24 02:03 rahilsh

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

Tumypmyp avatar Mar 28 '24 18:03 Tumypmyp

We can also do something like what obsidian does

Here is a sample note in obsidian

Screenshot 2024-03-29 at 16 23 43

Here is how it looks in basic text editor

Screenshot 2024-03-29 at 16 24 07

rahilsh avatar Mar 29 '24 10:03 rahilsh

Yes, but it is still not a bug

Tumypmyp avatar Apr 14 '24 08:04 Tumypmyp