WP NoteUp

icon-256x256

 

I’ve been waiting for a while to publish a new plugin! I have a few, but they are old and outdated. I’ve learned a lot about making better WordPress Plugins (coding wise) and I’ve finally got a plugin with something more modern.

Screen Shot 2015-02-20 at 5.11.20 PMWhen I set out to develop a new plugin I wanted to build something I wanted. I’ve tried other note taking plugins, but nothing has been simple and exactly what I needed.

WP NoteUp is inspired by Simplenote and aims to be as like it as it can be. Simple and right to the point, just text.

A Pro Version

I have plans, though, to release a Pro version of the plugin that features some vanity items like note backgrounds but should also feature more features like Markup or the Visual Composer.

I know people want more than what WP NoteUp does out of the box with today’s release, sometimes I want more out of Simplenote too. So, the Pro version will have these things and give people that want more…more, and if you just want simple just go with the .Org version.

Note sure how much, not sure when I’ll get it done. But when I do, I’ll post something here.

How to fix issue where external drive (non-NTFS) is being mounted as Read Only

This is what I did anyhow…

Here my external disk is Sling and it has the proper permissions root:admin. Before it had root:wheel which wasn’t allowing me to write to the disk as I did before.

To get the right permissions I used sudo chown root:admin Sling/. I thought that this permission would only apply one time, but I ejected and re-mounted and it kept the permission.

Hopefully this helps.