Jermolene
4a810f209f
Favicon for the upgrade wizard
2014-07-14 22:38:12 +01:00
Jermolene
ac21faed3e
CSS fixes and improvements for upgrade wizard
2014-07-14 22:26:01 +01:00
Jermolene
3233a10c34
Upgrade wizard refinements
2014-07-14 22:11:40 +01:00
Jermolene
85d9f38ed8
Correct copy/paste error
2014-07-14 22:06:23 +01:00
Jermolene
4d948c575f
Improvements to one-shot upgrade UI
2014-07-14 21:52:32 +01:00
Jermolene
c0edca78c8
Beginning of one-shot UI for upgrade.html
2014-07-14 14:53:21 +01:00
Jermolene
5891a61bfc
Add instructions for the Google Analytics plugin
2014-07-14 14:50:23 +01:00
Jermolene
b9bf1ff574
Add plugin.info to tw2parser
...
Every plugin must have a plugin.info file to be valid
2014-07-12 09:08:38 +01:00
Jermolene
3ff7462afd
Avoid saving $:/HistoryList
...
Otherwise it just keeps growing on each navigation.
2014-07-03 14:33:20 +01:00
Jermolene
f12d7bb6c0
Update to version 8.0 of highlight.js
2014-06-21 10:11:04 +01:00
Jermolene
b8aedf2ca3
Fixed problem with Markdown image handling
2014-06-18 14:56:32 +01:00
Jermolene
1717c93d00
Refactor codemirror plugin
...
It no longer overrides the edit-text widget. Instead we use the editor
type mappings to select which content types should be handled by which
editor.
2014-06-18 13:54:19 +01:00
Jermolene
457764077b
Recommitting the old tw2parser plugin
2014-06-14 08:17:16 +01:00
danielo515
8dd30e97ac
Update instructions.tid to use one of the included addons
...
This addon is already included into the plugin, but is not used, neither mentioned how to use it. It is a very useful but lightweight addon. I consider it is better to include the full functionality of the current configuration in the config example.
2014-06-07 17:04:43 +02:00
Jermolene
6ab68e0fca
Remove erroneous global wiki references
...
$tw.wiki is used as a global reference in the outer initialisation
modules. It shouldn’t be used in widgets etc.
2014-05-07 14:49:14 +01:00
Jermolene
8b20143b1b
Pass content-type to codemirror mode option for syntax highlight
...
Fixes #605
2014-05-07 14:09:46 +01:00
natecain
c592e658e7
Fix up codemirror instructions to match new paths in config example
2014-05-06 23:57:10 +02:00
natecain
51f54b06f9
Upgrade codemirror to current master
2014-05-06 23:30:40 +02:00
Jeremy Ruston
3e49dd65a0
Merge pull request #594 from xcazin/fr-FR
...
fr-FR translations for warnings about shadow tiddlers and binary content
2014-05-05 20:57:28 +01:00
Jermolene
a0022a1cd6
Refactoring more of startup.js into modules
2014-05-05 10:17:50 +01:00
Jermolene
5b5621a600
Fix googleanalytics plugin to be platform-specific
2014-05-03 18:07:20 +01:00
Jermolene
78ba57d55d
Remove support for browser-startup modules
...
Instead support startup modules that stipulate which platform they
require.
Also include docs updates and fixes to fullscreen plugin
2014-05-03 17:49:20 +01:00
Jermolene
b96aade28a
WIP: Add support for dependencies between startup modules
...
See StartupMechanism for details.
2014-05-03 16:32:18 +01:00
Xavier Cazin
f81df69395
Change references to editions/clientserver into editions/server
2014-05-03 13:10:36 +02:00
Jermolene
d6054f1039
Fix problem with offline copy of server edition
...
We were accidentally including all the shadow tiddlers as well as
ordinary ones.
2014-04-18 15:23:00 +01:00
Jermolene
9fbe72a877
Rearrange system tag configuration
...
By rearranging the `[all[]]` operator we are able to ensure that shadow
tiddlers get processed before ordinary tiddlers. This makes it easier
to create custom stylesheets that override the core.
2014-04-18 09:28:14 +01:00
Jermolene
45b0966013
Support the image widget in markdown
2014-04-17 16:50:54 +01:00
Jermolene
46969fbd3e
Adjust Cecily tiddler width
2014-04-13 09:24:06 +01:00
Jermolene
4f4b743d9c
Fix Cecily tiddler width for when sidebar hidden
2014-04-12 18:24:39 +01:00
Jermolene
b7f674c51a
First pass at refactoring filter execution
...
This is the beginning of addressing #523 .
2014-04-03 20:49:16 +01:00
Jermolene
e397e4d159
Disable the tiddlyweb adaptor unless loaded over http(s)
2014-04-03 16:33:42 +01:00
Jermolene
93c29bd388
Fix missing require in filesystem adator
2014-04-03 15:40:30 +01:00
Jermolene
6307293469
Fix some Node.js cross-platform compatibility issues
...
Thanks to http://shapeshed.com/writing-cross-platform-node/
Surprising that file path format is pretty much the only issue.
2014-03-31 17:17:36 +01:00
Jermolene
945ad6792f
Add first pass at Cecily plugin
2014-03-25 14:29:32 +00:00
Jermolene
aec618793f
Fix problem with refreshing D3 plugin
...
Fixes #217
2014-03-11 11:12:56 +00:00
Jermolene
0200bc1b4e
Force the highlight language to lower case
2014-03-02 19:42:40 +00:00
Jermolene
3307604130
Make type information translateable
2014-02-16 19:58:53 +00:00
Jermolene
bea8730a47
Fix problem with tiddlers of the type text/css
...
Fixes #395
2014-02-14 19:25:38 +00:00
Jermolene
70a120d4a6
Expand the logging mechanism to support alerts overlaid on the main screen
...
Now we get decent visual indication of sync errors, for instance. Still
work to do to coalesce alerts so that the screen doesn’t fill up with
them after an interval. And probably we should add a button to clear
all alerts.
2014-02-14 07:53:41 +00:00
Jermolene
1086c51019
Fixed problem with field mauling when reading skinny tiddlers
...
The problem was showing up as tiddlers with the field “fields” and the
value “[Object object]”.
2014-02-11 15:47:56 +00:00
Jermolene
ecba4f71ea
Clean up the highlight plugin
...
Fixing various issues that were preventing language specifiers from
working.
2014-02-10 13:51:38 +00:00
Jermolene
a01bbd4b9c
Add automatic saving and warning on exit with unsaved changes
...
We re-use some of the existing syncer mechanism. It was already keeping
track of changes to tiddlers in the store when working with a tiddler
syncadaptor. Now it also tracks changes when there is no syncadaptor,
allowing us to provide a warning if there are unsaved changes.
2014-02-06 21:36:30 +00:00
Jermolene
5d3dda1a17
Fix problem with highlighting only working in the DOM
...
The current implementation of the highlight plugin only works properly
in the browser, and doesn’t work under Node.js. It also doesn’t work
when rendering to the fakedom in the browser (as happens when rendering
stylesheets, for example).
2014-01-27 17:10:02 +00:00
Jermolene
dfc57ffa49
More logging
2014-01-26 20:59:30 +00:00
Jermolene
3f9561dd95
Better logging
2014-01-26 18:53:31 +00:00
Jeremy Ruston
5c9a5f5cba
Merge pull request #360 from pmario/docs-cm
...
docs: CodeMirror config tiddler
2014-01-26 02:01:57 -08:00
Mario Pietsch
66254b436c
fix #215 cm gutter adjust .CodeMirror-linenumber min-width, font-size. It should work up to 999 lines now. There should be a ControlPanel tab for codemirror
2014-01-25 23:33:24 +01:00
Mario Pietsch
d42981f201
docs: CodeMirror config tiddler needs to be type:application/json
2014-01-25 22:53:52 +01:00
Jermolene
762940adbc
No longer save system modules separately in the main HTML template
...
These tiddlers were being handled as `<script>` tags to make it easier
to debug them. But in fact modern dev tools are quite happy to debug
code that has been eval’d, and this arrangement was causing problems
for importing.
Fixes #335
2014-01-25 21:22:43 +00:00
Jermolene
b5629ccc82
Update codemirror plugin docs
...
@pmario and @jbolila - could you kindly check whether the docs cover
everything?
2014-01-25 19:34:32 +00:00