NotePlan / NotePlan/plugins

Plugin Settings: Add label/value to choices element

Open
#200 1 comment 1 reaction 1 assignee View on GitHub

Nobody has claimed this yet.

enhancement UI
Dominant language
JavaScript
Stars
204
Forks
82
Avg merge
22h 27m
Merged PRs (30d)
3

Description

I have settings like PRIORITY_FIRST / LARGEST_FIRST which is not very human friendly. I have created choices for them, but it's ugly and maybe not obvious. Would be much better if the dropdown could show some more friendly label, e.g. "Sort by priority, then by time" and the value returned could be PRIORITY_FIRST

{ label: "Sort by priority, then by time",  value: "PRIORITY_FIRST"}

Screen Shot 2022-01-11 at 6 21 29 PM

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.