Skip to content

Clarification: How to convert frontmatter tags #48

Discussion options

You must be logged in to vote

Hello!
This option allow you to convert a dataview entry to a tag.

For example, you have in a dataview inline with this :

---
tags: [Roleplay, TTRPG]
title: Another idea for NPC
---
type:: NPC

The PNJ value will be added in the tags, as that :

---
tags: [Roleplay, TTRPG, NPC]
---
type:: NPC

Same for a frontmatter entry like that :

---
type: NPC
---

That will turn into :

---
tags: [NPC]
type: NPC
---

This function can be really usefull in this example :

---
tags: [Tutorial]
---
linked:: [[wordmap]]

---
tags: [Tutorial, worldmap]
---
linked:: [[worldmap]]

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tobiasvl
Comment options

You must be logged in to vote
1 reply
@Mara-Li
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 Documentation Improvements or additions to documentation
2 participants
Converted from issue

This discussion was converted from issue #46 on November 27, 2022 09:04.