Skip to content

add support for tagging #1

Description

@haraldschilly

the publications are currently not tagged. categorizing them by tags would make it possible to list only an interesting subset. the underlying python module pybtex supports arbitrary fields, hence this would work:

@article{abc,
     ...
     tags = { tag a, nt:something, linear}
}

then, extract they keywords like this: map(lambda t : t.strip(), entry.fields["tags"].split(",")) and build a suitable data structure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions