diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-11-08 14:39:07 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-11-08 14:46:09 -1000 |
commit | a989374f143a885920e640296902d5bbf4fe8086 (patch) | |
tree | fdc67fabd09a199980ed426551c58da033cb9e80 /README.md | |
parent | c9f375a151cc8caa74c341f054e8a3e0cdc96b52 (diff) | |
download | patchfoo-a989374f143a885920e640296902d5bbf4fe8086.tar.gz patchfoo-a989374f143a885920e640296902d5bbf4fe8086.zip |
Add dualMarkdownPreview option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: - `scriptDir: name of directory in patchfoo's directory (as set by `patchfoo.dir` config option above) to use for user scripts. default: `"script"`. - `draftsDir: name of directory in patchfoo's directory (as set by `patchfoo.dir` config option above) to use for message draft data. default: `"drafts"`. - `newLimit: limit of messages to show on `/new` page. Default: 500. Overridable with query string parameter `limit=...`. +- `dualMarkdownPreview`: Preview messages in composer in multiple SSB markdown implementations, `ssb-marked` and `ssb-markdown` >= 3. Overridable with query string parameter `dualMd=1`. ## TODO |