Tags & Frontmatter Issues
Maybe I am confused on how this should work
- I create a new folder.
- I create 3 blank notes in that folder.
- MBD file is created and I click table view.
- I create a tag field.
- I turn on "Save All Context Fields To Frontmatter"
Now what happens next seems to be unexpected and inconnsistent.
- I add
#Testto Note 1 just in the document, but The tag does not show up in the tag field. Expected result is for the tag to populate inTagColumn. - I add
Testtag via the Tag Column in the table view to Note 2, butTestdoes not appear in the note, nor is any frontmatter created. - I add frontmatter to note three with an empty
tags:area, but when I select a tag in table view it insertsnullafter the tags, no matter what tag I put into it.
Shouldn't those fields be synced?
Will investigate what’s going on, currently cleaning up all the fields and their syncing behavior.
- #2 was fixed in the last release, but I will see if there’s any other issues.
- #3 sounds like a bug, will investigate.
- #1 is not current behaviour and will look into adding it
On Jan 11, 2023, at 2:52 PM, overkill864 @.***> wrote:
Maybe I am confused on how this should work
I create a new folder. I create 3 blank notes in that folder. MBD file is created and I click table view. I create a tag field. I turn on "Save All Context Fields To Frontmatter" Now what happens next seems to be unexpected and inconnsistent.
I add #Test to Note 1 just in the document, but The tag does not show up in the tag field. Expected result is for the tag to populate in Tag Column. I add Test tag via the Tag Column in the table view to Note 2, but Test does not appear in the note, nor is any frontmatter created. I add frontmatter to note three with an empty tags: area, but when I select a tag in table view it inserts null after the tags, no matter what tag I put into it. Shouldn't those fields be synced?
— Reply to this email directly, view it on GitHub https://github.com/Make-md/makemd/issues/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFHKNQUPWZO6XGCZI3PGYTWR4FQ5ANCNFSM6AAAAAATYNSVZM. You are receiving this because you are subscribed to this thread.
2 and 3 fixed in latest update. Will keep open for 1
I used tags in the body of the documents before native frontmatter support in Obsidian, so also interested in the solution to this