HandyNotes
Handy Notes for your maps. This addon is intended to be a small and simple framework for showing notes on your map.
Use /handynotes to access options.
You can add notes to the maps in 3 ways:
- Alt-RightClick on the world map to add a note.
- Use "/hnnew" without the quotes to add a note at your current location.
- Use "/hnnew x,y" without the quotes to add a note at location x,y on your current zone's map.
HandyNotes supports plugins that other authors can write to display their own set of notes on the map. See this link for a list of such addons: https://www.curseforge.com/wow/search?search=handynotes
http://forums.wowace.com/showthread.php?t=17681&highlight=cartographer notes import
An if possible a dungeon/raid search box would be nice.
Example would be "Dungeons", "Raids", "POI", etc... Where say I am looking to farm mats in my favorite locations, I could then unselected all the things I am not interested in then select the "Farm" subcategory and see all my little farming area notes. I see the interface has a drop-down box in it, but I can not get it to do anything, and this would be an idea place to add such a feature. Just need a way to start a new subcategory.
You can add notes to the maps in 3 ways:
* Alt-RightClick on the world map to add a note.
* Use "/hnnew" without the quotes to add a note at your current location.
* Use "/hnnew x,y" without the quotes to add a note at location x,y on your current zone's map.
/hnnew 20,10
doesn't that work?
Notes don't seem to be lined up to the correct map "level". For ex, when I go to The Underbelly, I see vendors that are only up on "street" level.
I used Excel to translate the Cartographer coordinates using the following formulas:
x: =MOD(cart_coord, 10001)
y: =ROUND(cart_coord / 10001, 0)
HandyNote.lua entry: =(x * 10000) + y
e.g.: For Cartographer entry [35508770]: x = 5220, y = 3551, and the HandyNotes entry will be [52203551]
I hope this helps!
is there an Addon version for 3.2.0?
1. Can you add coords (cursor/char) to the map
2. Way to add a quicknote, like /hn x,y which just adds a star to x,y with no more dialog boxes, etc
2. You can already /hnnew x,y. A dialog box still pops up though, surely an extra click on the "OK" button won't kill you.
Locale-zhTW.lua
L["Show the following plugins on the map"] = "在地圖上顯示以下的插件"
L["Portal"] = "傳送門"
L["(No Title)"] = "(無標題)"
Since 3.3 zoneinfo (the level info about the country) is not working. Any ideas how to fix it? That was a pretty cool feature.