mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-10-31 02:50:08 +00:00 
			
		
		
		
	cleanup docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									d514122694
								
							
						
					
					
						commit
						b039a1224f
					
				| @ -631,23 +631,24 @@ var setup = function(){ | ||||
|   - ### Formatting | ||||
|     - The formatting mostly adheres to the markdown spec with a few minor differences | ||||
|     - | ||||
|     - Styles: | ||||
|       - Automatic Headings | ||||
|     - # Node styles: | ||||
|       - # Automatic Headings | ||||
|         - Heading level is determined by topology | ||||
|         - # Heading | ||||
|           - # Heading | ||||
|             - # Heading | ||||
|               - ... | ||||
|         - NOTE: Heading created via `@` will not show up in index. | ||||
|       - # Manual Headings (disabled) | ||||
|         collapsed:: true | ||||
|         - @ Heading 1 | ||||
|           - @ Heading 2 | ||||
|             - @ Heading 3 | ||||
|               - @ Heading 4 | ||||
|                 - @ Heading 5 | ||||
|                   - @ Heading 6 | ||||
|       - Manual Headings | ||||
|         - # Heading 1 | ||||
|         - ## Heading 2 | ||||
|         - ### Heading 3 | ||||
|         - #### Heading 4 | ||||
|         - ##### Heading 5 | ||||
|         - ###### Heading 6 | ||||
|       - Text | ||||
|       - Lists:: | ||||
|         - @@ Heading 2 | ||||
|         - @@@ Heading 3 | ||||
|         - @@@@ Heading 4 | ||||
|         - @@@@@ Heading 5 | ||||
|         - @@@@@@ Heading 6 | ||||
|       - # Text | ||||
|       - # Lists:: | ||||
|         - bullet: | ||||
|           - a: | ||||
|             collapsed:: true | ||||
| @ -675,21 +676,25 @@ var setup = function(){ | ||||
|             - y | ||||
|             - z | ||||
|           - c | ||||
|       - # Quoting | ||||
|         - > quote | ||||
|       - Notes | ||||
|       - # Notes | ||||
|           - NOTE: a note text | ||||
|           - NOTE: | ||||
|             - a root note can also be empty | ||||
|             - click on the outer border to edit root | ||||
|       - # Comments | ||||
|         - // C-style comment | ||||
|         - ; ASM-style comment | ||||
|       - XXX Highlight | ||||
| 	  - Status (toggle all via: `alt-s`) | ||||
|         - DONE Done (toggled via: `alt-x`) | ||||
|         - REJECT Reject (toggled via: `alt-r`) | ||||
|     - # Status  | ||||
|       - Status of any node can be toggled via: `alt-s` | ||||
|         - DONE Done (explicitly toggled via: `alt-x`) | ||||
|         - REJECT Reject (explicitly toggled via: `alt-r`) | ||||
|     - # Inline styles: | ||||
|       - Basic inline *bold*, _italic_ and ~striked~ | ||||
|       - Marking ==text== | ||||
|     - Code: | ||||
|     - # Code: | ||||
|       - Inline quoting `html <b>code</b>` | ||||
|       - code blocks | ||||
|         ```javascript | ||||
| @ -697,10 +702,11 @@ var setup = function(){ | ||||
| 
 | ||||
|         console.log(text) | ||||
|         ``` | ||||
| 	- Line | ||||
|     - # Line | ||||
|       - --- | ||||
| 	- Markers: ASAP, TEST, BUG, FIX, HACK, STUB, WARNING, and CAUTION  | ||||
|     - Basic task management | ||||
|     - # Markers:  | ||||
|       - ASAP, TEST, BUG, FIX, HACK, STUB, WARNING, and CAUTION  | ||||
|     - # Basic task management | ||||
|       - [%] Completion status | ||||
|         - Inline [X] checkboxes [_] | ||||
|         - To do items/blocks | ||||
| @ -709,22 +715,23 @@ var setup = function(){ | ||||
|           - [X] done item | ||||
|           - [_] we can also add inline [x] checkboxes and states: [%] | ||||
|         - navigating checkboxes in view mode can be done via `ctrl-left` / `ctrl-right` and toggling is done via `space` | ||||
| 	- links | ||||
|     - # links | ||||
|       - [link](about:blank) | ||||
|       - [local links](#attributes) | ||||
|       - https://example.com | ||||
|       - ./path/to/file /path/to -- _not supported yet_ | ||||
|     - Tables | ||||
|     - # Tables | ||||
|       - | a | b | c | | ||||
|         | 1 | 2 | 3 | | ||||
|         | 11 | 22 | 33 | | ||||
|     - Symbols -- _should these be ligatures?_ | ||||
|     - # Symbols | ||||
|       - _should these be ligatures?_ | ||||
|       - (i), (c), /!\, ... | ||||
|       - -- and --- | ||||
|     - Table of content | ||||
|       - Global | ||||
|     - # Table of content | ||||
|       - # Global | ||||
|         - TOC | ||||
|       - Local | ||||
|       - # Local | ||||
|         - toc | ||||
|         - demo content | ||||
|           collapsed:: true | ||||
| @ -733,24 +740,24 @@ var setup = function(){ | ||||
|             - @ Heading | ||||
|               - @ Heading | ||||
|           - @ Heading | ||||
|     - Templating: | ||||
|       - Inline | ||||
|     - # Templating: | ||||
|       - # Inline | ||||
|         - TEMPLATE | ||||
|           [ ]  | ||||
|         - [ ] example item | ||||
|       - Nested | ||||
|       - # Nested | ||||
|         - TEMPLATE creates [below] | ||||
|           - [ ]  | ||||
|         - [ ] example item | ||||
|         - TEMPLATE^ creates [above] | ||||
|           - [ ]  | ||||
|       - Multiple nested | ||||
|       - # Multiple nested | ||||
|         - TEMPLATE [\ASAP] [ToDo] [Note] | ||||
|           - [ ] ASAP  | ||||
|           - [ ]  | ||||
|           -  | ||||
|         - Q: should we include button text in item??? | ||||
|     - Attributes: | ||||
|     - # Attributes: | ||||
|       id:: attributes | ||||
|       - collapsed | ||||
|         collapsed:: true | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user