Statiq.Alerts 0.1.0

dotnet add package Statiq.Alerts --version 0.1.0                
NuGet\Install-Package Statiq.Alerts -Version 0.1.0                
此命令旨在在Visual Studio的包管理器控制台中使用,因为它使用NuGet模块的Install-Package版本。
<PackageReference Include="Statiq.Alerts" Version="0.1.0" />                
对于支持PackageReference的项目,请将此XML节点复制到项目文件中以引用软件包。
paket add Statiq.Alerts --version 0.1.0                
#r "nuget: Statiq.Alerts, 0.1.0"                
#r指令可以在F# Interactive和Polyglot Notebooks中使用。将其复制到交互式工具或脚本的源代码中以引用软件包。
// Install Statiq.Alerts as a Cake Addin
#addin nuget:?package=Statiq.Alerts&version=0.1.0

// Install Statiq.Alerts as a Cake Tool
#tool nuget:?package=Statiq.Alerts&version=0.1.0                

Statiq.Alerts

License Build Downloads

用于在Statiq网站生成器中添加警报的扩展。

目录

安装

  1. Statiq.Alerts NuGet软件包添加到Statiq项目
  2. 在启动器上调用 .AddAlertShortCodes()

要求

此扩展要求BootstrapFontAwesome由Statiq主题加载。

用法

请参阅使用短代码以获取有关如何在Statiq中使用短代码的详细说明。

提示

<?# Tip ?>
This is a tip
<?#/ Tip ?>

显示提示警报

Tip alert

信息

<?# Info ?>
This is an info message
<?#/ Info ?>

显示信息消息

Info alert

注意

<?# Note ?>
This is a note
<?#/ Note ?>

显示笔记

Note alert

警告

<?# Warning ?>
This is a warning
<?#/ Warning ?>

显示警告

Warning alert

重要

<?# Important ?>
This is an important message
<?#/ Important ?>

显示重要消息

Important alert

API

自定义快捷键

可以继承自 AlertShortcode 类来实现更多自定义快捷键,并定义 DefaultAlertClassDefaultAlertIconDefaultAlertTitle 属性。有关可接受值的文档,请参阅参数

参数

以下参数适用于所有快捷方式,并允许覆盖默认样式。

《Class》参数允许覆盖警报《div》元素的CSS类

<?# Note Class="alert-secondary"?>
This is a note rendered in the secondary color
<?#/ Note ?>

《alert》类始终被设置。

图标
更改图标

《Icon》参数允许覆盖警报的图标

<?# Note Title="fa-check"?>
This is a note with a different icon
<?#/ Note ?>

可以使用的图标包括Fontawesome图标。始终设置《fa-solid》类。

移除图标

要移除图标,可以将《Icon》参数设置为空字符串

<?# Note Iocn=""?>
This is a note without an icon
<?#/ Note ?>
标题
更改标题

《Title》参数允许覆盖警报的标题

<?# Note Title="Custom Title"?>
This is a note with a custom title
<?#/ Note ?>
移除标题

要移除标题,可以将《Title》参数设置为空字符串

<?# Note Title=""?>
This is a note without a title
<?#/ Note ?>

贡献

我们接受Pull Requests

许可协议

MIT © Swiss GRC AG

产品 兼容和附加的计算目标框架版本。
.NET
更多关于目标框架.NET Standard的信息。

NuGet包

此包不被任何NuGet包使用。

GitHub仓库

此包不被任何流行的GitHub仓库使用。

版本 下载 最后更新
0.1.0 1,691 3/14/2024