Skip to content

Basic support for Obsidian style tags #10

@kmaasrud

Description

@kmaasrud

These tags can be both part of the front matter and contained in the text.

How should we format them? My feeling is a simple <span class="tag">this-is-tag</span> will work great, and we can just do a .tag:before { content: "#"; } as part of the theme, if we want to have the tags prefixed by a #.

An idea would be to generate a separate page for each tag, that lists all the notes that include that tag. These "tag-pages" would of course not be listed in the sidebar. What do you think about this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions