I am trying to create a 6 digit random alphanumeric string, much like what Obsidian generates when creating Link to blocks
For example dcf64c
In Obsidian, I use these as unique ID's to make connections between notes, pointing to a particular highlighted paragraph, but I am trying to replicate this feature in the note app, Craft.
All I need is a keyboard shortcut, which will generate a random 6 digit alphanumeric string enclosed by double brackets [[ ]] that copies to the clipboard and pastes into the note I'm working on.
I attempted creating an IOS Shortcut, but it is a bit hacky and slow and as a KM user, I'd prefer to use this instead.
If you need the letters to be lowercase, as your example suggests you might, you can always run the LocalResult variable through the lowercase filter action before pasting it.