anyproto / anytype-heart

Shared library for Anytype clients
https://anytype.io
Other
236 stars 47 forks source link

Export Note as markdown does not export tags #1011

Open rahilsh opened 6 months ago

rahilsh commented 6 months ago

Have you read a contributing guide?

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 commented 6 months ago

thanks for transferring

Tumypmyp commented 6 months ago

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

rahilsh commented 6 months ago

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
Tumypmyp commented 5 months ago

Yes, but it is still not a bug