Soyvolon.MarkdownSearch 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Soyvolon.MarkdownSearch --version 1.0.0
NuGet\Install-Package Soyvolon.MarkdownSearch -Version 1.0.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="Soyvolon.MarkdownSearch" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soyvolon.MarkdownSearch --version 1.0.0
#r "nuget: Soyvolon.MarkdownSearch, 1.0.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.
// Install Soyvolon.MarkdownSearch as a Cake Addin
#addin nuget:?package=Soyvolon.MarkdownSearch&version=1.0.0

// Install Soyvolon.MarkdownSearch as a Cake Tool
#tool nuget:?package=Soyvolon.MarkdownSearch&version=1.0.0

MarkdownSearch

A tool to search a folder that contains markdown files (such as those used when making a docsify site) for a query. The results are designed to be used as a response to ML machines, so it includes the contents of the heading that contains the search terms in the result.

Usage

Create a new instance of MarkdownSearchService in the MarkdownSearch.Services namespace. Or, add it to dependency injection using the IMarkdownService interface.

You can view the SearchTests.cs file for more usage cases.

The search can be configured using the SearchOptions class.

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.
  • net8.0

    • No dependencies.

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
2.0.1 329 3/21/2024
2.0.0 84 3/21/2024
1.2.0 96 2/28/2024
1.1.0 94 2/27/2024
1.0.0 83 2/27/2024
1.0.0-release 74 2/27/2024