Can we have /hn open handy notes instead of only /handynotes #176


  • Enhancment
Open
  • GrimNotepad created this issue Dec 3, 2022

    my digits thank you

  • GrimNotepad added a tag Enhancment Dec 3, 2022
  • bsmorgan posted a comment Feb 2, 2023

    In ...\Addons\HandyNotes.lua add the line:

    self:RegisterChatCommand("hn", function() LibStub("AceConfigDialog-3.0"):Open("HandyNotes") end)

    below line 626:

    self:RegisterChatCommand("handynotes", function() LibStub("AceConfigDialog-3.0"):Open("HandyNotes") end)

     

     


    Edited Feb 2, 2023
  • GrimNotepad posted a comment Feb 2, 2023

    Oh thanks bsmorgan, I have done that already to my local copy, I'm suggesting it as an enhancement to the whole community if the authors think it is worth it.

  • fleonard posted a comment Aug 15, 2025

    i just duplicated line 505 in the file "HandyNotes_HandyNotes.lua" and it seems to work fine;

     

     -- Slash command

    self:RegisterChatCommand("hnnew", "CreateNoteHere")

    self:RegisterChatCommand("hn", "CreateNoteHere")

     

     

    in later updates, the line number may change.

     

     


To post a comment, please login or register a new account.