inmysocks
e508b7b765
Updated spelling of résumé, fixed settings for new resumes, other minor fixes
...
The spelling for résumé should include the accents everywhere but in some tiddler titles.
Newly created resumes now automatically have the default settings for visibility and templates
The first page of the resume wizard now has options for which sections are displayed along with the order and templates to use
The print option no longer puts a black box around the text area out the output
Some temp tiddlers are included to prevent the default 'Enter text for <tiddlername> tiddler' from showing up in some text entry boxes
There are some other minor layout improvements
2015-07-20 11:52:58 -06:00
inmysocks
756ebae1f6
Added a section creation tool and some minor fixes
...
The section creation tool is a semi-automated tool for adding new resume sections.
It still requires knowledge of wikitext but it requires far less knowledge of the inner workings of the resume builder
than just creating a section on your own would.
2015-07-19 17:54:46 -06:00
inmysocks
45bf43d8d0
Added Print button, cleaned up a lot of other minor stuff
...
Notable changes:
Removed the sidbar tabs other than the resume preview
Fixed ordering problems for the sections in the resume wizard
Fixed some minor display problems in some of the input tiddlers
Updated the documentation a little
2015-07-19 13:04:10 -06:00
inmysocks
684d6e4377
Added the state tiddler to make the preview open by default
...
Yep, I may actually be learning to use git. It only took 10 years of using it.
2015-07-18 00:32:26 -06:00
inmysocks
8bb0a9b7c8
Moved files to be keep consistent organization
...
Also remembered to add tiddlywiki.info, that is important.
2015-07-18 00:23:51 -06:00
inmysocks
56ea55ddc4
Added resume builder edition
...
Lets see if this works this time
2015-07-18 00:05:26 -06:00
Jermolene
dfc935b520
Fix link to SocialCalc
...
Fixes #1884
2015-07-17 08:59:29 +01:00
Jermolene
72cf85f0d4
Restore error trapping for KaTeX rendering
2015-07-17 08:58:58 +01:00
Jermolene
69ae017f49
Update the plugin library version
2015-07-17 08:58:39 +01:00
Jermolene
9b6151c6c4
Update dev docs
2015-07-14 17:03:37 +01:00
Jermolene
f8027a3708
Fixed problem with static generation of KaTeX in the browser
2015-07-14 08:45:14 +01:00
Jermolene
18e38bb2bc
Fix bug with 2cb6400773
...
The problem was that we failed to escape the dash in the regexp,
meaning that it was matching all characters from “.” to “_”.
2015-07-14 08:33:12 +01:00
Jermolene
2cb6400773
Extend automatic system tiddler linking to digits and underscore
...
Fixes #1877
2015-07-13 14:42:55 +01:00
Jermolene
396af28d16
Update SavingMechanism docs
2015-07-12 09:08:19 +01:00
Jermolene
e0aacc84d5
Add publishFilter to default save template
...
Making #1800 a bit more useful
2015-07-12 09:08:11 +01:00
Jermolene
7ae5eab3a8
Refactored file save filter docs
...
@danielo515 I hope this still makes sense.
2015-07-10 17:02:27 +01:00
Jeremy Ruston
c2342fce7a
Merge pull request #1876 from danielo515/patch-10
...
Filters involved saving mechanism of standalone
2015-07-10 16:44:14 +01:00
Jermolene
32f6d7f1b0
Revert getTiddlerData() and add getTiddlerDataCached()
...
For backwards compatibility, we now explicitly request the cacheable
version of this method.
Fixes #1873
2015-07-10 16:43:50 +01:00
Daniel Rodríguez Rivero
0e75497d58
Filters involved saving mechanism of standalone
...
This is directly extracted from the groups. I though that putting this info into documentation will be useful, because it is not stated in any other place.
ref: https://groups.google.com/d/msg/tiddlywiki/zB40PBIDkBE/DzV1ZHudM3sJ
2015-07-09 17:11:09 +02:00
Jeremy Ruston
0c276c327b
Merge pull request #1874 from nameanyone/master
...
Expanded example
2015-07-09 08:30:19 +01:00
nameanyone
4cfb6813f5
Expanded example
2015-07-08 23:26:15 -07:00
Jeremy Ruston
d327d6fbed
Merge pull request #1868 from idoine/patch-44
...
Update FieldManglerWidget.tid
2015-07-08 16:29:46 +01:00
Jeremy Ruston
fad9fd13b5
Merge pull request #1869 from idoine/patch-45
...
Create FieldMangler Widget (Examples).tid
2015-07-08 16:29:39 +01:00
Jeremy Ruston
82fac2599d
Merge pull request #1867 from idoine/patch-43
...
Update variable-macros.tid
2015-07-08 16:29:16 +01:00
Jermolene
862e358b57
Refine check for client server plugins
...
Fixes #1870
2015-07-08 15:48:13 +01:00
Jermolene
7dddc925ae
Allow delete button to be used in view toolbar
...
Fixes #1871
2015-07-08 15:33:18 +01:00
Jermolene
8f63e2a959
Optimise iterating through tiddlers
...
Astonishingly, it’s much quicker to use `Object.keys()` to get an array
of key names, and then iterate through that. I’m seeing 25% speed
improvements for an empty tiddler iterator.
2015-07-08 08:27:28 +01:00
Jermolene
8bfc6f3557
Adjust cache names for parse caches
...
The old names were a hangover from an old refactoring.
2015-07-08 08:26:19 +01:00
Marc Viot
5be980c64e
Rename FieldMangler Widget (Examples) to FieldMangler Widget (Examples).tid
2015-07-06 19:52:11 +02:00
Marc Viot
5924616ee9
Create FieldMangler Widget (Examples)
2015-07-06 19:46:21 +02:00
Marc Viot
caeb736c2b
Update FieldManglerWidget.tid
...
Add a link to example
2015-07-06 19:09:17 +02:00
Marc Viot
a75cfefe88
Update variable-macros.tid
...
Add ability to handle widget example
2015-07-06 19:05:44 +02:00
Jermolene
203bc4b242
Prepare for 5.1.10
2015-07-06 11:23:49 +01:00
Jermolene
48d452c535
Update test for recent parser changes
2015-07-06 11:23:30 +01:00
Jermolene
848a7f4e74
Optimise getStateQualifier()
...
Another fix for #1864 , this time we’re caching state qualifiers as they
are expensive to compute.
2015-07-06 11:23:12 +01:00
Jermolene
c6e48ebc2d
Performance optimisations
...
In some situations, I’m seeing x2.5 speedups with these optimisations
Starts fixing #1864
2015-07-05 19:47:44 +01:00
Jermolene
a86cfe2663
Minor coding style tweaks
2015-07-05 18:09:35 +01:00
Jermolene
31fc9babfe
Move "recent" filter docs to prerelease
...
This is to ensure that the changes don’t appear in any subsequent build
of tiddlywiki.com while we’re on 5.1.9.
2015-07-05 18:08:38 +01:00
Jeremy Ruston
c4397792f5
Merge pull request #1863 from nameanyone/master
...
New filter "recent"
2015-07-05 18:04:05 +01:00
Jermolene
4b2cf2eeee
2nd attempt to fix creation date
...
Thanks @nameanyone
2015-07-05 18:02:57 +01:00
Jermolene
b0cb17cd83
Re-establish caching of results of parsing a tiddler
...
I switched this optimisation off back in
ed35d91be6
, in October 2013, as part of a
big refactoring of the parsing and widget mechanism. I’ve been meaning
to switch it back on for some time.
My rough measurements suggest that this optimisation can reduce
rendering time by 5-10%.
2015-07-05 17:48:18 +01:00
Jermolene
c1005b9d12
Fix invalid creation date
...
Thanks @nameanyone
2015-07-05 09:27:54 +01:00
nameanyone
9d17127144
Filter operator "recent": examples
2015-07-03 15:31:37 -07:00
nameanyone
a1e5000984
Filter operator "recent": documentation
2015-07-03 15:31:18 -07:00
Jermolene
a58dc869bd
Correct typo
2015-07-03 17:44:55 +01:00
Jermolene
f1ae41da9a
Update release documentation
2015-07-03 16:59:40 +01:00
Jermolene
56403a21bf
Update 5.1.9 release date
2015-07-03 16:59:30 +01:00
Jermolene
cc4d231942
Version number update for 5.1.9
2015-07-03 16:47:58 +01:00
Jermolene
266eee946c
Update readmes
2015-07-03 16:47:39 +01:00
Jermolene
bc076eee27
Docs updates preparing for 5.1.9 release
2015-07-03 16:39:42 +01:00