Fossil SCM
Command fixes in the new material within javascript.md
Commit
ba9480b02b4a18916050dd3c8a3045ace46d68cead79ff9d32c10c3e68cd8dac
Parent
202a6616124002f…
1 file changed
+3
-3
+3
-3
| --- www/javascript.md | ||
| +++ www/javascript.md | ||
| @@ -364,20 +364,20 @@ | ||
| 364 | 364 | a WYSIWYG mode to the new Ajaxy wiki editor.) |
| 365 | 365 | |
| 366 | 366 | _Workaround:_ You don’t have to use the browser-based wiki editor to |
| 367 | 367 | maintain your repository’s wiki at all. Fossil’s [`wiki` command][fwc] |
| 368 | 368 | lets you manipulate wiki documents from the command line. For example, |
| 369 | -consider this `vi` based workflow: | |
| 369 | +consider this Vi based workflow: | |
| 370 | 370 | |
| 371 | 371 | ```shell |
| 372 | 372 | $ vi 'My Article.wiki' # begin work on new article |
| 373 | 373 | ...write, write, write... |
| 374 | 374 | :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 | |
| 376 | 376 | ...write, write, write some more... |
| 377 | 377 | :w # save again |
| 378 | - :!fossil commit 'My Article' '%' # update article from disk | |
| 378 | + :!fossil wiki commit 'My Article' '%' # update article from disk | |
| 379 | 379 | :q # done writing for today |
| 380 | 380 | |
| 381 | 381 | ....days later... |
| 382 | 382 | $ vi # work sans named file today |
| 383 | 383 | :r !fossil wiki export 'My Article' - # pull article text into vi buffer |
| 384 | 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 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 |