Download
(68 Kb)
Download
Updated: 04/27/15 04:42 AM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Updated:04/27/15 04:42 AM
Created:04/14/14 09:35 PM
Monthly downloads:36
Total downloads:20,894
Favorites:97
MD5:
ZAM Notebook  Popular! (More than 5000 hits)
Version: 1.2.4
by: Glen348, Seerah


Keep track of everything you want to remember! ZAM Notebook allows you to create as many pages as you wish to write down crafting materials you need to collect, save a script you would like to run, keep record of your RP back-story... whatever you need!

/znb will toggle visibility of the window, or you may set up the keybind in the keybindings menu

Features:
  • Draggable window
  • Scrollable editbox
  • Delete pages you don't need
  • Undo changes button (goes back to last saved version)
  • Highlight on save button to remind you to save before you exit
the revamped version is located HERE, I'm going to start a new Addon post so that way if people want this version over the new one then they have a option.
v. 1.2.4
- updated APIVersion to 100011

v. 1.2.3
- updated APIVersion to 100010
- fixed scroll window for pages list
- fixed bugs for tooltips introduced with this last patch

v. 1.2.2
- updated API version to 100009

v. 1.2.1
- updated APIVersion number

v. 1.2
- added a subtle highlight in the index for the selected page
- take care of any backslashes in saved text - they will be stripped by the game when loading the saved variables (backslashes now get replaced by %92 for saving, and switched back to \ only for displays)
- the editbox is now scrollable if it has your cursor's focus!

v. 1.1.5
- removed restriction on having literal strings (double-brackets) in a page's text or title - the changes to how saved variables are stored allows their use

v. 1.1.4
- fixed save button highlight (no longer prompts you to save a page when you first open it)
- updated API version number to 100007

v. 1.1.3
- fixed keybind issue - apparently what category you list your binding under matters /sigh

v. 1.1.2
- updated APIVersion number to 100004

v. 1.1.1
- added a keybind to toggle visibility in addition to /znb

v. 1.1
- you can now tab and shift-tab between edit boxes
- you can now hit Escape to get your cursor out of the edit boxes
- a page that has no title will now be given a title when saved
- highlight on save button now hides/stays hidden when deleting a page
- when opening the notebook, you will be put into cursor mode if not in cursor mode already
Archived Files (11)
File Name
Version
Size
Uploader
Date
1.2.3
68kB
Glen348
11/06/14 11:26 PM
1.2.2
68kB
Seerah
09/27/14 08:38 PM
1.2.1
68kB
Seerah
08/24/14 10:13 PM
1.2
68kB
Seerah
07/25/14 11:38 PM
1.1.5
67kB
Seerah
07/13/14 09:14 PM
1.1.4
67kB
Seerah
07/05/14 07:41 PM
1.1.3
67kB
Seerah
05/26/14 09:25 PM
1.1.2
67kB
Seerah
05/24/14 04:35 PM
1.1.1
67kB
Seerah
05/21/14 07:16 PM
1.1
67kB
Seerah
04/17/14 10:38 PM
1.0
67kB
Seerah
04/14/14 09:35 PM


Post A Reply Comment Options
Unread 04/14/14, 10:42 PM  
Dio
 
Dio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 33
Uploads: 4
Really awesome, I especially like the Lua snippets feature. ;-)

I made a small snippet myself, I'm using it in my own add-on but it could be ran as a snippet too. This will automatically run ZAM_Notebook when you open/close the journal, and places it in the empty area centered left of the screen.

Code:
ZO_PreHookHandler(ZO_QuestJournal, "OnShow", function()
   ZAM_Notebook:SetHidden(false)
   ZAM_Notebook:ClearAnchors()
   ZAM_Notebook:SetAnchor(CENTER, GuiRoot, LEFT)
end)

ZO_PreHookHandler(ZO_QuestJournal, "OnHide", function()
   ZAM_Notebook:SetHidden(true)
end)
Last edited by Dio : 04/14/14 at 10:45 PM.
Report comment to moderator  
Reply With Quote
Unread 04/14/14, 10:50 PM  
Faustus
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 38
Uploads: 1
Cool addon, thanks

A few things:

1) Sometimes you get permanently stuck in the editing window and have to restart ESO, especially when you're minimizing/maximizing the game some. The game gets confused what your active window is. You're able to type to enter text, but your mouse moves your character around, resulting in you being unable to close the screen.

2) Can you make the maximum character size larger? I want to use this addon to keep track of quests per zone, but the character limit is too small to fit them all, and there's only like 60. Any reason why it's so small?

3) Add a scroll bar? Right now to scroll, have to click and highlight up or down. A scroll bar would increase usability

Unfortunately with these issues, it's easier to just use notepad
Last edited by Faustus : 04/14/14 at 11:05 PM.
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 07:17 AM  
Inkpot

Forum posts: 16
File comments: 7
Uploads: 0
Woohoo! I can't wait to try this out!! Thanks so much for making this! \o/\o/\o/
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 03:48 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 112
Uploads: 1
Originally Posted by Dio
Really awesome, I especially like the Lua snippets feature. ;-)

I made a small snippet myself, I'm using it in my own add-on but it could be ran as a snippet too. This will automatically run ZAM_Notebook when you open/close the journal, and places it in the empty area centered left of the screen.
Oh, did I forget to return the notebook to its saved location at login? I save the location of where it's dragged to in the saved variables.

/edit: Nope. It's there. You don't need your script.
Last edited by Seerah : 04/15/14 at 09:14 PM.
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 03:53 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 112
Uploads: 1
Originally Posted by Faustus
Cool addon, thanks

A few things:

1) Sometimes you get permanently stuck in the editing window and have to restart ESO, especially when you're minimizing/maximizing the game some. The game gets confused what your active window is. You're able to type to enter text, but your mouse moves your character around, resulting in you being unable to close the screen.
I'll check into this, but it doesn't sound like anything I would have any control over...
2) Can you make the maximum character size larger? I want to use this addon to keep track of quests per zone, but the character limit is too small to fit them all, and there's only like 60. Any reason why it's so small?
I increase the character limit greatly from the default (either default period, or default set from the template, I'm not sure). I increased it to 3000, which should be more than what you're seeing. No?
3) Add a scroll bar? Right now to scroll, have to click and highlight up or down. A scroll bar would increase usability

Unfortunately with these issues, it's easier to just use notepad
A scroll bar (or at least mouse-wheel scroll functionality) are on my to-do list.
Report comment to moderator  
Reply With Quote
Unread 04/17/14, 01:01 AM  
Faustus
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 38
Uploads: 1
Originally Posted by Seerah
Originally Posted by Faustus
Cool addon, thanks

A few things:

1) Sometimes you get permanently stuck in the editing window and have to restart ESO, especially when you're minimizing/maximizing the game some. The game gets confused what your active window is. You're able to type to enter text, but your mouse moves your character around, resulting in you being unable to close the screen.
I'll check into this, but it doesn't sound like anything I would have any control over...

I increase the character limit greatly from the default (either default period, or default set from the template, I'm not sure). I increased it to 3000, which should be more than what you're seeing. No?

A scroll bar (or at least mouse-wheel scroll functionality) are on my to-do list.
Thanks for this.

Unfortunately I found another bug:

The save button frequently doesn't work and things don't get saved.
Report comment to moderator  
Reply With Quote
Unread 04/17/14, 10:32 AM  
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view AddOns

Forum posts: 161
File comments: 88
Uploads: 7
God I love the Script-Function Seerah! Only thing I miss is correct Tab-Formating or conversion to spaces when you insert code via c&p. So far it 's pretty cool!
Last edited by thelegendaryof : 04/17/14 at 10:33 AM.
Report comment to moderator  
Reply With Quote
Unread 04/17/14, 03:43 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 112
Uploads: 1
Originally Posted by thelegendaryof
God I love the Script-Function Seerah! Only thing I miss is correct Tab-Formating or conversion to spaces when you insert code via c&p. So far it 's pretty cool!
At some point when I have time to, I'll take a look at adding this: http://www.wowinterface.com/download...dPurposes.html
Report comment to moderator  
Reply With Quote
Unread 04/17/14, 03:48 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 112
Uploads: 1
Originally Posted by Faustus
Thanks for this.

Unfortunately I found another bug:

The save button frequently doesn't work and things don't get saved.
You didn't answer my earlier question - are you not getting up to 3000 characters?

Also, can you be a little more specific with this other report? What exactly do you mean by "doesn't work"? When does it "not work"? Is this reproducible for you? Is the blue highlight there when you click the button? Is the button not clickable? etc. I haven't had issues with the save button myself, so...

/edit: oh yeah. And please post bugs/feature requests here guys: http://www.esoui.com/portal.php?&uid=7
If you lose this link, the buttons are right below the download button on the Addon Info page.
Last edited by Seerah : 04/17/14 at 03:49 PM.
Report comment to moderator  
Reply With Quote
Unread 04/18/14, 01:49 AM  
kosac

Forum posts: 0
File comments: 16
Uploads: 0
interesting mod.. but what i looking for is notepad for map.. making notice in map
Report comment to moderator  
Reply With Quote
Unread 04/18/14, 02:54 AM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
Originally Posted by kosac
interesting mod.. but what i looking for is notepad for map.. making notice in map
Thats more something for HarvestMap addon
Report comment to moderator  
Reply With Quote
Unread 04/18/14, 08:10 AM  
ldene

Forum posts: 3
File comments: 1
Uploads: 0
is this cross-character? as in i can make notes on 1 character and see it on another?
Report comment to moderator  
Reply With Quote
Unread 04/18/14, 11:04 AM  
Seerah
Fishing Trainer
 
Seerah's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 112
Uploads: 1
Originally Posted by ldene
is this cross-character? as in i can make notes on 1 character and see it on another?
Yes. (I don't see the point in making a notepad on a per-character basis...)
Report comment to moderator  
Reply With Quote
Unread 04/18/14, 11:07 AM  
Dio
 
Dio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 33
Uploads: 4
Originally Posted by Seerah
Oh, did I forget to return the notebook to its saved location at login? I save the location of where it's dragged to in the saved variables.

/edit: Nope. It's there. You don't need your script.
Actually I do. The purpose of the script wasn't the placement saving, it's to open the notebook when the Journal is opened, which I find convenient.
Report comment to moderator  
Reply With Quote
Unread 04/18/14, 11:19 AM  
Wobin
 
Wobin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 192
Uploads: 7
Originally Posted by Faustus
Cool addon, thanks

A few things:

1) Sometimes you get permanently stuck in the editing window and have to restart ESO, especially when you're minimizing/maximizing the game some. The game gets confused what your active window is. You're able to type to enter text, but your mouse moves your character around, resulting in you being unable to close the screen.
I found a way around this was to use one of the function keys to pull up the main menu. That reverts control back correctly, and you can use the mouse again.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: