darkshadow791 Posted April 26, 2007 Share Posted April 26, 2007 This is my first released program (to this forum anyways). I've been working on it for a few weeks and have finally made it as error proof as I can. Note-Taker is a Notepad-like program with a small bonus! It allows you to create and edit note definitions. What does this mean? This means that while typing, you can use common abbreviations or common internet "shorthand" as much as you want. When you're done typing, with a simple click of a button, you can convert all your shorthand + notes to readable text! It may not sound like much, but it works miracles for me taking notes in classes. You can manage your note definitions either through the GUI that it comes with or just editing the Definitions.txt file yourself. Format is simple: abbreviation|word It also includes many basic features, including "smart-saving," printing, etc. Notes: [read this!] *Only supports up to 300 definitions as of now. *This is a beta product. Nothing is perfect. Plenty of things don't work perfectly. *Only supports one open file at a time. Tab support is soon to come. *Please post any notable bugs you find here. I will keep a to-do list of things to update + fix (if people like it enough) *Source is available via a link at the bottom of this post. The source is split up into many organized files. *If you have any comments, questions, (constructive) criticism, or bug reports, please feel free to post here *A default Definitions.txt file is not made. You must create all your own definitions. (default definitions to be added later) *To convert the notes to readable text, use the menu: Tools > Notes > Convert Notes To Text *To manage notes, use the menu: Tools > Notes > Manage Notes About the source file... The source is split into 10 separate .au3 files, all located in the rar file. The structure is as follows:The "Main" file (the file that you should compile + run) is "base.au3"The GUI is made via "GUI.au3"Globals are defined in "Globals.au3"Tray is created in "Tray.au3" (to be expanded on...)All functions that are called are located in the "Funcs" folderIn the funcs folder there is:"Main.au3" - general program functions not specific to any menuAll other files in here are named according to the Menu they correspond to.Many things were removed or pushed back for a later version. If you see something in there that doesn't seem to be apart of anything, that's probably whyDownload Source Here Download Compiled Version Here To-Do ListAdd more tray icon thingsAdd default definitionsExpand Tools/Notes Menu Note Taker Lite - a note taking / converting tool. Link to comment Share on other sites More sharing options...
Flamingwolf Posted April 26, 2007 Share Posted April 26, 2007 good job! i will have to use this from now on ! Link to comment Share on other sites More sharing options...
TehBeyond Posted April 26, 2007 Share Posted April 26, 2007 To quote my good pal Tony the Tiger... This is GRRRRRRRRRRRRRRRREAT! I would have told you I have Alzheimer's, but I forgot.My Splendid-Tastic Blog Link to comment Share on other sites More sharing options...
darkshadow791 Posted April 26, 2007 Author Share Posted April 26, 2007 Some minor bug updates. Please re-download the new COMPILED version if you have downloaded it already. No one else has any comments on it? Note Taker Lite - a note taking / converting tool. Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted April 26, 2007 Share Posted April 26, 2007 Some minor bug updates. Please re-download the new COMPILED version if you have downloaded it already.No one else has any comments on it? it seems to be missing some files.. "Funcs\View.au3", "Funcs\Options.au3" Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
darkshadow791 Posted April 27, 2007 Author Share Posted April 27, 2007 (edited) View.au3 and Options.au3 have been removed because they are blank files that I never did anything with. Edit: Old version had a BIG error! Please redownload new/fixed version Edited April 27, 2007 by darkshadow791 Note Taker Lite - a note taking / converting tool. Link to comment Share on other sites More sharing options...
Generator Posted April 27, 2007 Share Posted April 27, 2007 Good job, I will check it out. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now