Jermolene
cac6d3b4d9
Improve sidebar behaviour on narrow screens
...
Now the sidebar is a fixed overlay. It is scrollable, taking up 50% of
the height of the screen, so that the underlying page can be partially
seen.
There’s more to be done: on narrow screens we probably want the sidebar
to be hidden by default.
2015-08-08 08:39:37 +01:00
Bram Chen
d01d8539a6
Merge branch 'master' into zh
2015-08-07 09:51:48 +08:00
Jermolene
e5cd8313a0
Update actionsetfield widget to allow timestamp to be preserved
2015-08-06 18:17:09 +01:00
Jeremy Ruston
821617058d
Merge pull request #1901 from SuperDOS/master
...
Update cla-individual.md
2015-08-06 17:43:57 +01:00
SuperDOS
22563792c4
Update cla-individual.md
2015-08-06 15:16:19 +02:00
Jermolene
b1cf0fdd68
Text-slicer tweaks
...
* Add site title/subtitle
* Remove proxy title tiddler used for renames when no longer used
2015-08-05 19:21:48 +01:00
Jermolene
cbbe90313b
Add in-place editing for text-slicer plugin
...
@pmario \o/
2015-08-05 15:08:03 +01:00
Jermolene
fdce67399d
Provide option to suppress navigation for edit/cancel/save
2015-08-05 15:07:19 +01:00
Bram Chen
d7263d8413
Merge branch 'master' into zh
2015-08-05 15:01:48 +08:00
Jermolene
72ed4b2673
Add renaming to text-slicer tiddler toolbar
...
The plan is to expose the functionality in other places, too - for
example, the edit template and the tag manager
2015-08-04 17:44:07 +01:00
Jermolene
be0ebfeeae
Make the text slicer tiddler toolbar be tag-driven
2015-08-04 17:34:28 +01:00
Jermolene
535d8d6fa0
Stop using an import tiddler for text slicer
...
Instead we directly output the tiddlers (we keep the old code around;
later we’ll make the output mode switchable).
Also improve the icon
2015-08-04 08:04:57 +01:00
Jermolene
dd1f82c1aa
Improve the text-slicer icon
2015-08-03 17:09:48 +01:00
Jermolene
898e992694
Improvements to text-slicer plugin
...
1. Introduce template tiddlers for the document, each tiddler, and the
tiddler toolbar
2. Move the text slicer toolbar button to the left of the edit button
3. Add a selectable toolbar, currently just containing the tiddler title
2015-08-03 15:10:35 +01:00
Jermolene
2e5c500300
Fix slice button tooltip
2015-08-03 09:13:45 +01:00
Jermolene
8b9e790e69
Improve text slicer docs
2015-08-03 09:13:36 +01:00
Jermolene
cc1acdaf74
Add ko-KR and sv-SE to translators edition
2015-08-03 08:43:21 +01:00
Bram Chen
b57feaa6a8
Correct encoding of chinese character
2015-08-03 14:19:26 +08:00
Bram Chen
db20d8f812
Merge branch 'master' into zh
2015-08-03 13:56:06 +08:00
Jermolene
9168480d18
Clear caches when changing plugins
2015-08-02 22:22:33 +01:00
Jermolene
bc0d8c7c65
Add Korean (Korean Republic) translation
2015-08-02 13:59:26 +01:00
Jermolene
c6c9abeb1b
Add Swedish translation by Superdos
2015-08-02 11:39:57 +01:00
Jermolene
d2c14ba203
Use nested icon for text-slicer
...
We transclude the existing text-slicer icon on top of the hexagonal
background image.
2015-08-02 11:38:55 +01:00
Jermolene
1e25de984b
More specificity for plugin listing CSS rules
...
This is to enable us to use nested SVGs as icons (see next commit)
2015-08-02 11:38:25 +01:00
Bram Chen
0691286092
Merge branch 'master' into zh
2015-08-02 09:11:56 +08:00
Jermolene
9ec38eef32
Improve text-slicer macros
...
Encapsulate tiddler display so that we can detect draft tiddlers and
display them through their own template
2015-08-01 18:10:00 +01:00
Jermolene
d938c10144
Use new story object to navigate to slicer output
2015-08-01 18:09:30 +01:00
Jermolene
c23e26be5f
No longer need to keep text slicer output open
2015-08-01 18:09:14 +01:00
Jermolene
8444961cd2
Introduce Story object
...
A lightweight object to encapsulate manipulation of the story and
history lists
2015-08-01 18:09:00 +01:00
Bram Chen
e1cce60df3
Add chinese translations for parser rule configuration in control panel
2015-08-01 21:19:03 +08:00
Jermolene
a4d0210f90
Use $:/TextSlicer for text-slicer output
2015-08-01 13:48:57 +01:00
Jermolene
cd29eed067
Fix problem with importing using wrong import tiddler name
2015-08-01 13:48:46 +01:00
Jermolene
3b321b5d26
Add buttons to the top of the $:/Import tiddler too
2015-08-01 13:19:39 +01:00
Jermolene
8488a13761
Introduce text-slicer plugin and edition
...
A first pass at a plugin that splits formatted text into individual
tiddlers according to lists and headings.
2015-08-01 13:15:24 +01:00
Jermolene
8f746f9dde
Add parse tree utility for collecting text
2015-08-01 13:14:32 +01:00
Jermolene
7cc85e8162
Use relative links for editions
...
Thus making the links work properly in both the release and prerelease
2015-08-01 13:14:17 +01:00
Jermolene
f708b4df65
Turn off performance instrumentation
...
The plan is to make it be a user configurable option
2015-08-01 13:13:47 +01:00
Jermolene
58188cf805
Improvements to parser rule configuration
...
* Ignore parser rule configuration in safe mode
* Made text translatable
* Added new setting for camelcase links
* Added warning on parser rule configuration tab
See #1875
2015-07-31 13:33:33 +01:00
Jermolene
d5e690a06d
First pass at global disabling of parser rules
...
This is to address #1875 more quickly than via #345 .
This commit only includes a partial implementation of the UI - see the
ticket for details.
2015-07-30 12:28:29 +01:00
Jermolene
9e1741a549
Move 5.1.10-specific content to "staging" folder
...
So that we can build tw5.com with 5.1.9 for content updates.
2015-07-29 08:23:38 +01:00
Jermolene
73210a7b8c
Refine the way that we support serialised external tiddler files
...
The old way was sufficiently backwards compatible that it was
impossible to use TiddlyWiki 5.1.9 to build the tw5.com edition.
2015-07-28 19:56:56 +01:00
Jeremy Ruston
273daa9613
Fix unicode characters in filename
2015-07-20 19:07:55 +01:00
Jeremy Ruston
6de92a0293
Fix unicode characters in filename
2015-07-20 19:07:26 +01:00
Jeremy Ruston
66bdb71c4a
Fix unicode characters in filename
2015-07-20 19:07:08 +01:00
Jeremy Ruston
90b12676c4
Merge pull request #1887 from inmysocks/ResumeBuilder
...
Updated spelling of résumé, fixed settings for new resumes, other minor fixes
2015-07-20 19:03:52 +01:00
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
Jermolene
c25f7e786f
Correct accents for "résumé"
...
@inmysocks this may be a bit of pedantry too far, but I found I keep
reading it as “resume” in the sense of “normal services was resumed”.
We definitely shouldn’t try to add accents to the URLs, but I wonder if
it might be worth updating the edition itself, too?
2015-07-20 10:52:24 +01:00
Jeremy Ruston
92bfbc578c
Merge pull request #1886 from inmysocks/ResumeBuilder
...
Resume builder update
2015-07-20 08:29:10 +01: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