VOOZH about

URL: https://www.nuget.org/packages/uwap.NotesPlugin/

⇱ NuGet Gallery | uwap.NotesPlugin 1.3.0




👁 Image
uwap.NotesPlugin 1.3.0

dotnet add package uwap.NotesPlugin --version 1.3.0
 
 
NuGet\Install-Package uwap.NotesPlugin -Version 1.3.0
 
 
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.3.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="uwap.NotesPlugin" Version="1.3.0" />
 
Directory.Packages.props
<PackageReference Include="uwap.NotesPlugin" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add uwap.NotesPlugin --version 1.3.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: uwap.NotesPlugin, 1.3.0"
 
 
#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.
#:package uwap.NotesPlugin@1.3.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=uwap.NotesPlugin&version=1.3.0
 
Install as a Cake Addin
#tool nuget:?package=uwap.NotesPlugin&version=1.3.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.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.3.0 279 2/23/2025
1.2.5.3 267 5/26/2024
1.2.5.2 295 3/4/2024
1.2.5.1 280 3/4/2024
1.2.5 279 3/3/2024
1.2.4.1 269 11/19/2023
1.2.4 244 9/29/2023
1.2.3.2 259 9/27/2023
1.2.3.1 242 9/17/2023
1.2.3 250 9/15/2023