uwap.NotesPlugin
1.2.5.3
dotnet add package uwap.NotesPlugin --version 1.2.5.3
NuGet\Install-Package uwap.NotesPlugin -Version 1.2.5.3
<PackageReference Include="uwap.NotesPlugin" Version="1.2.5.3" />
paket add uwap.NotesPlugin --version 1.2.5.3
#r "nuget: uwap.NotesPlugin, 1.2.5.3"
// Install uwap.NotesPlugin as a Cake Addin #addin nuget:?package=uwap.NotesPlugin&version=1.2.5.3 // Install uwap.NotesPlugin as a Cake Tool #tool nuget:?package=uwap.NotesPlugin&version=1.2.5.3
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 | 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. |
-
net8.0
- uwap.WebFramework (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.