wakywayne823 downloadsAllows you to set custom hot strings that get expanded to text once typed.
A plugin for Obsidian that allows you to create custom text expansions (hotstrings) that automatically expand as you type.
Example:
LOL.{Laugh Out Loud}
Simply type your trigger text anywhere in Obsidian. The plugin will automatically replace it with your defined expansion.
If you make changes to your hotstrings, you can reload them using the command palette:
Ctrl/Cmd + P to open the command paletteHere are some useful hotstring examples:
SIG~.~{Your signature saying how you are a nice person and proffesional or something} → Your signatureSUPA~.~{supercalifragilisticexpialidocious} → Long word that you don't want to have to typeMAILAD → Your email addressIf hotstrings aren't working:
If you encounter any issues or have suggestions:
Contributions are always welcome! Here's how you can help:
git checkout -b featureName)git push origin feature/improvement)npm installmain.ts filenpm run devPlease ensure your PR: