From 44dd840d59bb7076dcca5033c86eda6dd7ec1b80 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 22 Jan 2020 11:25:28 -0800 Subject: [PATCH] doc/Factoids.md: improvements --- doc/Factoids.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/Factoids.md b/doc/Factoids.md index 469bc13c..c06b726a 100644 --- a/doc/Factoids.md +++ b/doc/Factoids.md @@ -426,6 +426,10 @@ You can use the [`factset`](#factset) command to set a special [factoid metadata ## Adding/removing factoids ### factadd +To create a factoid, use the `factadd` command. This command can alternatively +accept a Web paste site via the `-url` option; this allows you to use your local +editor to set factoid text that can include line-breaks and indentation. + Usage: `factadd [-f] [channel] ( | -url )` To add a factoid to the global channel, use `global` as the channel parameter. @@ -434,13 +438,6 @@ To add a factoid to the global channel, use `global` as the channel parameter. To force overwriting an existing factoid, use the `-f` option. -To add a factoid's contents from an external Web-based text paste site, use the -`-url ` option instead of a description. Factoids added this way -will retain all formatting, including line-breaks and indentation. - - !factadd newfactoid -url http://ix.io/XXXX - newfactoid added to global channel. - ### factrem ### forget