CJD Notepad: Released

CJD Notepad has moved out of beta testing and into a release phase.

I have squashed all the bugs that were identified in the beta, and Notepad is now feature complete, at least for this iteration.

First some background

Currently in WordPress there is no way to keep track of odds and ends you find while researching a post, say a list of links or a quote from another website.  Currently to do this you would have to either keep a list of these snippets in a text file on your machine somewhere, or create a draft or private post to hold them.

There are problems with both of those methods, so I was asked to create Notes to fill this hole.

And now for some features

CJD Notepad allows you to create, edit and delete notes, you can also create drafts from your notes.  There are two new sub-menus added by the CJD Notepad plugin, one under the Write Screen: Write Note and one under the Manage Screen: Notes

On the Write Note screen you can create and edit your notes and on the Manage Notes screen you can edit, delete or create a draft from your notes.  That is about it, this is a pretty simple plugin to run and use.  For more information and the download link, check out the permenent home of CJD Notepad.

Everything you need is there, including a link to the support forums.

  1. personal avatar Chris J. Davis
    Stroll on over and visit Chris J. Davis
    March 1, 2007

    As for the preview on the manage page that is in the pipeline for the next release.

    Also, did you read the instructions on the CJD Notepad page? At the bottom there are installation instructions.

  2. personal avatar Michele
    Stroll on over and visit Michele
    March 1, 2007

    Thanks, Chris!

    I’ve been using the beta so far and never had a problem — except for what was known — so I’m sure this one will be great.

  3. personal avatar David
    Stroll on over and visit David
    March 1, 2007

    Okay…one more small thing. I wish I could preview my note without clicking edit or clicking convert to draft. Maybe something that I could click to preview it or something using some fancy javascript and stuff?

  4. personal avatar Adam Bouskila
    Stroll on over and visit Adam Bouskila
    March 1, 2007

    How about using AJAX to expand the notes in the ‘Manage’ section and having a ‘View’ button to trigger it?

  5. personal avatar Adam Bouskila
    Stroll on over and visit Adam Bouskila
    March 1, 2007

    Good stuff! It even has ‘Convert to Draft’, hah!

    It just shows how much potential Wordpress has; I can foresee the Wordpress developers implementing some plugins into the core of Wordpress in the future.

    Chris, I can definitely see your new plugin being incorporated into the next version of Wordpress. :-)

  6. personal avatar David
    Stroll on over and visit David
    March 1, 2007

    Yeah, so I was dumb… Upload the whole notepad folder and it works fine. :)
    Sorry about that.

  7. personal avatar David
    Stroll on over and visit David
    March 1, 2007

    Okay…so do I upload the whole Notepad dir to /plugins? or just the files in Notepad? I know…I am dense.

    But when I just upload the files, it does not work. It says it is looking for a folder called notepad inside my plugins folder. I dunno… I will mess around with it more. I am sure it is just my own dang fault.

  8. personal avatar Orlando
    Stroll on over and visit Orlando
    March 1, 2007

    Just making it very short and efficient: Thanks!

  9. personal avatar Chris J. Davis
    Stroll on over and visit Chris J. Davis
    March 1, 2007

    Hey thanks. I will see how quickly I can get an update out that has a preview on the management screen, since there are a few people who are looking for that.

  10. personal avatar David
    Stroll on over and visit David
    March 1, 2007

    I did, but I was dumb and rushed to install it like I do every other plugin not realizing it should be in its notepad folder (eventhough it is in the instructions to upload everything in the notepad folder). Great plugin. I will have a small note on my blog about it tomorrow morning as kudos to you. :)

  11. personal avatar Jennifer
    Stroll on over and visit Jennifer
    March 1, 2007

    *bows to your greatness*

    I’ve been wanting a plugin like this since I first started using WP. Thanks a ton for releasing it :)

  12. personal avatar Michael Heilemann
    Stroll on over and visit Michael Heilemann
    March 1, 2007

    I seem to get some error messages when I go to the notepad page. I’m on WP1.6a:

    Warning: main(/home/binarybo/wp-config.php): failed to open stream: No such file or directory in /home/binarybo/public_html/wp-content/plugins/edit-note.php on line 2

    Warning: main(): Failed opening ‘/home/binarybo/wp-config.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/binarybo/public_html/wp-content/plugins/edit-note.php on line 2

  13. personal avatar matthew
    Stroll on over and visit matthew
    March 1, 2007

    VERY useful, however it doesnt work on a blog where the WP files are in a subdirectory, without manually editing the code.
    My WP stuff is within a folder on my server but the actual site is outside of that. Does that make sense? My blog address is different to my wordpress address.

    changing get_settings(‘home’) to get_settings(‘siteurl’) on lines 81, 97, 106 and 114 seem to fix that. Strangely though, the form action on line 126 is already set as that but doesnt seem to work unless I manually ad in the subdirectory so in my case its ; action=”/wp13/wp-content/plugins/notepad/edit-note.php”

  14. personal avatar Chris J. Davis
    Stroll on over and visit Chris J. Davis
    March 1, 2007

    I think it is more likely due to the /public_html/ in your path. I need to do some testing to fix it though.

  15. personal avatar Kates
    Stroll on over and visit Kates
    March 1, 2007

    I know I’ve seen this feature somewhere and it kinda stuck. Does pMachine have this notepad feature? Now I have it, I can write more comprehensible entries.

  16. personal avatar Michael Heilemann
    Stroll on over and visit Michael Heilemann
    March 1, 2007

    Chris, I solved most of my other 1.6a > 1.5 downgrade problems, do you think the problem is due to that or due to the plugin?

  17. personal avatar Chris J. Davis
    Stroll on over and visit Chris J. Davis
    March 1, 2007

    Michael,

    That is strange, it seems that the dir loop is not going back far enough to include wp-config. I will look into that for you.

    Matthew,

    Good point about siteurl over home. I have updated Notepad with those changes. And that is really freaky that it didn’t work in the form…

  18. personal avatar Chris J. Davis
    Stroll on over and visit Chris J. Davis
    March 1, 2007

    Hmmmm.. that is most distressing. I am not sure what is up with the bonsai then.

  19. personal avatar Kri
    Stroll on over and visit Kri
    March 1, 2007

    You mentioned making some changes to the “dir loop” to address problems with the main page being in a different directory than the Wordpress files. It seems my set-up is different, so the newest version wasn’t a fix for me. Here’s how I have my Wordpress set up…

    www.home-url.com/index.php (blog home)
    www.home-url.com/blog/ (Wordpress files)

    I went through and fixed it for myself (added /blog to the address in 5 places in edit-note.php), but I’m curious to know if there’s a way to set it up so that other people don’t need to manually edit their code if their set-up is similar.

    I’ve got everything set-up and working for myself, just thought you would like to know this little glitch.

  20. personal avatar matthew
    Stroll on over and visit matthew
    March 1, 2007

    mine has public_html in the path and is fine.

  21. personal avatar Will
    Stroll on over and visit Will
    March 1, 2007

    Nice plugin but two litte bugs.

    First one is when accessing:

    /wp-admin/post.php?page=notepad/cjd_notepad.php

    There is a script error in IE:

    Line 553

    Error: document.note.title is null or not an object

    Line: 630

    Error: Object required

    And when clicking CJD Notepad on plugins page it takes me to my web site instead of your, so it things my site is the plugins home page.

    Would be nice if you could fix.

    Thanks a lot,
     Will

  22. personal avatar Franky
    Stroll on over and visit Franky
    March 1, 2007

    I like the cjd_note plugin. I install it and it works fine at admin account. Unfortunately my blog is multi-user, and when I login as an user (level: author), I can not find this notepad at top menu Write. is there anyway to fix it so my user can use it too? thanks alot, Franky.

Pingbacks & Trackbacks

  1. GreenKri » CJD Notepad » [...] I decided to try out a newly released ;WordPress extension that allows you to write notes (similar to writing a draft, page, or post). CJD Notepad. I thought this might be a cool idea, and whether or not I’ll use it I tried to install it. There was one unfortuante problem with this idea. The extension wasn’t made to work on a blog who’s index is different from the WordPress files directory. After trying to tweak the code, I gave up last night in about ten minutes. [...]
  2. Phoenixrealm » Blog Archive » WordPress CJD Notepad Plugin » [...] I just started using Chris J Davis’ Notepad plugin and once installed, it has already helped me organize my posts and whatnot much better. [...]
  3. Weblog Tools Collection » CJD Notepad » [...] CJD Notepad allows you to create, edit and delete notes, you can also create drafts from your notes. There are two new sub-menus added by the CJD Notepad plugin, one under the Write Screen: Write Note and one under the Manage Screen: Notes [...]
  4. MacManX.com » Blogroll Dive: 6/27/05 » [...] Bryan is looking for feedback on his place in the rising tech support industry. Owen has a few interesting thoughts on his involvement in the future of the WordPress Community. Michael Heilemann is looking for K2 (Kubrick v2) feature suggestions. John sold Blogging Pro. Khaled is preparing Broken Kode v4. Phil launches his Library, and has a few interesting thoughts on parents’ involvement in their children’s training. Michael Hampton launches the Homeland Stupidity Threat Advisory System. Jon launches the Amazon Mobile CD Lookup. Chris releases CJD Notepad. Angsuman uses WP-Cache to protect his blog from “the Slashdot Effect.” Mark wants you to sign a petition if you agree with his point of view on the upcoming 9/11 memorial. Tom ruminates on RSS and its possible uses. And, Podz discovers that the Googlebot is disobeying his robots.txt file. [...]
  5. Economy Size Geek » Blog Archive » Wikit! » [...] Basically, I added CJD Notepad to my WordPress blog. This lets you quickly add notes into your blog to later convert into blog articles. I have about 60 notes so far. I realized two things. First the system doesn’t scale very well - basically it is pretty manageable for 10 or 20 notes but sixty is a bit of a nightmare. Second, few if any of my notes are ever going to actually convert into a blog article. Most of them are interesting aticles or software that I would like to either check out later or keep track of for a later need. [...]

Leave a Reply