1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 02:33:15 +00:00
Commit Graph

1055 Commits

Author SHA1 Message Date
Jeremy Ruston
3b609ed1e5 Improving message wording 2012-07-16 10:38:14 +01:00
Jeremy Ruston
806048ab8c Marginally less clumsy wording 2012-07-15 23:19:36 +01:00
Jeremy Ruston
a3fcf94ba4 Bump version number 2012-07-15 23:08:29 +01:00
Jeremy Ruston
5c1881f377 Hack to make the reveal macro parse as a run 2012-07-15 23:07:41 +01:00
Jeremy Ruston
0bd059c1f7 Run version of class wikitext rule 2012-07-15 23:07:25 +01:00
Jeremy Ruston
f97c6b6c25 Fixed typo 2012-07-15 23:07:07 +01:00
Jeremy Ruston
a7dd86b52a Adjust wikitext html rule to parse in block mode if the opening tag is immediate followed by a newline 2012-07-15 23:06:51 +01:00
Jeremy Ruston
ca2c790c27 Fix the reveal macro in run mode 2012-07-15 23:06:24 +01:00
Jeremy Ruston
a149510fa3 Undo the filename change of classblock 2012-07-15 22:38:34 +01:00
Jeremy Ruston
59d9e683d8 Rename classblock parse rule to "class" 2012-07-15 22:37:25 +01:00
Jeremy Ruston
957b17a78c Introduce edit mode
There's a wizard for switching into edit mode, and selective display of
UI elements
2012-07-15 22:35:39 +01:00
Jeremy Ruston
401b804931 Add support for "nomatch" to the reveal macro 2012-07-15 22:34:48 +01:00
Jeremy Ruston
7346a146f0 Extend the tiddler button so that it can set a tiddler to a given value 2012-07-15 22:34:36 +01:00
Jeremy Ruston
05eeacd270 Revise save instructions 2012-07-15 22:34:21 +01:00
Jeremy Ruston
8284b12ac2 Mockup content for the message on entering edit mode 2012-07-15 22:34:14 +01:00
Jeremy Ruston
ba2b537248 Removed extraneous console.log 2012-07-15 18:33:29 +01:00
Jeremy Ruston
87749397c0 Fixed embarrassing bug with the heading wikitext rule 2012-07-15 18:12:45 +01:00
Jeremy Ruston
f182463010 Improvements to the save instructions 2012-07-15 18:12:29 +01:00
Jeremy Ruston
d081de7707 Simplified top navigation bar 2012-07-15 17:37:18 +01:00
Jeremy Ruston
507460eb4e Add warning notification when viewing a document on a data: uri
The intent is to handhold the user through their first save+verification
2012-07-15 17:37:03 +01:00
Jeremy Ruston
c9c26794af Moved browser feature detection out of startup.js 2012-07-15 17:36:25 +01:00
Jeremy Ruston
dde26f8103 Remove CloseTiddler message to "close" 2012-07-15 17:36:02 +01:00
Jeremy Ruston
c8d98316fa Removed extraneous class 2012-07-15 17:35:17 +01:00
Jeremy Ruston
9cbf10ea4f Removed custom link colour
Annoyingly, it also affects the "btn-primary" colour
2012-07-15 17:35:04 +01:00
Jeremy Ruston
f25299f9f3 Docs update 2012-07-15 17:34:34 +01:00
Jeremy Ruston
c74d608418 Removed parser switch 2012-07-14 18:08:00 +01:00
Jeremy Ruston
6d278ea4a1 Reorganisations
Part three
2012-07-14 15:58:41 +01:00
Jeremy Ruston
a05adc9d53 Reorganisations
Part two
2012-07-14 15:57:36 +01:00
Jeremy Ruston
3d4a5e1602 A bunch more source file reorganisations
Part one
2012-07-14 15:56:35 +01:00
Jeremy Ruston
761ffa403d Complete renaming popupper component to popup 2012-07-14 15:52:35 +01:00
Jeremy Ruston
10b7075c7a Rename popupper component to popup
Less confusing
2012-07-14 15:50:07 +01:00
Jeremy Ruston
4e547a7d35 Complete renaming the include macro to serialize 2012-07-14 15:46:01 +01:00
Jeremy Ruston
a046c774d4 Rename include macro to serialize
Because that's much more representative
2012-07-14 15:43:21 +01:00
Jeremy Ruston
73071f18ae Replace obsolete hide macro with reveal macro 2012-07-13 23:39:20 +01:00
Jeremy Ruston
80fd563ccc Get rid of obsolete linkcatcher macro 2012-07-13 23:09:45 +01:00
Jeremy Ruston
c258cd4874 Docs updates 2012-07-13 22:57:31 +01:00
Jeremy Ruston
226e3f1417 Remove obsolete download macro 2012-07-13 22:57:24 +01:00
Jeremy Ruston
b0cc508c56 Fix PageTemplate reference in static template 2012-07-13 22:57:13 +01:00
Jeremy Ruston
e0765ec700 Allow the save template to be specified in the message parameter 2012-07-13 22:56:57 +01:00
Jeremy Ruston
4c1f818094 Extended button macro to take a message parameter 2012-07-13 22:56:30 +01:00
Jeremy Ruston
f1b4521fdb Use the skinny styles for landscape smartphones 2012-07-13 22:55:39 +01:00
Jeremy Ruston
95e48b39d9 Better styling for smartphone sized screens 2012-07-13 22:20:39 +01:00
Jeremy Ruston
fa67259d6d Moved command line interface so that it's not included in the core
We don't want it in the browser
2012-07-13 18:29:49 +01:00
Jeremy Ruston
e451f2398e Setting up NPM command line usage of TiddlyWiki 2012-07-13 18:17:46 +01:00
Jeremy Ruston
898e86db79 Use the version number from the package.json file
Instead of the old separate version.txt file
2012-07-13 17:38:23 +01:00
Jeremy Ruston
2e0e74a353 Removed the old pre-rabbit hole code
And the async module it was using
2012-07-13 17:21:46 +01:00
Jeremy Ruston
47435594e7 Initial package.json 2012-07-13 17:08:23 +01:00
Jeremy Ruston
d910d75124 Updated to node v.0.8.2 2012-07-13 17:08:15 +01:00
Jeremy Ruston
3a24bdbaf3 Credit for BidiX 2012-07-13 16:51:35 +01:00
Jeremy Ruston
85068ab0b3 Fixes for upload saver 2012-07-13 13:53:51 +01:00