ScriptAutomate
11/02/2021, 12:41 AM?
, you'll see some available shortcuts. Including how to open the GitHub command palette! A more extensive list of a lot of GitHub shortcut spells can be found here: https://docs.github.com/en/get-started/using-github/keyboard-shortcuts
It turns out other websites may have this same functionality, like Twitter and GitLab for example, where ?
brings up an overlay of shortcut keys. Not sure how I've missed this? hahajoneshf
11/02/2021, 1:37 AM?
)
- `CTRL`+`/` (`CMD`+`/` on macOS)
- `CTRL`+`SHIFT`+`/` (`CMD`+`SHIFT`+`/` on macOS)joneshf
11/02/2021, 1:37 AMScriptAutomate
11/03/2021, 8:37 PMkevins8
11/04/2021, 2:06 PMcmd+k
functionality in discord to jump between channels
https://support.discord.com/hc/en-us/articles/115000070311kevins8
11/04/2021, 2:08 PMStephen
11/06/2021, 7:08 PMTika
11/09/2021, 12:59 AMScriptAutomate
11/09/2021, 1:44 AMkevins8
11/10/2021, 9:56 PManvicode
11/10/2021, 10:45 PMkevins8
11/10/2021, 10:49 PMcodeluggage
11/11/2021, 4:35 AM[TODO]{.todo .TODO}
, with the tag as the link at the end like {#name-of-the-link}
, you can replace them with markdown todos like this:
Search term (each number of hashtags will give you a different indent for overview): ### \[TODO\]\{\.todo \.TODO\}(.*)\{#(.*)\}
Replace term (with whatever tags you'd like): - [ ] #org $1
foureyedsoul
11/12/2021, 8:45 PMcconrad
11/17/2021, 2:42 PMkevins8
11/23/2021, 8:53 PMkevins8
11/28/2021, 4:30 AMaleksey
01/04/2022, 11:31 PMDakota
01/10/2022, 4:19 PMbenhsm | Jack of N trades
01/13/2022, 4:09 AMkevins8
01/13/2022, 3:43 PMrlh1994
01/13/2022, 4:18 PMbenhsm | Jack of N trades
01/18/2022, 4:27 AMaleksey
01/18/2022, 6:42 PMbenhsm | Jack of N trades
01/18/2022, 7:21 PMmoksha
01/20/2022, 2:40 PMkrisfremen
01/20/2022, 9:27 PMkevins8
01/20/2022, 10:11 PMuser
01/21/2022, 12:21 AM~/.local/share/applications
, create a file named {filename}.desktop
, then fill in the contents of the template:
[Desktop Entry]
Name={name of shortcut}
Icon={path to the icon image file}
Comment={a short description of the application}
Exec=code {path to the workspace file}
Version=1.0
Type=Application
Categories=Utility;Development;IDE
Terminal=false
Keywords={some keywords for searching, I used dendron; Dendron as I used something else in the name}
SeriousBug
01/21/2022, 12:29 AM