General
Action | Hotkeys | Info |
---|---|---|
properties table | cmd + ; | |
file alias | | | ![]() |
Link to header in a file | ”file name”#“header name” | ![]() |
Footnote | ”[^1]” - in text ”[^1]:” - bottom of text | reference: set openXR as default runtime app (click on the text in the previous column to see the actual format) |
new note | cmd + n | |
graph | cmd + g | |
local graph | cmd + shift + g |
Regex
Function | Find | Replace |
---|---|---|
Remove empty lines | ^\s*\n | leave blank |
End of all lines | $ | |
Beginning of all lines | ^ | |