some zk tweaks, new title format.
This commit is contained in:
		
							parent
							
								
									1168fdb539
								
							
						
					
					
						commit
						9b9a075715
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@
 | 
				
			||||||
      note = {
 | 
					      note = {
 | 
				
			||||||
        language = "en";
 | 
					        language = "en";
 | 
				
			||||||
        default-title = "untitled";
 | 
					        default-title = "untitled";
 | 
				
			||||||
        filename = "{{id}}-{{slug title}}";
 | 
					        filename = "{{slug title}}-{{id}}";
 | 
				
			||||||
        id-charset = "hex";
 | 
					        id-charset = "hex";
 | 
				
			||||||
        id-length = 8;
 | 
					        id-length = 8;
 | 
				
			||||||
        id-case = "lower";
 | 
					        id-case = "lower";
 | 
				
			||||||
| 
						 | 
					@ -28,6 +28,7 @@
 | 
				
			||||||
        i = ''zk edit --interactive'';
 | 
					        i = ''zk edit --interactive'';
 | 
				
			||||||
        unlinked-mentions = ''zk list --mentioned-by $1 --no-linked-by $1'';
 | 
					        unlinked-mentions = ''zk list --mentioned-by $1 --no-linked-by $1'';
 | 
				
			||||||
        wc = ''zk list --format '{{word-count}}\t{{title}}' --sort word-count $@'';
 | 
					        wc = ''zk list --format '{{word-count}}\t{{title}}' --sort word-count $@'';
 | 
				
			||||||
 | 
					        nt = ''zk new --title "''${*:2}" $1'';
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      tool = {
 | 
					      tool = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue