Note-C Changelog

What's new in Note-C 2.5.3

Apr 8, 2024
  • New:
  • New option for the text editor to perform a double line break after headings. This function can be activated in the Note-C preferences under Typography
  • New option for the text editor to not automatically continue alphanumeric lists. This function can be deactivated in the Note-C preferences under Typography
  • Improvements:
  • Redesigned user interface of typography in the preferences
  • Improved sentence counting in the text statistics in the text statistics panel
  • Improved word count in the text statistics in the text statistics panel
  • Improved markup removal action, most special characters remain in their original form
  • Improved behavior when canceling the insertion of text clips under certain circumstances
  • Internal markup parser:
MultiMarkdown New:
  • Support for abbreviations (acronyms) [MMD v6 Syntax]

New in Note-C 2.5.2 (Feb 5, 2024)

  • New:
  • Tab Action Convert numbers into words. Write a number, e.g. 111 and press the Tab key to convert the number to "one hundred eleven".
  • Improvements:
  • Improved behavior of the marker selection function
  • Improvements when setting up your own PHP interpreter
  • Improvement of the insert date function regarding undoing the action
  • Various internal modernizations
  • Changes the content of some labels
  • When loading an entry, the text is now scrolled to the last saved cursor position
  • Bug fixes:
  • Fixes a bug in the display of the text editor that led to unwanted effects at the bottom of the text field in newer versions of macOS
  • Fixes a problem when starting Note-C where the document selected at startup was changed by automatic text replacement functions (intelligent quotation marks, intelligent hyphens)
  • Changes:
  • The keyboard shortcuts for Marker selection had to be changed, as the previous ones are occupied by the system in newer macOS versions
  • The keyboard shortcut to select the text field has been changed
  • Markup parser:
  • Smark bug fixes:
  • Fixes a bug in the transformation of span, div, para and code tags with additional attributes if these markers are followed by a line break
  • Fixes a bug in the conversion of lists that contain sublists
  • MultiMarkdown bug fixes:
  • When converting the {{TOC}} markup, incorrect compilations occurred under certain circumstances
  • Markdown, MarkdownExtra, MultiMarkdown bug fixes:
  • Fixes a bug in the handling of code blocks where markup was converted within the code block

New in Note-C 2.5.1 (Oct 5, 2023)

  • New:
  • New, additional option for the internal markup parser to create HTML5 compliant markup tags on empty elements (img, br, hr)
  • Improvements:
  • Improved popup behavior of the CriticMarkup popover feature under certain circumstances
  • Improvements in text statistics
  • Improved behavior using text clips when selection is cancelled by ESC key
  • Preferences for setting up the MultiMarkdown tool adjusted to meet the new requirements
  • Several minor internal adjustments
  • Improvement in sorting of entries if they contain only a number as title
  • Internal Markup Parser:
  • Improvements:
  • Textile:
  • Improvements in the handling of attributes for block elements
  • MultiMarkdown:
  • Adjusted display for footnotes, they are now displayed superscripted and without brackets
  • Adjusted display for citations, which correspond to the current MultiMarkdown representation
  • Bug fixes:
  • MultiMarkdown:
  • Fixes a bug when using the citation markup, which causes the app to crash under certain circumstances
  • Textile:
  • Fixes a bug when using markup attributes that causes the app to crash under certain circumstances
  • Fixes a bug with the conversion of citation markup that led to incorrect display under certain conditions

New in Note-C 2.5.0 (Apr 20, 2023)

  • New:
  • New CriticMarkup inline tool for convenient marking of selected text. Activation via the menu option Markup > Inline CriticMarkup (⌃P)
  • New options for the appearance of the sidebar. Option to display a thinner sidebar and option to hide the sidebar
  • Distraction-free mode: new option to enable scrolling of the text field when the mouse pointer is outside the text field
  • Improvements:
  • Minor improvements in the handling of the "Show in Finder" action in the Attachments pane
  • Distraction-free mode: when using a background image, the transparency setting is now taken into account
  • Distraction-free mode: background images are no longer simply stretched to fit the size of the screen, but are adjusted proportionally to the display size
  • General improvements:
  • MultiMarkdown, when a custom parser should be activated, the internal parser, when activated, caused a conflict. So, instead of using the custom parser, the internal parser was used. For MultiMarkdown it is now the case that the custom parser always has always priority over the other options
  • MultiMarkdown improvements:
  • {{TOC}} markup for generating a table of contents is now supported, as well the {{TOC:2-3}} and {{TOC:3}} extended variants
  • Markdown, MarkdownExtra, MultiMarkdown enhancements:
  • Heading tags with additional attributes are no longer enclosed by p tags
  • Textile improvements:
  • Additional markup for IDs and classes can now also be provided to inline markup
  • CAPS detection improved, possible CAPS within HTML tags (attributes) are no longer incorrectly converted
  • Table. markup is now also supported
  • Improved processing of attributes for block markup
  • Fixes a bug with the padding-right attribute in block markup
  • Smark bug fixes:
  • Fixes a problem where under certain circumstances some special elements are stripped out and do not give a correct result
  • Fixes a problem with the code tag that caused it not to render properly

New in Note-C 2.4.2 (Feb 2, 2023)

  • Improvements:
  • Improved unindent behavior by the delete key in unordered lists (* -)
  • Improved editor behavior when creating lists with li-tags for HTML and BBCode markup languages
  • The internal Markdown, MarkdownExtra and MultiMarkdown Parser can now also escape the pipe character (|) with |
  • The internal MultiMarkdown parser can convert the [Caption element] for tables at the end of a table
  • Bug fixes:
  • Fixes an error in the automatic alpha list creation of the editor, caused by certain character combinations which resulted in inability to continue typing
  • Resolves an error in the internal MarkdownExtra and MultiMarkdown parser, where in certain tables formats all elements were formatted as headers
  • Fixes a bug in the internal MarkdownExtra and MultiMarkdown parser, where an additional empty column is incorrectly added for certain tables
  • Fixes a bug in the internal MarkdownExtra and MultiMarkdown parser, with colspan-formatting

New in Note-C 2.4.1 (Aug 9, 2022)

  • Improvements:
  • JSON info file of existing Textbundle documents remain intact after changes and is no longer overwritten by a new info.json
  • Bug fixes:
  • Fixes a bug in distraction-free mode that prevented writing when highlighting was enabled and no custom font color was set

New in Note-C 2.4.0 (Jul 18, 2022)

  • New:
  • All-new Distraction-Free Mode with extensive settings that can be adjusted directly in the active Distraction-Free Mode
  • Improvements:
  • Improvements when adding assets via drag’n drop
  • When selecting a directory for a diary, a directory within a package file can now also be selected
  • Animated start and end of the distraction free mode. If you don’t want animations, you can switch them off in the Note-C preferences under „Reduce user interface animations“.
  • Internal Textile parser: attributes can now be added to caption-, head- and foot-elements for tables
  • Bug fixes:
  • Internal Textile parser: fixes a bug that could cause Note-C to crash
  • Internal Textile parser: fixes a bug that prevented headings from being written across multiple lines
  • Internal Textile parser: fixes an error that under certain circumstances adds br-tags in table structures
  • Internal Textile parser: fixes an error when converting tables that could cause an abortion of the conversion
  • Internal Markup Parser: fixes a bug for Markdown, MultiMarkdown and MarkdownExtra for numbered lists when using the tab character that could cause Note-C to hang or to display no formatted output at all
  • Internal Smark parser: fixes an issue with anchor links
  • Fixes a bug that could cause Note-C to crash when deleting assets

New in Note-C 2.3.0 (May 3, 2022)

  • New internal markup interpreter with improvements for all Markup languages ​​supported by Note-C
  • New feature that simplifies the correction of misspelled words and allows suggested corrections to be displayed via keyboard shortcuts. This feature can be activated in the preferences under the item Typography. More details about this feature can be found in the help
  • New preference options in the Typography section to adjust the system-wide text settings for "Automatically replace two spaces with periods" and "Automatically capitalize words after a period" in Note-C
  • Improvements:
  • Improvements in the automatic text scrolling function, which now no longer scrolls the beginning of a text if it is already longer, but only when the cursor is in the vertical center of the text field

New in Note-C 2.2.1 (Oct 19, 2021)

  • New:
  • New preferences setting for using your own PHP interpreter
  • Improvements:
  • Various minor adjustments to the user interface
  • Dark mode for the preferences for users of macOS 10.13 or earlier

New in Note-C 2.2.0 (Sep 2, 2021)

  • New:
  • Note-C now natively supports Apple Silicon-processors
  • Improvements:
  • Various internal adjustments and updates
  • Some user interface changes for macOS Big Sur

New in Note-C 2.1.0 (Jan 11, 2021)

  • New:
  • Setting up the notebooks now has its own area in the preferences and has been completely redesigned
  • New preference option: Automatically adjust the order of notebooks according to their use
  • Updated:
  • Display of the icon selection gallery for notebooks has been replaced by a new system
  • Display of the preview of individual entries has been replaced by a new system
  • Various internal updates
  • Improvements:
  • Various smaller improvements and optimizations
  • Various internal improvements for the right-click menu of the entry listing
  • Improved behavior of Note-C if the order of the notebooks is changed in the preferences
  • Changing the typographic quotation marks in the preferences has an immediate effect, a restart is no longer necessary
  • Preference option for the editor: the font size can now also be set with an own size in addition to the predefined values
  • Support for more types of plain text attachments (css, php, etc.)
  • Attachments are displayed alphabetically in the attachment bar
  • Bug fixes:
  • Fixes a bug that caused Note-C to crash when all Attachments of an currently displayed entry were deleted outside of Note-C
  • Fixes an error that caused the attachment icon to appear in the entry list even though there are no attachments
  • Fixes an error in the preview of text attachment where black text appeared on a black background
  • Fixes a bug that prevented attachment files in bundle format (e.g. textbundle, RTFD) from appearing in the attachment bar

New in Note-C 2.0.8 (Jul 28, 2020)

  • New:
  • Two new options in the Tab Actions Manager
  • Instead of having to press ⌥⎋ to display the tab action completion, it can also be specified that only pressing ⎋ displays the completion
  • Option that the completion can be displayed if no character has been written yet
  • Inserting flexible Markers that can be activated using keyboard shortcuts (can be found in the menu under Markup > Insert marker)
  • Improvements:
  • Improved movement of text using the keyboard shortcuts
  • Minor improvements when displaying the notes list
  • Minor improvements in the management of attachments
  • Improved handling of Textbundle files that are not compliant and do not contain an asset directory
  • Updated:
  • Textile parser updated
  • Smark parser (Swift version) updated
  • Markdown-Parser (Swift version) updated
  • Bug fixes:
  • Fixed a bug in the help pages
  • Fixed a bug in setting a custom color for the I-Beam cursor
  • Fixes a bug that prevented the Share menu from being displayed

New in Note-C 2.0.7 (Mar 23, 2020)

  • New:
  • Extended printer preferences with considerably more options to individualize the printing as you like
  • Improvements:
  • When the main window is closed, the main window can be reopened by clicking on the dock icon
  • Moving text up and down using the keyboard shortcut for whole lines improved so that the lines swap places with each other
  • Preferences for the editor reorganized
  • Preferences for selected text now with color selection for the text and background of the selected text
  • Preferences for the background color of the text field, this is now optional. If not activated, the standard background color of the system is used
  • Preferences for the spacing in the text now with additional spacing option for the text area up/down
  • Preferences for the cursor revised and expanded, and its behavior in the editor improved
  • Preferences for the I-beam cursor reworked
  • Reset button for the text editor preferences added
  • Updated:
  • Internal CSS styles for code blocks revised (in order to use updated CSS styles, the existing styles have to be reset in the CSS manager)
  • New display foundation for the help system
  • Various internal updates and improvements
  • Swift markup converter -> Various improvements for the Smark-language
  • Bug Fixes:
  • Fixes bugs in functions in which URLs are formatted with % -escapes
  • Fixes cut labels in the user interface
  • Fixes an error when creating ePub eBooks when images with special characters are included
  • Changes made by moving / duplicating text with keyboard shortcuts are saved

New in Note-C 2.0.6 (Dec 9, 2019)

  • New:
  • New preset option to enable the entry-counter, which shows in the title of the window how many entries the current notebook has. This option can be activated in Preferences > Appearance > Number of entries in the current notebook in the window title
  • Entries with attachments are displayed in the list of entries with a paperclip symbol
  • New menu and context menu action: Duplicate entry
  • New alternative markup conversion engine, developed in the Swift programming language, implemented. This can be activated via the Preferences > General > Use internal Swift version of the markup converter (Beta version: Is in continuous development)
  • Improvements:
  • Various code areas updated
  • Appearance of the text statistics adjusted
  • Color label order of the pop-up button in the toolbar adjusted
  • Visual improvements to the Tab Action Manager
  • Tab Action Manager behavior improved when loading, saving and switching between internally and externally stored tab actions
  • Visual improvements to the export manager
  • Order of the entries in the export manager under macOS Mojave or newer when loading a notebook is correct again
  • Updated:
  • Smark parser updated
  • Bug fixes:
  • Emoticon insertion as images for notebooks via drag'n drop under macOS Mojave or newer restored
  • Webnotes are now correctly declared as such when loading a notebook
  • Fixes an error in the export manager when creating ePub files in which images should be included whose file name contains one or more spaces
  • Note on the bookmarklet:
  • The previous bookmarklet for Safari does not work 100% with this version of Note-C. The updated bookmarklet for Safari is available at Xelaton.com.

New in Note-C 2.0.1 (Aug 14, 2018)

  • Bug-fixes:
  • Fixed a bug that caused the crash of Note-C in some circumstances at startup
  • Fixed a bug that prevented the correct help page from being loaded if one of the help buttons was pressed in the preferences
  • Fixed truncated texts in the German user interface
  • Fixed text error

New in Note-C 2.0.0 (Jul 18, 2018)

  • New:
  • MarkdownExtra as new language option added
  • MultiMarkdown-Terminal-Tool can be used instead of the Perl script. To use the Terminal-Tool perform the necessary steps in the preferences of Note-C under the item "MultiMarkdown"
  • added CriticMarkup support, must be activated explicitly via the preferences under the item "CriticMarkup"
  • modernized user interface
  • switching between bright / dark user interface via the menu Point View > Bright / Dark User Interface. A restart of Note-C is no longer required
  • show / hide the title bar accessible via the menu item View > Show / Hide Titlebar
  • preferences option: thin line numbering (to be found under the item Editor)
  • Markup commands are now Collected under the menu item "Markup" including various new actions for formatting text including corresponding keyboard shortcuts
  • Icons for notebooks new options in the preferences for notebooks
  • Images can be added by drag'n drop to the icon field
  • Emojis and Symbols can be added by drag'n drop to the icon field
  • Any non-image file can be added by drag'm drop to the icon field, in this case the file-own symbol icon, for apps the app icon is used
  • New icons for the integrated icon collection, and internally improved the iconbrowser
  • Added icon reset option in the notebooks icon presets
  • Color labels can now also be set via the right-click menu of the entry list
  • Note-C is now also localized in French
  • Updated:
  • text editor: remove markup menu action renewed
  • Smark-. BBCodeand Textile-Parser updated
  • new icons for the interface
  • help completely revised
  • Improvements:
  • optimizations to the Textbundle and Textpack creation
  • improved display of the selected entry in the entry list
  • improved display of the notes list
  • dark mode-look updated to the current macOS version
  • QuickExport internal improvements
  • unnecessary elements in the interface of the export manager removed
  • internal improvements in the export manager
  • minor improvements for sorting the file list
  • improvements in the status bar popover window
  • improvements when exporting as an ePub file: only attachments used in the eBook text are included in the final file
  • attachments of the currently selected entry which are added or renamed outside Note-C, will be recognized and reloaded whenNote-C becomes active
  • the deletion of individual entries via the delete command can be revoked
  • organization and management of notebooks in the preferences reorganized and simplified
  • Preferences: diverse items of the user interface reorganized
  • Bug Fixes:
  • several bug fixes

New in Note-C 1.6.0 (Aug 4, 2017)

  • New:
  • Note-C automatically opens the last used entry on start now
  • context-menu for the attachment-table
  • Improvements:
  • duplicating an entry within a notebook now results in refreshing the list of entries, so the duplicated entry is visible immediately
  • very long titles of entries are now displayed shortened within the list of entries which prevents corrupted display of additional informations
  • tweaks to the interface of the Tab-Action-Table
  • tweaks to the interface of the CSS-Style-Table
  • smaller improvements for writing the textbundle-meta-data
  • improved protection of using special-characters for file-names which can lead to unexpected behavior
  • new Markup-Transformation-Engine implemented
  • replaced the the strike-markup for Markdown and MultiMarkdown, instead of using the strike-tag, a del-tag will be set
  • optimizations to the text-editor-core
  • optimizations to the attachment-system
  • within the list of entries, the currently selected entry always remains blue highlighted
  • several internal methods refreshed/rewritten/optimized
  • Bug fixes:
  • resolved an issue within the Smark-transformation, which could lead to freezing Note-C
  • corrected website-links within the menu

New in Note-C 1.5.0 (Aug 28, 2016)

  • New:
  • new Dark-Mode for users of OSX 10.10 or later, instead of using a custom Dark-Mode the native VibrantDark-Mode of OSX will be used
  • set color-labels for entries, standard-color-labels of the file-system will be used, so those are also visible within the Finder-App for example
  • Export-Manager, support für Textbundle and Textpack
  • Quick-Export of single entries as txt, rtf, rtfd, doc, odt, html, pdf, textbundle, textpack
  • new Preference-option to define a custom external editor, accessible through the "Edit in external editor"-Popup
  • delete a selected entry using the shortcut CMD+ Delete-Key
  • reset CSS-Styles-Button added to the CSS-Style-Manager
  • new Xelaton CSS-Pack added (Existing users please use the reset CSS-Styles-Button to get the new CSS-Styles)
  • new preference-option for the "insert date"-shortcut in the typography-tab (insert just the date instead of date and time)
  • new Smark 2 parser added (please visit www.xelaton.com for more infos about Smark)
  • new Wikitext parser added
  • Editor-Enhancements:
  • MultiMarkdown and Textile Table-Creation Smart-Editing
  • when in a table-line, hitting the tab-key automatically creates a new |-symbol
  • when in a table-line, hitting the enter-key the next line automatically starts with a |-symbol
  • MultiMarkdown only: automatic generation of tablehead-line when hitting enter-key after first table-line
  • unindenting list-items using the delete-key
  • Markdown, MultiMarkdown, Smark tabbed indention for ordered Lists
  • Markdown, MultiMarkdown, Smark automatic list-creation for ordered, indented lists
  • shortcut for striked-style (CMD+D)
  • shortcut for named links (CMD+Shift+L)
  • Improvements:
  • changed used font in interface to default system-font
  • mini-editor now only performs a save of the file, if there are changes
  • Export-Manager Save-Dialog improved for saving as single-file, the prompted save-panel will be presented as a regular save-panel instead of an open-panel
  • some smaller tweaks to the Export-Manager related to pdf-files
  • bigger tweaks to Export-Manager related exporting multiple files to one file
  • warning-message, when folder-selection for a new book is not suitable
  • warning-message, when the current entry cannot be saved
  • several internal code-improvements
  • Bugfixes:
  • resolves an issue which prevented inserting tabs at the beginning of a document
  • solved an issue, where entering a title could lead to freezing Note-

New in Note-C 1.4.2 (Apr 14, 2016)

  • Improvements:
  • list of files is now sorted in natural way (previous behavior 1, 10, 11, 2, 20, 21, 3 -- Now 1, 2, 3, 10, 11, 20, 21)
  • adopted file-/folder selection-bar-style for OSX Yosemite and up
  • several internal code- and interface optimizations
  • improved drag'n drop behavior when dragging images from websites to Note-C
  • when adding an image with spaces in filename to text, percent escapes will be added
  • Optimizations for the preview-display
  • Smark version 1.1.6 added
  • Bug fixes:
  • resolves interface-glitch for the Tab-Action-Manager in OSX Yosemite and up
  • resolves a bug which lead to false selection when renaming a entry and the renamed entry would become the first entry of the selected notebook
  • resolves an issue when changing font-, background-colors in preferences using the color-slide-selector which can result in Note-C crashing

New in Note-C 1.4.1 (Jan 18, 2016)

  • New:
  • new typography-preference-options
  • smart links
  • smart dashes
  • data detectors
  • when adding, removing, renaming files outside the app (Finder for example), changes will be noticed on return to the app and the listing of files will be refreshed
  • Improved:
  • improved adding of images from websites
  • Bug fixes:
  • untranslated textview context-actions fixed
  • some other fixes
  • Other:
  • fixed some deprecations within code

New in Note-C 1.4.0 (Nov 23, 2015)

  • New:
  • context-menu-actions for the editor
  • remove markup from selection
  • trim selected text
  • if there is no set icon for a notebook, the corresponding folder-icon of the notebook will be used, individual folder-icons, set by user, can be used
  • selected text, or the whole text when there is no selection, can be shared using the sharing-symbol and will be forwarded to the OSX-Sharing-System (only OSX 10.8 or higher)
  • dock-less-mode (to be set in the preferences), so Note-C can be used like a background-app
  • new preference-option: automatic toggle of the attachment-bar, blend in when there are attachments, blend out if there are no attachments
  • new preference-option: optional line-gutters for the editing-field
  • new preference-behavior: when creating a new notebook and the title of this notebook is still "unnamed notebook", the title will be set to the name of the folder of the notebook automatically
  • Improvements:
  • improved behavior of the search/replace-bar in conjunction with shortcuts
  • within the attachment-bar, while displaying a preview of the attachments, arrow-keys can be used to navigate between the different attachments
  • when adding attachments to the text, the focus remains on the text, so you can immediately continue writing
  • BBCode 1.0.1 and Smark 1.1.5 implemented
  • several improvements and enhancements of the editor-core
  • improvements when changing notebooks and file-extensions within the preferences
  • improvements regarding displaying icons in the popup-selector of the status-bar panel
  • Bug fixes:
  • missing placeholder-text for the search-textfield will be displayed in OSX 10.10+ now
  • resolved an issue when deleting notebooks in the preferences and updating the notebook-switch-navigation-bar

New in Note-C 1.3.0 (Jul 16, 2015)

  • New:
  • new preferences to set the infos displayed in the entry-listing (created-modified-date turn of and on, display a preview of the text: 1-5 rows can be set)
  • preferences for font-size for entry-listing text
  • preferences for font-size for strands-listing text
  • entry-list context-menu - new option: duplicate selected entry to another notebook
  • entry-list context-menu - new option: move selected entry to another notebook
  • context-menu for strands
  • send selected strand to text
  • send all strands to text
  • send all strands created today to text
  • delete selected strand
  • delete all strands
  • delete all strands not created today
  • Changes:
  • wording change: Notices replaced by strands within the English user-interface
  • Improvements:
  • images from webpages, added to the attachment-table of Note-C using drag'n drop, without a file-extension will be added now correctly so those images will displayed correctly in the attachment-table
  • some adjustments to the user-interface in the "dark-mode"
  • some user-interface changes to the parts where new strands are being added and edited
  • improved behavior of attachment-preview when adding or deleting attachments
  • Bugfixes:
  • wenn adding/deleting strands in the "dark-mode", they will be displayed correctly now
  • add strand-sheet date-display will be shown now in the set system-language

New in Note-C 1.2.1 (May 5, 2015)

  • New:
  • Smark Version 1.1.4 implemented
  • new Export-File-Format ODT
  • Improvments:
  • improved definition of elements within the English user-interface
  • improved behavior of the main-interface when doing changes within the preferences
  • Bug fixes:
  • solved an error for displaying files in the attachment-bar
  • Dates within the Menubar-Tool will be localized correctly now

New in Note-C 1.2.0 (Dec 17, 2014)

  • New:
  • Textbundle-support, can be activated within the Preferences > General > File-Extension. Learn more about the Textbundle-file-format at http://www.textbundle.org
  • Smark version 1.1.2 implemented
  • image-attachments can be pasted/dragged to most apps using Drag'n Drop
  • new option within the preferences to move original-files to the trash after adding them to Note-C
  • Multimarkdown-preview and shortcuts for bold-, inverseand headline-markup added
  • HTML-preview and shortcuts for bold-, inverseand headline-markup added
  • rightclick-menu added to the entry-listing with following options:
  • open entries in a separate window
  • rename entry
  • delete entry
  • show file of entry in Finder
  • show attachments of entry in Finder
  • Improvements:
  • saving tab-actions in certain using-conditions improved
  • handling of attachments improved when the attachment-preview-window is active
  • handling of Drag'n Drop of attachments to the text-editor improved
  • attachment-preview-windows remembers its position for the next session
  • several smaller improvements for the export of entries
  • export to ePub-format with improved compatibility to iBooks
  • several smaller improvements to the interface
  • several smaller improvements for searching entries
  • when a new file-extension is being set and confirmed with pressing Enter, the list of entries will be refreshed
  • Bug Fixes:
  • when adding images using Drag'n Drop to the text-editor, the correct markup will be inserted now
  • erroneous display of the text-field in certain circumstances fixed
  • fixed a bug when exporting entries with certain options selected solved which lead to empty pages
  • fixed an error when exporting entries to the PDF-format which caused that no images would be embedded when the option "All entries to one file" was selected
  • solved an issue when exporting to the ePub-format concerning embedded metadata
  • improved reaction of search to input and therefore solving an issue which lead to aborting the search
  • fixed some issues with the user-interface
  • fixed some issues when exporting to ePub-format which could lead to unreadable files

New in Note-C 1.1.0 (Oct 3, 2014)

  • New:
  • Preview-Mode added, to preview entries formatted with Markdown, Textile, BBCode, Wikitext, MultiMarkdown or Smark
  • own CSS-Syles in form of CSS-files can be added to Note-C for use in the Preview Mode. Call the CSS-Selection by selecting File -> CSS-Style-Manager
  • Tab-Actions: by using a keyword and the Tab-key potions of text can be easily added to the text. Call the Tab-Action-Manager from the menu by selecting File -> Tab-Action-Manager
  • built in icon-gallery for your notebook-icon-selection
  • Add-Button added to the lower left of Note-C to open the Preferences and to add new notebooks quickly
  • when selecting a notebook or an entry, write-permissions will be checked. When selected entry is protected and can be edited an appropriate warning will be displayed
  • several smaller improvements, optimizations and adjustments
  • Solved bugs:
  • preventing of carrying over Undos to other entries
  • solved an issue with accessing folders, where the entries are stored, when doing changes in a certain way
  • solved an issue with setting a new background-image for the fullscreen-mode
  • several visual-glitch annoyances within the fullscreen-mode solved
  • solved an issue with the disctraction-free mode in OSX 10.6
  • several smaller bugfixes
  • Other:
  • smaller cosmetic adjustments

New in Note-C 1.0.6 (Jul 28, 2014)

  • Shortcut added for quick selection of diaries (CMD+Shift+L)
  • adding the very first attachment to an entry using drag'n drop when attachment-folder doesn't exists yet, improved
  • entries and notes are now separated by an adjustable split-view
  • small changes to the save-procedure of files
  • file-information now get refreshed in a timely manner
  • fixed a bug for the distraction-free mode which lead to crashing Myary
  • fixed a bug for adding a background-image for the fullscreen-mode
  • fixed an issue with displaying attachments under certain circumstances
  • attachment-preview for audio- and video-files replaced with a new system
  • 80+ smaller internal improvements
  • Smark version 1.1.1 implemented
  • Textile version 3.5.5, corrected version, implemented

New in Note-C 1.0.5 (Mar 17, 2014)

  • Navigation-shortcut for entry-selection (CMD+ and CMD-)
  • Navigation swipe-gesture for entry-selection. Two-finger swipe to the left selects next entry, two-finger swipe to the right selects previous entry
  • When setting markup per shortcut, autosaving will now be triggered
  • Adding images to the attachment-bar improved, Opera and Chrome are supported now too
  • Dark-window mode, can be activated via the preferences
  • Textile-Parser updated to version 3.5.5
  • Smark-Parser updated to version 1.1.0
  • Shortcut added to select the text-editor
  • Shortcut added to reset search-results
  • Better handling of text-files with undefined encoding
  • Improvements within the preferences for setting and changing notebooks
  • Shortcut for adding date and time (CMD+Shift+D)
  • Search improved, special-, japanese-, chinese-, etc.-characters can be searched for now too

New in Note-C 1.0.4 (Jan 20, 2014)

  • Fix: search for words with special-characters improved
  • Small optical change to the text-editor (small margin added to upper and lower edge of the editor)
  • Thick insertion-point option improved

New in Note-C 1.0.3 (Dec 21, 2013)

  • Export-issues for Wikitext and Smark in 10.9 solved

New in Note-C 1.0.1 (Aug 21, 2013)

  • Some "very" small tweaks to interface
  • Added some missing tooltips to some buttons
  • Corrected some tooltips in the German version
  • New feature - offering a button to open a webpage where a note has been taken from with the bookmarklet
  • New preference-options to set font-type ,-size and -color for printing
  • New feature - editing selected note
  • Improved behavior when deleting notes
  • App now automatically goes to background when a webnote is received
  • Improved scrolling behavior for notes-listing
  • Corrected a small issue with the search-behavior