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:40
Total downloads:20,868
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 06/02/21, 05:40 PM  
Circuitous
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 49
Uploads: 3
Your friend rules. Tell them thanks from me.
Report comment to moderator  
Reply With Quote
Unread 03/30/21, 05:42 PM  
Archamus

Forum posts: 0
File comments: 24
Uploads: 0
Fair warning though, old notes before this patch might have %%92 instead of \ if any of your text had a backslash \ . Once you fix them and save it'll save correctly
Report comment to moderator  
Reply With Quote
Unread 03/30/21, 05:39 PM  
Archamus

Forum posts: 0
File comments: 24
Uploads: 0
A friend found the fix for me!

Open ZAM_Notebook.lua in the ZAM_Notebook Addon Folder

Line 22 Replace:
Code:
return text:gsub([[]], [[%%92]])
with:
Code:
return text
Line 26 Replace:
Code:
return text:gsub([[]], [[%%92]])
with:
Code:
return text
Report comment to moderator  
Reply With Quote
Unread 03/29/21, 01:06 PM  
Archamus

Forum posts: 0
File comments: 24
Uploads: 0
This appears to have finally stopped working with Flames of Ambition and it makes me very sad. The only other option doesn't fit my aesthetic or work as well for my needs.

I'm guessing the mod authors don't play anymore so won't see this, but thank you. I got years worth of use out of it.
Report comment to moderator  
Reply With Quote
Unread 05/26/15, 10:19 PM  
Glen348
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 56
Uploads: 2
Originally Posted by awesomebilly
Originally Posted by QuadroTony
thanks for update!

can you add an option to share notebook between all account you can login from your PC? i have few accs now and wanna read my notes on every account

Yeah this would be nice....write a note log out and review that note on the other toon.
Should be able too as long as you log on to the same windows account.
Report comment to moderator  
Reply With Quote
Unread 05/02/15, 02:56 AM  
awesomebilly
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 230
Uploads: 8
Originally Posted by QuadroTony
thanks for update!

can you add an option to share notebook between all account you can login from your PC? i have few accs now and wanna read my notes on every account

Yeah this would be nice....write a note log out and review that note on the other toon.
Report comment to moderator  
Reply With Quote
Unread 04/27/15, 08:48 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
thanks for update!

can you add an option to share notebook between all account you can login from your PC? i have few accs now and wanna read my notes on every account
Report comment to moderator  
Reply With Quote
Unread 04/27/15, 05:12 AM  
Treesh

Forum posts: 0
File comments: 16
Uploads: 0
Originally Posted by Amevil801
So I have been trying to use this. I am guessing since it has not been updated since last year it is no longer useable?
It's still useable, even without the update coming soon. I've never stopped using it throughout all the recent patches. Such a simple, but unbelievably handy add-on. I don't have to keep track of scraps of paper everywhere.
Report comment to moderator  
Reply With Quote
Unread 04/26/15, 02:45 PM  
Amevil801

Forum posts: 26
File comments: 31
Uploads: 0
Originally Posted by Glen348
Originally Posted by Amevil801
So I have been trying to use this. I am guessing since it has not been updated since last year it is no longer useable?
shortly there will be an update, just need to tidy a few things up for the new revamped look of it.
Great! I can't wait to see it. BTW I figured it out. I just wasn't paying attention. lol
Report comment to moderator  
Reply With Quote
Unread 04/25/15, 02:05 PM  
Glen348
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 56
Uploads: 2
Originally Posted by Amevil801
So I have been trying to use this. I am guessing since it has not been updated since last year it is no longer useable?
shortly there will be an update, just need to tidy a few things up for the new revamped look of it.
Report comment to moderator  
Reply With Quote
Unread 04/25/15, 01:54 PM  
Amevil801

Forum posts: 26
File comments: 31
Uploads: 0
So I have been trying to use this. I am guessing since it has not been updated since last year it is no longer useable?
Report comment to moderator  
Reply With Quote
Unread 11/03/14, 10:45 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 Garkin
Originally Posted by gillysan
ESO Update 1.5.2 error
I guess the screen with Notebook open tells the whole story. It still works despite the buttons giving an error.

http://www.fishwine.net//gamerclown/...0error152a.jpg
From the comment here I believe that Seerah has already prepared working version for Update 5. If you do not want to wait, download file ZAM_Notebook-1.2.2a-for_Update5.zip from my dropbox folder (link in signature).
Oops, yeah. Will get that up tomorrow night.
Report comment to moderator  
Reply With Quote
Unread 11/03/14, 05:47 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by gillysan
ESO Update 1.5.2 error
I guess the screen with Notebook open tells the whole story. It still works despite the buttons giving an error.

http://www.fishwine.net//gamerclown/...0error152a.jpg
From the comment here I believe that Seerah has already prepared working version for Update 5. If you do not want to wait, download file ZAM_Notebook-1.2.2a-for_Update5.zip from my dropbox folder (link in signature).
Report comment to moderator  
Reply With Quote
Unread 11/03/14, 05:23 PM  
gillysan

Forum posts: 5
File comments: 124
Uploads: 0
ESO Update 1.5.2 error
I guess the screen with Notebook open tells the whole story. It still works despite the buttons giving an error.

Last edited by gillysan : 11/03/14 at 05:24 PM.
Report comment to moderator  
Reply With Quote
Unread 05/28/14, 11:04 AM  
Kraeius
 
Kraeius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 249
Uploads: 3
Originally Posted by heyguyslol
This addon is great no more having to open notepad outside of game to write sh!t down. TYVM. I just have one request/suggestion.

Would it be possible to add a scroll bar in the text box field? This would help a lot.
Heheh yeah what I meant with "slider" is "scroll bar" actually
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: