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 - 2015 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.
The Folder Sync application prefs pane allow the user to identify a common folder to which several different Notenik collections can be synced.
The common folder may then be conveniently accessed using nvAlt.
Each collection can have a different prefix assigned, and that prefix will then be used to keep the notes from the different collections separately identified within the common nvAlt folder. The prefix will default to the folder name for the collection, with a trailing 's' removed if one is found, and with a dash added as a separator. A folder name of 'Bookmarks', for example, would result in a prefix of 'Bookmark - ' being appended to the front of each note as it is stored in the common folder.
The logic for the syncing works as follows.
A sweep of the entire common folder will be performed whenever syncing is first turned on for a collection, and henceforth whenever a collection with syncing already on is opened.
The sweep sync includes the following logic.
For any nvAlt notes with a matching prefix, where the corresponding note does not already exist within the Notenik collection, the note will be added to the Notenik collection.
For any Notenik notes where a matching nvAlt note is not found, the note will be added to the nvAlt folder.
For any Notenik notes where a matching nvAlt note has been updated more recently than the matching Notenik note, the Notenik note will be updated to match the nvAlt note.
Once folder sync has been turned on for a collection, then every time that Notenik makes an update to any note within that collection, a parallel update will be made to the corresponding note within the common folder.
The following commands are available. Note that the first two commands open local documentation installed with your application, while the next group of commands will access the Internet and access the latest program documentation, where applicable.
Program History -- Opens the program's version history in your preferred Web browser.
User Guide -- Opens the program's user guide in your preferred Web browser.
Check for Updates -- Checks the PowerSurgePub web site to see if you're running the latest version of the application.
Notenik Home Page -- Open's the Notenik product page on the World-Wide Web.
Reduce Window Size -- Restores the main Notenik window to its default size and location. Note that this command has a shortcut so that it may be executed even when the Notenik window is not visible. This command may sometimes prove useful if you use multiple monitors, but occasionally in different configurations. On Windows in particular, this sometimes results in Notenik opening on a monitor that is no longer present, making it difficult to see.