kopia lustrzana https://github.com/miklobit/TiddlyWiki5
				
				
				
			
		
			
	
	
		
			13 wiersze
		
	
	
		
			322 B
		
	
	
	
		
			Bash
		
	
	
		
		
			
		
	
	
			13 wiersze
		
	
	
		
			322 B
		
	
	
	
		
			Bash
		
	
	
|   | #!/bin/bash
 | ||
|  | 
 | ||
|  | # Split the tiddlers out of a TiddlyWiki file | ||
|  | 
 | ||
|  | node ./tiddlywiki.js \
 | ||
|  | 	./editions/empty \
 | ||
|  | 	--verbose \
 | ||
|  | 	--load $1 \
 | ||
|   | 	--output tmp \
 | ||
|  | 	--rendertiddlers [!is[system]] $:/core/templates/tid-tiddler ginsu text/plain .tid \
 | ||
|  | 	--rendertiddler $:/core/templates/split-recipe ginsu/split.recipe text/plain \
 | ||
|   | 	|| exit 1 |