Does anyone know of a way to generate a string of random text/numbers/whatever in a snippet? In other words, I want to have a token $rtext
in a snippet such that when I insert that snippet in a document, $rtext
gets replaced with some random text. Does such a token exist already?
There are a few plugins out there to generate random numbers, hex codes, lipsum, etc., but these are all triggered by a keyboard shortcut.
Or, can anyone think of a way to combine one of these plugins with the snippet system?