uwap.NotesPlugin 1.2.5.2

dotnet add package uwap.NotesPlugin --version 1.2.5.2
NuGet\Install-Package uwap.NotesPlugin -Version 1.2.5.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="uwap.NotesPlugin" Version="1.2.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add uwap.NotesPlugin --version 1.2.5.2
#r "nuget: uwap.NotesPlugin, 1.2.5.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install uwap.NotesPlugin as a Cake Addin
#addin nuget:?package=uwap.NotesPlugin&version=1.2.5.2

// Install uwap.NotesPlugin as a Cake Tool
#tool nuget:?package=uwap.NotesPlugin&version=1.2.5.2

NotesPlugin

Plugin for WebFramework that adds a simple notes app for users.

There is also a manifest so most browsers should offer installing this plugin as a progressive web app (PWA).

Website: https://uwap.org/projects/notes-plugin

Changelog: https://uwap.org/changes/notes-plugin

Main features

  • Creating, editing, saving/discarding and renaming notes
  • Searching for notes by name or day
  • Creating folders for notes with unlimited depth

Installation

You can add this plugin to your WF project by installing the NuGet package: uwap.NotesPlugin

You can also download the source code and reference it in your project file.

Once installed, add the following things to your program start code:

  • Add <code>using uwap.WebFramework.Plugins;</code> to the top, otherwise you have to prepend it to <code>NotesPlugin</code>
  • Create a new object of the plugin: <code>NotesPlugin notesPlugin = new();</code>
  • Map the plugin to a path of your choosing (like any/notes): <code>PluginManager.Map("any/notes", notesPlugin);</code>

You can do all that with a single line of code before starting the WF server:<br/><code>PluginManager.Map("any/notes", new uwap.WebFramework.Plugins.NotesPlugin());</code>

Plans for the future

  • Moving notes
  • Sharing notes publically or privately
  • Allowing other users to edit certain notes
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.5.2 103 3/4/2024
1.2.5.1 85 3/4/2024
1.2.5 94 3/3/2024
1.2.4.1 154 11/19/2023
1.2.4 91 9/29/2023
1.2.3.2 109 9/27/2023
1.2.3.1 102 9/17/2023
1.2.3 112 9/15/2023