kopia lustrzana https://github.com/miklobit/TiddlyWiki5
				
				
				
			Fixed problem with recognising module headers on Windows
Pesky line breaks. Thanks to twitter.com/laheadleprint-window-tiddler
							rodzic
							
								
									d93e6b1229
								
							
						
					
					
						commit
						05dc8edc5a
					
				|  | @ -1267,7 +1267,7 @@ $tw.boot.startup = function() { | |||
| 			wikiInfo: "./tiddlywiki.info", | ||||
| 			wikiPluginsSubDir: "./plugins", | ||||
| 			wikiTiddlersSubDir: "./tiddlers", | ||||
| 			jsModuleHeaderRegExpString: "^\\/\\*\\\\\\n((?:^[^\\n]*\\n)+?)(^\\\\\\*\\/$\\n?)", | ||||
| 			jsModuleHeaderRegExpString: "^\\/\\*\\\\(?:\\r?\\n)((?:^[^(?:\\r?\\n)]*(?:\\r?\\n))+?)(^\\\\\\*\\/$(?:\\r?\\n)?)", | ||||
| 			fileExtensionInfo: {}, // Map file extension to {type:}
 | ||||
| 			contentTypeInfo: {} // Map type to {encoding:,extension:}
 | ||||
| 		} | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Jeremy Ruston
						Jeremy Ruston