- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
cheatsheetImprovements to the cheatsheet specificallyImprovements to the cheatsheet specificallydocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
- Figure out how to dump to file and then open in browser from VSCodeFav iconNew simple modifiers from Support fully compositional modifiers #672Add sponsor buttonSet title using helmetOutput ngrok command?Indicate which spoken forms are not defaultDark modeHighlight section using colored border when its anchor is in the urlHide empty sectionsAdd local search box that filters results https://github.com/krisk/FuseAdd settings box
- Beginner mode Have basic version of cheat sheet #458
- Sorting options, eg alphabetical vs functional
- Dark mode
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.Add pencil next to each section heading that opens the given csv in VSCode. Do so by registering Cursorless URI handler. Then either try using a VSCode API open function of some sort, if it will focus the correct window. If not, spawn a subshell and callcode <file>
. For security purposes, probably don't want to just trust the file from the API; instead probably have set of files that are given from Talon and kept in global VSCode storage?- Probably simpler to just have a voice command that they can use, and show how to use it in the info box, or maybe pencil could just pop up a little hint saying the voice command to change that csv. Voice command could even be active all the time. Voice command would just run
code <file>
in a shell. - Question: will they always have
code
cli?
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.Make each<T>
,<P>
, etc link to the item in the legend. Would do this by using a regex to split each description, ensuring that the regex handles<T>
,<T1>
,T
, andT1
- Also ensure that the legend item is highlighted when you follow a link to it (ie its id is in the url)
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.Add hover-activated label above<T>
,<P>
, etc using info from legendAdd voice commands for everything in the cheatsheet, including closing the tab- Add a box with info about these voice commands
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.Add cursorless hats to all links in cheatsheetSwitch colours and shapes to use the actual colour and shapeAuto-hide all but a few from each section and add...more
button at the bottom of each- And add something to settings box to disable auto-hide
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.Add link icon next to each section heading so can be linked toSwitch to curly quotesRemove<>
from placeholdersMake placeholders more obviously placeholders, eg inline box with rounded corners and background or bold coloured text or somethingUse full words for placeholders, eg<modifier>
instead of<M>
Add "target T" instead of just "T" in MeaningAdd little question mark next to section headings linking to section in docsHave separate "Actions" and "Complex actions" section, the former containing the actions that have single target and no formatters / pairs / whatever; hte latter containing everything else- Remove T from everything in simple actions section
- subheading on Actions saying that it requires target?
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.Figure out tree-shaking / bundle size using eg https://bundle-buddy.com/Make sub-section of modifiers for scope-based modifiers (eg"<scope>"
,"next <scope>"
)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
brollin
Metadata
Metadata
Assignees
Labels
cheatsheetImprovements to the cheatsheet specificallyImprovements to the cheatsheet specificallydocumentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
auscompgeek commentedon Dec 23, 2022
IMO this shouldn't be a setting and should just respect
prefers-color-scheme
pokey commentedon Dec 23, 2022
That's how it works today. Was thinking of adding a setting that can be used to override the system setting, but if you think that's overkill I'm happy to punt on that until someone specifically requests it