Skip to content

Commit

Permalink
Update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmcohn committed Apr 13, 2020
1 parent 355bddb commit 32484c7
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal static partial class AssemblyInfo
public const string Company = "River Software";
public const string Copyright = "Copyright \u00a9 2016 Steven M Cohn. All rights reserved.";

public const string Version = "2.4.0";
public const string Version = "2.5.0";
public const string FileVersion = Version;

public const string Configuration =
Expand Down
28 changes: 23 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![logo](Screenshots/Logo.jpg "logo") OneMore - a OneNote Add-in

A OneNote add-in with the following primary features:
A OneNote add-in with powerful yet simple and effective features including:

* Access all features from the [OneMore group menus](#menus) added to the Home ribbon
* Create/edit/apply [**custom styles**](#styles) with advanced options
Expand All @@ -11,10 +11,11 @@ A OneNote add-in with the following primary features:
* [**Search and replace**](#other) text on the current page
* Add or remove [**footnotes**](#footnotes) (endnotes)

*And these secondary features:*
*Want more from OneMore? OneMore has more...*

* Add [special icon to the page title](#other), also appears in page hierarchy
* Collapse the page hierarchy to see only top-level pages
* Change [**page background**](#dark) to any custom color with dark-mode awareness
* Change selected text to UPPERCASE or lowercase
* Insert single or double horizontal line
* Insert [**Table of Contents**](#exTOC) including all headers on page
Expand Down Expand Up @@ -69,11 +70,21 @@ Tested recently with Windows 10 1909, VS2019, and OneNote 2019/O365

## Examples of What OneMore Can Do...

<a name="dark"></a>
#### Dark Mode and Page Background

While OneNote lets you select from a light, pastel pallet for page backgrounds, OneMore offers
true dark-mode background capabilities as well as custom color selections.

![Dark Page](Screenshots/DarkPage.png)


<a name="exTOC"></a>
#### Table of Contents

Generate a Table of Contents based on both standard headings and custom user-defined headings
where each line is hyperlinked to its heading and indented according to its heading level.
Text colors are based on the page background color.

**Table of Contents**</br>
[Heading 1](#exampToc)</br>
Expand All @@ -95,13 +106,20 @@ background that are fully editable inline.
Insert an information box or warning box with fully customizable headers and content.
These are snippets of content that are actually nested tables.

![Info Boxes](Screenshots/InfoBoxes.jpg)
![Info Box es](Screenshots/InfoBoxes.jpg)

And if you have a dark background, OneMore will automatically adjust to insert dark-mode
styled boxes instead of light styled boxes.

![Info Boxes](Screenshots/InfoBoxesDark.jpg)


<a name="exCodeBox"></a>
#### Code Box

Insert a code box with heading and area for your code. Use the Paste Rich Text command
to paste syntax-highlighted code directly from Visual Studio<sup>1</sup>
to paste syntax-highlighted code directly from Visual Studio<sup>1</sup>.
Text colors are based on the page background color.

![Code Box](Screenshots/CodeBox.jpg)

Expand All @@ -118,7 +136,7 @@ you get it then.

You can add a footnote anywhere on the page and a reference label is inserted at the current
cursor location and a footnote is added to the bottom of the page. You can then edit the
text in that footnote to your heart's desire.
text in that footnote to your heart's desire. Text colors are based on the page background color.

![Footnotes](Screenshots/Footnotes.png)

Expand Down
Binary file modified Screenshots/CustomStyles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/CustomStylesDialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/DarkPage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/InfoBoxesDark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32484c7

Please sign in to comment.