This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defcfg | |
| process-unmapped-keys yes ;; required to make non mapped keys behave nicely with remapped ones | |
| block-unmapped-keys no ;; turns every other unmapped key into a non-op key | |
| log-layer-changes no ;; no logging | |
| concurrent-tap-hold yes ;; required to allow for combos and tap-hold-release features to coexist | |
| delegate-to-first-layer yes ;; defaults to source, but this will default transparent keys (_) to first custom layer | |
| chords-v2-min-idle 350 ;; same as require-prior-idle from ZMK but only for for combos | |
| macos-dev-names-exclude ( ;; excludes my custom keyboards from macOS karabiner/kanata manipulation as they already have their own customized keymaps that mirrors this one with their advantages | |
| "Totem" | |
| "Sweep" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript: Promise.all([import('https://unpkg.com/turndown@6.0.0?module'), import('https://unpkg.com/@tehshrike/readability@0.2.0'), ]).then(async ([{ | |
| default: Turndown | |
| }, { | |
| default: Readability | |
| }]) => { | |
| /* Optional vault name */ | |
| const vault = ""; | |
| /* Optional folder name such as "Clippings/" */ |