NoteLinkHelper inserts wikilinks into an existing 'Siehe auch' section
or appends one. ApplyPlaceholders fills {{title}}/{{date}}/{{topic}} in
template bodies. new --template <name> fetches a server-side template
before opening the editor. SlugGuard moved to NozCli.Core in a previous
session — remove stale copy from NozCli.
4 lines
171 B
C#
4 lines
171 B
C#
namespace NozCli.Core.Models;
|
|
|
|
public record TemplateInfo(string Name, string? Description);
|
|
public record TemplateContent(string Name, string? Description, string Body);
|