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

metadata view #582

Open
oliver-sanders opened this issue Jan 25, 2021 · 0 comments
Open

metadata view #582

oliver-sanders opened this issue Jan 25, 2021 · 0 comments
Milestone

Comments

@oliver-sanders
Copy link
Member

Consider a view that displays metadata for a selected item.

Requires: #534
Complicated by: #434

If a task is selected in the tree view there would be a mechanism (e.g. double click/tap or drag&drop) to share that selection with other views e.g. this "metadata view".

The metadata view would just display all of the Cylc [meta] information present for the selected "thing" (i.e. task/family/workflow).

We could potentially support markup languages here (e.g. markdown, rst):

[meta]
    title = "My Workflow"
    description = """md
        **Hello** `world`!
    """
    URL = http://whatever.com

For example this metadata could be presented in a metadata view like so:


My Workflow

id: myworkflow//

Hello world!

http://whatever.com


Pull requests welcome!

@oliver-sanders oliver-sanders added this to the 2.0 milestone Jan 25, 2021
@oliver-sanders oliver-sanders modified the milestones: 2.0.0, Pending Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant