Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support tags in YAML frontmatter #18

Closed
fkirkholt opened this issue Feb 8, 2019 · 7 comments · Fixed by #42
Closed

Feature request: Support tags in YAML frontmatter #18

fkirkholt opened this issue Feb 8, 2019 · 7 comments · Fixed by #42
Labels
enhancement New feature or request released

Comments

@fkirkholt
Copy link

For instance tags: [topic,example]

Would also make the tags compatible with Notable

@blakedietz
Copy link
Owner

This is the next feature I’ll work on. Keep logging issues if you have any more ideas.

@blakedietz blakedietz added the enhancement New feature or request label Feb 20, 2019
@blakedietz blakedietz changed the title Support tags in YAML frontmatter Feature request: Support tags in YAML frontmatter Feb 25, 2019
@blakedietz
Copy link
Owner

🎉 This issue has been resolved in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@fkirkholt
Copy link
Author

Great, but you don't quite follow the yaml standard. In yaml lists should be sorrounded by square brackets, or listed like an unordered list.

tags: [tag1, tag2]

or

tags:
    - tag1
    - tag2

@blakedietz
Copy link
Owner

Derp, I got excited and did this over lunch. Should uhh have looked at the yaml spec. My bad. A fix is coming soon™.

blakedietz added a commit that referenced this issue Apr 24, 2019
blakedietz pushed a commit that referenced this issue Apr 24, 2019
## [1.5.1](v1.5.0...v1.5.1) (2019-04-24)

### Bug Fixes

* **yaml:** Actually implement yaml support ([cadb411](cadb411)), closes [#18](#18)
@blakedietz
Copy link
Owner

🎉 This issue has been resolved in version 1.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

noraj added a commit to noraj/vscode-nested-tags that referenced this issue May 18, 2019
updated after blakedietz#18 v1.5.1 new behavior
@noraj
Copy link
Contributor

noraj commented May 18, 2019

@blakedietz Thanks a lot, that was totally what I was looking for! I added it to https://alternativeto.net/software/vscode-nested-tags/ (pending, will be accepted soon)

blakedietz pushed a commit that referenced this issue May 19, 2019
blakedietz pushed a commit that referenced this issue May 19, 2019
## [1.5.1](v1.5.0...v1.5.1) (2019-05-19)

### Bug Fixes

* **yaml:** Actually implement yaml support ([cadb411](cadb411)), closes [#18](#18)
blakedietz pushed a commit that referenced this issue May 25, 2019
# [1.6.0](v1.5.0...v1.6.0) (2019-05-25)

### Bug Fixes

* **yaml:** Actually implement yaml support ([cadb411](cadb411)), closes [#18](#18)

### Features

* **file types:** Allow users to configure file types to be watched  ([#46](#46)) ([7e874cf](7e874cf))
blakedietz pushed a commit that referenced this issue May 25, 2019
# [1.6.0](v1.5.0...v1.6.0) (2019-05-25)

### Bug Fixes

* **yaml:** Actually implement yaml support ([cadb411](cadb411)), closes [#18](#18)
* Previous deploy ([ca6cf50](ca6cf50))

### Features

* **file types:** Allow users to configure file types to be watched  ([#46](#46)) ([7e874cf](7e874cf))
blakedietz pushed a commit that referenced this issue May 25, 2019
# [1.6.0](v1.5.0...v1.6.0) (2019-05-25)

### Bug Fixes

* **yaml:** Actually implement yaml support ([cadb411](cadb411)), closes [#18](#18)

### Features

* **file types:** Allow users to configure file types to be watched  ([#46](#46)) ([7e874cf](7e874cf))
blakedietz pushed a commit that referenced this issue May 25, 2019
# [1.6.0](v1.5.0...v1.6.0) (2019-05-25)

### Bug Fixes

* **yaml:** Actually implement yaml support ([cadb411](cadb411)), closes [#18](#18)
* Fixes build after expired personal access token caused failed push ([4960721](4960721))

### Features

* **file types:** Allow users to configure file types to be watched  ([#46](#46)) ([7e874cf](7e874cf))
@blakedietz
Copy link
Owner

🎉 This issue has been resolved in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

blakedietz pushed a commit that referenced this issue Dec 4, 2019
# [1.6.0](v1.5.0...v1.6.0) (2019-12-04)

### Bug Fixes

* **yaml:** Actually implement yaml support ([cadb411](cadb411)), closes [#18](#18)
* Fixes build after expired personal access token caused failed push ([4960721](4960721))
* **extension.ts:** Remove an unnecessary console.log ([5439554](5439554))
* **File rename support:** Update tag links when a file or folder is moved. ([93bda91](93bda91))

### Features

* **file types:** Allow users to configure file types to be watched  ([#46](#46)) ([7e874cf](7e874cf))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants