You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the code shown below, a new tags property is created but the tags are not transferred from inline to frontmatter(not seen in the new Obsidian properties feature)
If you only have issues on tags, and you only use them in properties, there is a workaround. You could find and replace (#tag_name to tag_name). Another alternative is using a community plugin called "Linter". It will fix it automatically.
@kiithy , what about your links? Are they moved properly for you? I think we are missing double quotation to wrap the links.
@Syavash-kazemi As of the day I tried, they do not work as they made a link that was originally [[this link]] become [["this link"]] which is causing the link to not work. I also have not tested the functionality such that when it has more than one comma separated link, the code is able to detect and transfer it as a List type instead of just a Text type.
Description of problem
Obsidian note before usage of code
![image](https://private-user-images.githubusercontent.com/100249858/265038618-fef7a5f6-23f0-4461-9721-d26ab0b0f180.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDc0MjEsIm5iZiI6MTczOTIwNzEyMSwicGF0aCI6Ii8xMDAyNDk4NTgvMjY1MDM4NjE4LWZlZjdhNWY2LTIzZjAtNDQ2MS05NzIxLWQyNmFiMGIwZjE4MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNzA1MjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wNDRmOGE0MDdjODQ1MmUwZDBiNGU0MGZmM2Y4Njc5YWVlNDJmNmI2NmU1OGUwOTFiNDU3NGNhOGE2ZTI1YTRhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4cj0NIZa1vqkZvaimyzUn9nC5Voz5Y4TE3agsxZffuc)
Obsidian note after usage of code
![image](https://private-user-images.githubusercontent.com/100249858/265038865-7e813619-0e10-4ae4-a746-2002f8d1ce4c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDc0MjEsIm5iZiI6MTczOTIwNzEyMSwicGF0aCI6Ii8xMDAyNDk4NTgvMjY1MDM4ODY1LTdlODEzNjE5LTBlMTAtNGFlNC1hNzQ2LTIwMDJmOGQxY2U0Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNzA1MjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iMjVmZmY1Y2Y5NmVmZDJiNjFjYWMwNjMxOTEwOGMyZjA2ODEwZTM5NzNhNGNjMzBmZDkyMjYzMWFjMzZmYjg4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.SdTpGDr4UyUpeHRQU3p8PuI_yOZb0SqNzsVKET4pEKg)
Code used
Extra Issue
The text was updated successfully, but these errors were encountered: