Versión V6 de mi hotstring a usar con AHK ([Autohotkey](https://www.autohotkey.com/docs/Hotstrings.htm)) ; Para installer como start menu: win+r, escribir shell:startup y pegar ahi el script ; La tecla enter es {Enter}, la barra espacio es {Space} y la almohadilla # es {#} ; El software para editarlo se llama Visual Studio Code ; con el :*:btw::By the way, va a escribir justo luego de haber tecleado la w ;con el ::ftw::free the walls, va a escribir luego de poner espacio luego de la w :*:::dd:: ; This hotstring replaces "::dd" with the current date and time via the commands below like jeudi 09 septembre 2021. \#IfWinActive ahk_exe Obsidian.exe FormatTime, CurrentDateTime,, dddd dd MMMM yyyy ; yest = %a_now% yest += -1, days FormatTime, yest, %yest%, yyyyMMdd today = %a_now% today += +1, days FormatTime, today, %today%, yyyyMMdd SendInput {#}{Space}%CurrentDateTime% {Enter} \[[%yest%|Yesterday]] - \[[%today%|Tomorrow]] return ; LANDACT PROJECTS: :*:::arc:: \#IfWinActive ahk_exe Obsidian.exe Send {#}{#}{#}{#}{#}{Space}[[LAN Arc]] {Enter}-{Space} return :*:::and:: \#IfWinActive ahk_exe Obsidian.exe Send {#}{#}{#}{#}{#}{Space}[[LA Andrésy]] {Enter}-{Space} return :*:::bec:: \#IfWinActive ahk_exe Obsidian.exe Send {#}{#}{#}{#}{#}{Space}[[LAN Bécon]] {Enter}-{Space} return :*:::bir:: \#IfWinActive ahk_exe Obsidian.exe Send {#}{#}{#}{#}{#}{Space}[[LAN Biron]] {Enter}-{Space} return :*:::bob:: \#IfWinActive ahk_exe Obsidian.exe Send {#}{#}{#}{#}{#}{Space}[[Ω LA Bobigny]] {Enter}-{Space} return :*:::kei:: \#IfWinActive ahk_exe Obsidian.exe Send {#}{#}{#}{#}{#}{Space}[[Ω LA Keiko]] {Enter}-{Space} return :*:::ple:: \#IfWinActive ahk_exe Obsidian.exe Send {#}{#}{#}{#}{#}{Space}[[Ω LA Plessis]] {Enter}-{Space} return :*:::put:: \#IfWinActive ahk_exe Obsidian.exe Send {#}{#}{#}{#}{#}{Space}[[LA Puteaux]] {Enter}-{Space} return