Category: Miscellaneous
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Gello's Portal Bug Reports Feature Requests
Author:
Version:
1.6
Date:
12-03-2008 11:26 AM
Size:
14.92 Kb
Downloads:
16,132
Favorites:
343
MD5:
Pictures
Click to enlarge
Click to enlarge
TinyPad   Popular! (More than 5000 hits)
TinyPad is a notepad mod.

__ New in 1.6 __
- Link support (for items, quests, spells and tradeskills)

To summon: /tinypad or /pad or set a key binding
To resize: drag the resize grip in the lower right corner of the window.

The mod should be self explanatory how to use. Mouseover buttons to see what they do.

__ Notes on link support __
  • To add links to pages: Bring up a TinyPad page and put the blinking cursor where you want to insert a link, then shift+click an item, spell or quest as you ordinarily would to chat.
  • To view links: Click them.
  • To send links: Shift+click to chat as you would normally.
  • Links can't be copy-pasted unfortunately (addons can't play with the clipboard), but you can link it to yourself and insert a link elsewhere in the text via chat.
  • Links may display only a handful of characters, but they have many hidden control characters (especially tradeskills). The EditBox is not intended to handle massive amounts of text, so keep that in mind if trying to cram the entire contents of AtlasLoot into one page.

__ Notes __
  • Searches are case insensitive.
  • You can bind a key to search.
  • Pages aren't "saved" until you leave the page, so expect Search to not find new stuff on your current page.
  • While locked, the window won't go away with ESC, but you can still toggle it with /pad or a key binding.
  • You can also run pages with /script TinyPad.Run(page)
  Optional Files - TinyPad
File Name
Version
Size
Author
Date
Type
For version 1.6
5kB
02-18-2009 02:01 PM
Patch
  Comments - TinyPad
Post A Reply Comment Options
Old 09-14-2008, 04:49 AM  
Mud
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 23
Uploads: 7
Beautifully written

There lots of hacks writing crappy, bloated addons out there -- this isn't one of them. Minimal, clean, well-documented code. Functions beautifully. Great addon.
Mud is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-26-2007, 05:07 AM  
Gerjarran
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 4
Uploads: 1
External Editor for TinyPad

This is a great little mod, i love it.
Always found the data file a pain to edit outside of WoW though, so I wrote an editor to make it easier.

Go to http://members.optusnet.com.au/gerjarran/ if you're interested.
Gerjarran is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-25-2007, 02:48 AM  
XMushroom
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
LOVE THIS THING!

Thank you TONS for this addon, its my favorite note keeper/pad.
Ive tried others and this is the best!

Great job!
XMushroom is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-06-2006, 03:12 AM  
hyperactiveChipmunk
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 11
Uploads: 5
TinyPad AceTab Quicky

Gello:
I've included this AddOn as one of the AceTab example "Quickies." Not sure that you care, but I just wanted you to be aware. Thanks for the great tool; I use it every day!

http://wiki.wowace.com/index.php/Ace...ord_completion

-hC
hyperactiveChipmunk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-06-2006, 02:00 AM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 407
File comments: 136
Uploads: 65
I reeeeally wanted to avoid adding another button to widen the minimum width of the window, but this badly needed an undo.

Let me know if the window width is an issue. I can collapse most of the buttons into one that will pop out a menu. But it'd be cool to keep this as small as humanly possible too.
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-17-2006, 09:22 AM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 407
File comments: 136
Uploads: 65
Re: Font Size!!!

Yeah font sizes would rock. I had meant to add a checkbox to toggle small/large when we finally got to SetFont editboxes. But with font objects coming in 1.10 I backed off which was unnecessary since the SetFont works the same.

I should note that in 1.10 there's a bug in all multi-line editboxes returning. Filling one line with no linebreak or whitespace won't wrap the line but instead end it in '...' and text afterwards won't appear. Unfortunately it will affect this mod as well as all other notepad-type mods. You can resize the window to be extra wide however so it's not a big problem.

http://forums.worldofwarcraft.com/th...p=1#post333751

Quote:
Originally Posted by Slouken
Quote:
Q u o t e:
On 1.10 it appears the wraparound bug in multiline edit boxes is back. Quick test: log in and go to macro edit window and type:

wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwetc

into the macro window. It ends in ... and lines after don't display.

(btw the dynamic frames are awesome)
This has to do with the editbox inheriting the properties of the font object. The fix is sufficiently complex that I'm putting it in 1.11 so I don't accidentally break anything else at this point.

Thanks!
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-17-2006, 04:15 AM  
Tyrrael
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 4
File comments: 60
Uploads: 3
Font Size!!!

An AWESOME feature to add to this already AWESOME mod would be a way to change the font size of the text. I play with a reduced UI scale, so the text for some mods get pretty small.

Anyway, I'm using a simple workaround, which is:
<FontString inherits="GameFontHighlightLarge"/>
<!-- <FontString inherits="GameFontHighlight"/> -->
But it would be nice to be able to have a little selection menu to change the size

Last edited by Tyrrael : 03-17-2006 at 04:15 AM.
Tyrrael is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-19-2005, 06:26 PM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 407
File comments: 136
Uploads: 65
Those are good ideas but probably this one will stay bare bones. The first line could be the title and ctrl+c/ctrl+v can copy from the window the chat already. At the most I'd probably add a search and a browse that would show the first line of each page.

We'll see tho.
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-19-2005, 11:53 AM  
DunE
A Defias Bandit

Forum posts: 3
File comments: 22
Uploads: 0
Quote:
Originally posted by svartalfimposter
Like this? http://www.curse-gaming.com/mod.php?addid=1699
I have seen that mod before but decided against using it due to the text based/manual feedback system (for reporting what step/output number i'm on etc) and clunky interface. The one redeeming aspect is the "titled" notes concept. Thanks for the heads up though.
DunE is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-19-2005, 05:50 AM  
svartalfimposter
A Wyrmkin Dreamwalker
 
svartalfimposter's Avatar

Forum posts: 49
File comments: 22
Uploads: 0
Quote:
Originally posted by DunE
Great Mod. Gello rox. Gotta love the resizer handle appearing again here

One request: ability to set a "title" for a saved page that woudl show up up top. Could then select a page by title instead of scrolling numbers. That's a bit of a design change i know though, so if not i'll just put titles at the top of my note body and live with it

Oh also would love to see a little button to dump the contents of the page to a channel of my choosing (party,raid,custom chan). I guess this would have to break up long notes into multiple "messages." Both of my above ideas are geared towards being able to easily explain fights (boss fights in Zul'Gurub for example) to new players quickly. Basically, have the explanation typed out on a page titled with the boss's name and then when we get there just paste all info to raid chat for others to read and then everone will "be on the same page."
Thanks a lot!
DunE
Like this? http://www.curse-gaming.com/mod.php?addid=1699
svartalfimposter is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-19-2005, 02:26 AM  
DunE
A Defias Bandit

Forum posts: 3
File comments: 22
Uploads: 0
Great Mod. Gello rox. Gotta love the resizer handle appearing again here

One request: ability to set a "title" for a saved page that woudl show up up top. Could then select a page by title instead of scrolling numbers. That's a bit of a design change i know though, so if not i'll just put titles at the top of my note body and live with it

Oh also would love to see a little button to dump the contents of the page to a channel of my choosing (party,raid,custom chan). I guess this would have to break up long notes into multiple "messages." Both of my above ideas are geared towards being able to easily explain fights (boss fights in Zul'Gurub for example) to new players quickly. Basically, have the explanation typed out on a page titled with the boss's name and then when we get there just paste all info to raid chat for others to read and then everone will "be on the same page."
Thanks a lot!
DunE

Last edited by DunE : 12-19-2005 at 02:42 AM.
DunE is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2005, 09:31 PM  
wanderingdrunk
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
This is very nice!
wanderingdrunk is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-16-2005, 06:51 PM  
Matchbox21
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thanks

Good mod Thank you.

Last edited by Matchbox21 : 12-17-2005 at 08:45 PM.
Matchbox21 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.