Fossil SCM

Command fixes in the new material within javascript.md

wyoung 2020-08-20 00:37 js-policy-doc
Commit ba9480b02b4a18916050dd3c8a3045ace46d68cead79ff9d32c10c3e68cd8dac
1 file changed +3 -3
--- www/javascript.md
+++ www/javascript.md
@@ -364,20 +364,20 @@
364364
a WYSIWYG mode to the new Ajaxy wiki editor.)
365365
366366
_Workaround:_ You don’t have to use the browser-based wiki editor to
367367
maintain your repository’s wiki at all. Fossil’s [`wiki` command][fwc]
368368
lets you manipulate wiki documents from the command line. For example,
369
-consider this `vi` based workflow:
369
+consider this Vi based workflow:
370370
371371
```shell
372372
$ vi 'My Article.wiki' # begin work on new article
373373
...write, write, write...
374374
:w # save changes to disk copy
375
- :!fossil create 'My Article' '%' # current file (%) to new article
375
+ :!fossil wiki create 'My Article' '%' # current file (%) to new article
376376
...write, write, write some more...
377377
:w # save again
378
- :!fossil commit 'My Article' '%' # update article from disk
378
+ :!fossil wiki commit 'My Article' '%' # update article from disk
379379
:q # done writing for today
380380
381381
....days later...
382382
$ vi # work sans named file today
383383
:r !fossil wiki export 'My Article' - # pull article text into vi buffer
384384
--- www/javascript.md
+++ www/javascript.md
@@ -364,20 +364,20 @@
364 a WYSIWYG mode to the new Ajaxy wiki editor.)
365
366 _Workaround:_ You don’t have to use the browser-based wiki editor to
367 maintain your repository’s wiki at all. Fossil’s [`wiki` command][fwc]
368 lets you manipulate wiki documents from the command line. For example,
369 consider this `vi` based workflow:
370
371 ```shell
372 $ vi 'My Article.wiki' # begin work on new article
373 ...write, write, write...
374 :w # save changes to disk copy
375 :!fossil create 'My Article' '%' # current file (%) to new article
376 ...write, write, write some more...
377 :w # save again
378 :!fossil commit 'My Article' '%' # update article from disk
379 :q # done writing for today
380
381 ....days later...
382 $ vi # work sans named file today
383 :r !fossil wiki export 'My Article' - # pull article text into vi buffer
384
--- www/javascript.md
+++ www/javascript.md
@@ -364,20 +364,20 @@
364 a WYSIWYG mode to the new Ajaxy wiki editor.)
365
366 _Workaround:_ You don’t have to use the browser-based wiki editor to
367 maintain your repository’s wiki at all. Fossil’s [`wiki` command][fwc]
368 lets you manipulate wiki documents from the command line. For example,
369 consider this Vi based workflow:
370
371 ```shell
372 $ vi 'My Article.wiki' # begin work on new article
373 ...write, write, write...
374 :w # save changes to disk copy
375 :!fossil wiki create 'My Article' '%' # current file (%) to new article
376 ...write, write, write some more...
377 :w # save again
378 :!fossil wiki commit 'My Article' '%' # update article from disk
379 :q # done writing for today
380
381 ....days later...
382 $ vi # work sans named file today
383 :r !fossil wiki export 'My Article' - # pull article text into vi buffer
384

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button