df416814b1 
								
							
								 
							
						 
						
							
							
								
								Update chinese translations ( #3917 )  
							
							... 
							
							
							
							* Add chinese translations for Saving/GitHub/ServerURL
* Improve simplified chinese wording 
							
						 
						
							2019-04-16 15:56:05 +01:00  
				
					
						
							
							
								 
						
							
							
								b7e0930122 
								
							
								 
							
						 
						
							
							
								
								savewikifolder: Fix custom plugin fields  
							
							... 
							
							
							
							We need to carry across all plugin fields into the tiddlywiki.info file 
							
						 
						
							2019-04-16 11:59:34 +01:00  
				
					
						
							
							
								 
						
							
							
								0a5c826816 
								
							
								 
							
						 
						
							
							
								
								GitHub Saver: Fix ServerURL name  
							
							
							
						 
						
							2019-04-16 10:15:58 +01:00  
				
					
						
							
							
								 
						
							
							
								25c0ebb523 
								
							
								 
							
						 
						
							
							
								
								GitHub Saver: Make server URL configurable  
							
							
							
						 
						
							2019-04-15 21:30:59 +01:00  
				
					
						
							
							
								 
						
							
							
								b32a5aa9af 
								
							
								 
							
						 
						
							
							
								
								GitHub saver: Fix problem with saving to a non-existent directory  
							
							
							
						 
						
							2019-04-15 21:08:04 +01:00  
				
					
						
							
							
								 
						
							
							
								232eba2f7d 
								
							
								 
							
						 
						
							
							
								
								Http utilities: add xhr object to callback  
							
							
							
						 
						
							2019-04-15 21:07:23 +01:00  
				
					
						
							
							
								 
						
							
							
								04a4a0f92e 
								
							
								 
							
						 
						
							
							
								
								Add support of language aliases in highlight.js plugin ( #3898 )  
							
							... 
							
							
							
							listLanguages() returns a list of supported languages. It does not
return language aliases.
highlight.js has extensive support of language aliases which can be 
viewed here
https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html#language-names-and-aliases 
But because of using listLanguages(), TW does not take advantage of 
alias.
getLanguage() method on the other hand supports aliases.
https://highlightjs.readthedocs.io/en/latest/api.html#getlanguage-name 
To summarize, now user can use javascript, js or jsx for the code block. getLanguage() will return an object which means highlight.js supports
this language. 
							
						 
						
							2019-04-15 18:45:45 +01:00  
				
					
						
							
							
								 
						
							
							
								0513837228 
								
							
								 
							
						 
						
							
							
								
								Ensure tiddler.getFieldStringBlock uses a deterministic ordering  
							
							... 
							
							
							
							Makes diffs easier to track 
							
						 
						
							2019-04-14 14:23:49 +01:00  
				
					
						
							
							
								 
						
							
							
								58cdbbf865 
								
							
								 
							
						 
						
							
							
								
								Add chinese help texts for the new savewikifolder command ( #3911 )  
							
							
							
						 
						
							2019-04-14 14:14:20 +01:00  
				
					
						
							
							
								 
						
							
							
								373afd72c8 
								
							
								 
							
						 
						
							
							
								
								Add savewikifolder command  
							
							... 
							
							
							
							Makes it much easier to convert a TiddlyWiki HTML file into a full wiki folder. 
							
						 
						
							2019-04-14 12:04:00 +01:00  
				
					
						
							
							
								 
						
							
							
								7fcd2f132e 
								
							
								 
							
						 
						
							
							
								
								Filesystemadaptor: Improve handling of JSON files  
							
							... 
							
							
							
							Fixes  #3875 
* Use .json files (instead of .tid) for any tiddler whose fields contain values that can't be stored as a .tid file
* Save application/json tiddlers as .json files
* Refactor most of the file handling as re-usable utilities 
						
							2019-04-13 14:59:44 +01:00  
				
					
						
							
							
								 
						
							
							
								edd3156430 
								
							
								 
							
						 
						
							
							
								
								Improve loading/importing of JSON files  
							
							... 
							
							
							
							First part of fix for #3875 
The idea is to do a better of job of distinguishing JSON files that contain tiddlers versus those that contain plain blobs of JSON that should be stored as a single application/json tiddler.
Under Node.js, .json files with an accompanying metafile are always treated as a JSON blob. Without a meta file, those that appear to not contain valid tiddlers are returned as a JSON blob, otherwise the tiddlers within the file are imported.
In the browser, we don't have .meta files so we rely on the valid tiddler check. 
							
						 
						
							2019-04-13 14:47:27 +01:00  
				
					
						
							
							
								 
						
							
							
								8c72a28f0c 
								
							
								 
							
						 
						
							
							
								
								Add ability to load plugins via the command line  
							
							... 
							
							
							
							Fixes  #3907  
						
							2019-04-12 18:09:16 +01:00  
				
					
						
							
							
								 
						
							
							
								9b72eabd1a 
								
							
								 
							
						 
						
							
							
								
								Fix crash in GitHub saver ( #3905 )  
							
							... 
							
							
							
							If the path was not specified, RSOD error occurred when we wanted to
download the wiki:
  Uncaught TypeError: Cannot read property 'substring' of undefined 
							
						 
						
							2019-04-11 08:21:55 +01:00  
				
					
						
							
							
								 
						
							
							
								61d87875ff 
								
							
								 
							
						 
						
							
							
								
								Add chinese translations for configuration of GitHub saver ( #3899 )  
							
							
							
						 
						
							2019-04-09 08:13:14 +01:00  
				
					
						
							
							
								 
						
							
							
								73703da2e7 
								
							
								 
							
						 
						
							
							
								
								Minify base64-utif8 module  
							
							... 
							
							
							
							Minified with https://skalman.github.io/UglifyJS-online/  
							
						 
						
							2019-04-08 21:37:32 +01:00  
				
					
						
							
							
								 
						
							
							
								aa5eaa98fc 
								
							
								 
							
						 
						
							
							
								
								Add a GitHub saver  
							
							... 
							
							
							
							Fixes  #3890 
I think it would be useful to have a simple tutorial for setting up saving via GitHub pages. 
						
							2019-04-08 21:08:58 +01:00  
				
					
						
							
							
								 
						
							
							
								662ae91067 
								
							
								 
							
						 
						
							
							
								
								Bugfix: reveal widget regression! ( #3897 )  
							
							
							
						 
						
							2019-04-06 10:27:37 +01:00  
				
					
						
							
							
								 
						
							
							
								d5fa68b46a 
								
							
								 
							
						 
						
							
							
								
								Simplify PageTemplate  
							
							... 
							
							
							
							We no longer need to mess around with the currentTiddler variable to be able to access to the "name" field of the current language 
							
						 
						
							2019-04-05 09:11:54 +01:00  
				
					
						
							
							
								 
						
							
							
								6e81122fa3 
								
							
								 
							
						 
						
							
							
								
								Restore exclude parameter for selective TOC macros  
							
							... 
							
							
							
							Reverting 94607aa9cd 
							
						 
						
							2019-03-30 12:10:42 +00:00  
				
					
						
							
							
								 
						
							
							
								6575db07c7 
								
							
								 
							
						 
						
							
							
								
								Docs typo  
							
							
							
						 
						
							2019-03-30 12:06:46 +00:00  
				
					
						
							
							
								 
						
							
							
								f4d8c90191 
								
							
								 
							
						 
						
							
							
								
								Add missing "from-version" tags to new features  
							
							
							
						 
						
							2019-03-30 10:55:22 +00:00  
				
					
						
							
							
								 
						
							
							
								37ea659bf0 
								
							
								 
							
						 
						
							
							
								
								Refactor the dumpvariables macro as wikitext  
							
							... 
							
							
							
							Making it easier to customise 
							
						 
						
							2019-03-30 10:52:49 +00:00  
				
					
						
							
							
								 
						
							
							
								754c1251a9 
								
							
								 
							
						 
						
							
							
								
								Add new "variables" and "getvariables" operators  
							
							
							
						 
						
							2019-03-30 10:52:28 +00:00  
				
					
						
							
							
								 
						
							
							
								1c436cbbf3 
								
							
								 
							
						 
						
							
							
								
								DynaviewDemo: Rename tiddler-list field to story-list  
							
							
							
						 
						
							2019-03-28 10:58:24 +00:00  
				
					
						
							
							
								 
						
							
							
								94607aa9cd 
								
							
								 
							
						 
						
							
							
								
								TOC macros: Remove redundant recursion protection  
							
							... 
							
							
							
							As discussed in #3881 , it isn't really needed when user interaction is required to open child nodes. 
							
						 
						
							2019-03-27 15:00:13 +00:00  
				
					
						
							
							
								 
						
							
							
								62477c9fbb 
								
							
								 
							
						 
						
							
							
								
								TOC Macros: fix recursion regression  
							
							... 
							
							
							
							Fixes  #3881  
						
							2019-03-27 14:59:38 +00:00  
				
					
						
							
							
								 
						
							
							
								b1edcdb757 
								
							
								 
							
						 
						
							
							
								
								Add unusedtitle macro ( #3880 )  
							
							... 
							
							
							
							* Add uniquetitle macro
This macro is a wrapper on the $tw.wiki.generateNewTitle function to return a unique name, it has been requested multiple times in the forums.
* Add documentation tiddler for uniquetitle macro
* Add uniquetitle macro examples
* Change name from uniquetitle to unusedtitle for clarity
The title isn't unique, just not currently used in the wiki.
* Update uniquetitle to unusedtitle
* Change uniquetitle to unusedtitle
* Fix a typo 
							
						 
						
							2019-03-26 21:57:58 +00:00  
				
					
						
							
							
								 
						
							
							
								d38b42f7c7 
								
							
								 
							
						 
						
							
							
								
								AWS Plugin: Don't error when no files to load  
							
							
							
						 
						
							2019-03-22 17:27:20 +00:00  
				
					
						
							
							
								 
						
							
							
								fffd0ee9e1 
								
							
								 
							
						 
						
							
							
								
								AWS: Add command for setting credentials profile  
							
							
							
						 
						
							2019-03-22 09:20:25 +00:00  
				
					
						
							
							
								 
						
							
							
								9f0d726f7d 
								
							
								 
							
						 
						
							
							
								
								Dynaview: Simplify visibility tracking logic  
							
							
							
						 
						
							2019-03-21 12:56:26 +00:00  
				
					
						
							
							
								 
						
							
							
								7709192cc8 
								
							
								 
							
						 
						
							
							
								
								DynaView: Simplify visibility processing  
							
							... 
							
							
							
							And add a table of contents to the demo 
							
						 
						
							2019-03-20 18:24:29 +00:00  
				
					
						
							
							
								 
						
							
							
								02ae8969b2 
								
							
								 
							
						 
						
							
							
								
								Reveal widget: faulty logic for default handling  
							
							... 
							
							
							
							@BurningTreeC I think this might have been a typo in your recent refactorings; if you look back at an old version such as c0c1b557eb/core/modules/widgets/reveal.jsFixes  #3874  
							
						 
						
							2019-03-20 16:50:34 +00:00  
				
					
						
							
							
								 
						
							
							
								a01dc6cb3d 
								
							
								 
							
						 
						
							
							
								
								Docs: Typo  
							
							
							
						 
						
							2019-03-18 12:40:15 +00:00  
				
					
						
							
							
								 
						
							
							
								f99fb4f9f5 
								
							
								 
							
						 
						
							
							
								
								Fix typos in WidgetSubclassingMechanism ( #3870 )  
							
							
							
						 
						
							2019-03-17 18:13:13 +00:00  
				
					
						
							
							
								 
						
							
							
								e52a616891 
								
							
								 
							
						 
						
							
							
								
								Add support for widget subclassing  
							
							... 
							
							
							
							Fixes  #3865  
						
							2019-03-17 12:25:15 +00:00  
				
					
						
							
							
								 
						
							
							
								a89991cc46 
								
							
								 
							
						 
						
							
							
								
								Dynaview: Fix crash  
							
							
							
						 
						
							2019-03-16 13:25:45 +00:00  
				
					
						
							
							
								 
						
							
							
								f4fe254038 
								
							
								 
							
						 
						
							
							
								
								Clarify help for render command  
							
							... 
							
							
							
							The ordering of the bullet lists didn't match the order of the parameters 
							
						 
						
							2019-03-16 13:25:34 +00:00  
				
					
						
							
							
								 
						
							
							
								9f630b5829 
								
							
								 
							
						 
						
							
							
								
								v5.1.20 new release banner  
							
							
							
						 
						
							2019-03-16 13:24:58 +00:00  
				
					
						
							
							
								 
						
							
							
								c904aeb05f 
								
							
								 
							
						 
						
							
							
								
								fr-FR translation updates ( #3856 )  
							
							... 
							
							
							
							* update/improve translations of a few fr-FR strings
* update/add fr-FR for load and listen command docs 
							
						 
						
							2019-03-13 09:34:44 +00:00  
				
					
						
							
							
								 
						
							
							
								efd7aa3a53 
								
							
								 
							
						 
						
							
							
								
								Make codemirror use tiddler-editor-border palette color ( #3819 )  
							
							
							
						 
						
							2019-03-12 16:41:22 +00:00  
				
					
						
							
							
								 
						
							
							
								a4b24670f6 
								
							
								 
							
						 
						
							
							
								
								Update highlight.js to latest release v9.15.6 ( #3635 )  
							
							... 
							
							
							
							* update highlight.js to latest release v9.13.1
* update to v9.13.1 default.css
does the current default.css include adjustments for the different languages?
* Update highlight.pack.js
* Update readme.tid
* update highlight.pack to 9.15.6
* update version number + included languages 
							
						 
						
							2019-03-12 12:04:38 +00:00  
				
					
						
							
							
								 
						
							
							
								2e0b2c8045 
								
							
								 
							
						 
						
							
							
								
								Palette manager: sort palettes by name, not description ( #3853 )  
							
							... 
							
							
							
							... currently it appears as if there was no sorting logic 
							
						 
						
							2019-03-12 09:48:34 +00:00  
				
					
						
							
							
								 
						
							
							
								d068cb3625 
								
							
								 
							
						 
						
							
							
								
								Fix palette: missing type application/x-tiddler-dictionary ( #3852 )  
							
							
							
						 
						
							2019-03-11 10:59:34 +00:00  
				
					
						
							
							
								 
						
							
							
								0d8c749f37 
								
							
								 
							
						 
						
							
							
								
								Rename SpartanDay to SpartanDay.tid ( #3851 )  
							
							... 
							
							
							
							* Rename SpartanDay to SpartanDay.tid
* Update SpartanDay.tid 
							
						 
						
							2019-03-11 09:55:49 +00:00  
				
					
						
							
							
								 
						
							
							
								0303b7871b 
								
							
								 
							
						 
						
							
							
								
								Rename SpartanNight to SpartanNight.tid ( #3850 )  
							
							
							
						 
						
							2019-03-11 09:55:14 +00:00  
				
					
						
							
							
								 
						
							
							
								44d1a00bb0 
								
							
								 
							
						 
						
							
							
								
								Fix "cannot read substr of undefined" in removeprefix filter ( #3826 )  
							
							
							
						 
						
							2019-03-11 09:38:15 +00:00  
				
					
						
							
							
								 
						
							
							
								784db30614 
								
							
								 
							
						 
						
							
							
								
								Fix removesuffix filter when title is undefined ( #3827 )  
							
							
							
						 
						
							2019-03-11 09:37:49 +00:00  
				
					
						
							
							
								 
						
							
							
								26c6d6035e 
								
							
								 
							
						 
						
							
							
								
								Add Spartan Day palette ( #3846 )  
							
							... 
							
							
							
							Ugh, hehe.. this is my first try at this. Hopefully got it right... 
							
						 
						
							2019-03-11 09:25:54 +00:00  
				
					
						
							
							
								 
						
							
							
								b82cf3d070 
								
							
								 
							
						 
						
							
							
								
								Add Spartan Night palette ( #3847 )  
							
							... 
							
							
							
							* add Spartan Night palette
This and Spartan Day go hand in hand I feel like.
* Found a typo 
							
						 
						
							2019-03-11 09:25:37 +00:00