Notenik is a desktop software program to help a single user maintain multiple collections of notes.
You may well ask why the world needs yet another note-taking app and, in truth, I'm not sure it does. However, whether it wants or needs one or not, it has one, and so I will try to explain why I've have labored to give birth to such a thing at this late date.
Here were my design goals for the app.
Each note stored as a plain text file. This ensures that the notes can be edited on any device, by any text editor, and allows the notes to be painlessly synced between devices using a service such as Dropbox.
Ability to handle multiple collections of notes. I really don't want to be limited to a single collection. With Notenik, create as many folders of notes as you like.
Embedded, platform-independent tags. I want to be able to tag my notes, and see them organized by tags, but I want the tags to move with the notes when the notes get synced between devices, and I want the tags to be editable with any text editor that can be used to edit the notes themselves.
Bookmarks too. Add a URL to a note, and it becomes a bookmark. So now I can create a separate folder just for bookmarks, and organize them by tags, all with the same little app.
A file format that is simple to read and simple to edit. No XML, no HTML, just some flexible, quasi-markdown formatting.
Make sense?
If so, read on.
If not, just move along -- this is not the app you were looking for.
Notenik is written in Java and can run on any reasonably modern operating system, including Mac OS X, Windows and Linux. Notenik requires a Java Runtime Environment (JRE), also known as a Java Virtual Machine (JVM). The version of this JRE/JVM must be at least 6. Visit www.java.com to download a recent version for most operating systems. Installation happens a bit differently under Mac OS X, but generally will occur fairly automatically when you try to launch a Java app for the first time.
Because Notenik may be run on multiple platforms, it may look slightly different on different operating systems, and will obey slightly different conventions (using the CMD key on a Mac, vs. an ALT key on a PC, for example).
Notenik Copyright 2013 - 2014 by Herb Bowie
Notenik is open source software. Source code is available at GitHub.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Download the latest version from PowerSurgePub.com. Decompress the downloaded file. Drag the resulting file or folder into the location where you normally store your applications. Double-click on the jar file (or the application, if you've downloaded the Mac app) to launch.
Notenik works with collections of Notes.
Notenik maintains the following fields for each Note.
File operations may be accessed via the File menu.
The first time you launch Notenik, or after selecting New from the File menu, you will see a fresh collection of Notes, containing only a single entry, for PowerSurge Publishing. New users will have their first set of Notes saved automatically for them in a default location, in a "Notenik" folder within their Documents folder.
Several Save commands are available from the File menu. Save As will allow you to specify a new folder for the current collection of Notes. Save will prompt you for a folder, if one hasn't already been specified, and then will save any unsaved Notes to disk. Save All will force all Notes in the collection to be saved to disk.
On subsequent launches, Notenik will automatically open the last Notenik collection you used. You may also open a recent file by selecting Open Recent from the File menu.
A toolbar with multiple buttons appears at the top of the user interface.
The main window contains three different panes.
On the first half of the main window, you'll see two tabs. The first of these displays the List. This is just a simple list of all your Notes. You can rearrange/resize columns. You can't sort by other columns. Click on a row to select that Note for display on the other half of the main window. Use the entries on the View menu to select a different sorting/filtering option. Use the View Preferences to modify your view options.
The second Tab on the first half of the main window displays the Tags. This is an indented list of all your Tags, with Notes appearing under as many Tags as have been assigned to them, and with Notes with no Tags displaying at the very top. Click to the left of a Tag to expand it, showing Notes and/or sub-tags contained within it.
Note that Tags that were once used, but that are used no more, will stick around until you close the Notenik file and re-open it. If you wish, you may accelerate this process by selecting Reload from the File menu.
The detailed data for the currently selected Note appears on the second half of the main window.
The publish option allows you to easily publish your Notes in a variety of useful formats.
To begin the publication process, select the Publish... command from the File menu.
You will then see a window with the following fields available to you.
Use the drop-down list to select the template you wish to use.
Favorites Plus: This template will produce the following files and formats.
The following preference tabs are available.
The program's General Preferences contain a number of options for modifying the program's look and feel. Feel free to experiment with these to find your favorite configuration. Some options may require you to quit and re-launch Notenik before the changes will take effect.