twMat
e554561f95
[doc] Update CountWidget.tid ( #3348 )
...
* [doc] Update CountWidget.tid
* Update CountWidget.tid
2018-07-19 17:59:24 +01:00
twMat
57d6215fda
[doc update] Custom_styles_by_data-tags.tid ( #3355 )
...
A few minor improvements that I propose are merged directly.
But, @pmario , we also need a clarifying example showing how to target a tiddler using *multiple* tags. So, under the examples there ought to be something like this:... BUT I fail to get this to work (syntax?):
```
[data-tags*="[[How to apply custom styles]] example-test"] {
outline: 2px solid green;
}
```
Further, the text states that
`Important: Tiddler tags are not sorted, so the order in the rendered output may be different!`
...but I'm not sure what this means. Does it mean:
```
Important: A tiddlers tags are displayed alphabetically but rendered styles may come out in a different order. As per standard CSS behaviour, styles rendered later override styles rendered earlier.
```
2018-07-19 17:58:58 +01:00
twMat
fcccc85994
[doc] minor tweak to TranscludeWidget.tid ( #3356 )
2018-07-19 17:58:04 +01:00
snlhnk
c05c0d3df6
Module-ize server routes, add static file support and other enhancements( #2679 )
...
* Module-ize server routes and add static file support (#2510 )
* Refactor server routes to modules
New module type: serverroute
Caveats: Loading order is not deterministic but this would only matter
if two route modules attempted to use the same path regexp (that would
be silly).
* Add static assets plugin
This plugin allows the node server to fetch static assets in the /assets
directory. I felt that this was a feature that goes above the core
functionality. That is why I added it as a plugin. with the modular
route extensions this was a breeze.
* Add serverroute description to ModuleTypes
* Coding standards tweaks
* Fix filename typo
* Move support for attachments from a plugin into the core
* Missing "else"
* Refactor server handling
* Introduce a new named parameter scheme for commands
* Move the SimpleServer class into it's own module
* Deprecate the --server command because of the unwieldy syntax
* Add a new --listen command using the new syntax
For example:
tiddlywiki mywiki --listen host:0.0.0.0 port:8090
* Add check for unknown parameters
* Add support for multiple basic authentication credentials in a CSV file
Beware: Passwords are stored in plain text. If that's a problem, use an authenticating proxy and the trusted header authentication approach.
* Refactor module locations
* Rename "serverroute" module type to "route"
* Remove support for verifying optional named command parameters
The idea was to be able to flag unknown parameter names, but requiring a command to pre-specify all the parameter names makes it harder for (say) the listen command to be extensible so that plugins can add new optional parameters that they handle. (This is particularly in the context of work in progress to encapsulate authenticators into their own modules).
* Refactor the two authenticators into separate modules and add support for authorization
* Correct mistaken path.join vs. path.resolve
See https://stackoverflow.com/a/39836259
* Docs for the named command parameters
I'd be grateful if anyone with sufficient Windows experience could confirm that the note about double quotes in "NamedCommandParameters" is correct.
* Be consistent about lower case parameter names
* Do the right thing when we have a username but no password
With a username parameter but no password parameter we'll attribute edits to that username, but not require authentication.
* Remove obsolete code
* Add support for requiring authentication without restricting the username
* Refactor authorization checks
* Return read_only status in /status response
* Fix two code typos
* Add basic support for detecting readonly status and avoiding write errors
We now have syncadaptors returning readonly status and avoid attempting to write to the server if it's going to fail
* Add readonly-styles
We hide editing-related buttons in read only mode
I've made this part of the tiddlyweb plugin but I think a case could be made for putting it into the core.
* Add custom request header as CSRF mitigation
By default we require the header X-Requested-With to be set to TiddlyWiki. Can be overriden by setting csrfdisable to "yes"
See https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet#Protecting_REST_Services:_Use_of_Custom_Request_Headers
* Add support for HTTPS
* First pass at a route for serving rendered tiddlers
cc @Drakor
* Tweaks to the single tiddler static view
Adding a simple sidebar
* Switch to "dash" separated parameter names
* Typo
* Docs: Update ServerCommand and ListenCommand
* First pass at docs for the new web server stuff
Writing the docs is turning out to be quite an undertaking, much harder than writing the code!
* Get rid of extraneous paragraphs in static renderings
* Rejig anonymous user handling
Now we can support wikis that are read-only for anonymous access, but allow a user to login for read/write access.
* More docs
Slowly getting there...
* Static tiddler rendering: Fix HTML content in page title
* Docs updates
* Fix server command parameter names
Missed off 30ce7ea
* Docs: Missing quotes
* Avoid inadvertent dependency on Node.js > v9.6.0
The listenOptions parameter of the plain HTTP version of CreateServer was only introduced in v9.6.0
cc @Drakor @pmario
* Typo
2018-07-18 16:54:43 +01:00
Jermolene
9735e13dea
Fix broken test
2018-07-03 12:09:59 +01:00
Jermolene
19b54fe905
Docs for the new tm-edit-text-operation save-selection action
2018-06-30 08:35:10 +01:00
Jermolene
2f425c303f
Add docs macros to dev edition
...
Fixes #3345
2018-06-29 16:40:45 +01:00
Jermolene
acaa07a964
First stab at a threaded commenting plugin
2018-06-21 08:36:15 +01:00
Jermolene
2e51f08bef
Add support for rebasing headings at render time
...
Fixes #3330
2018-06-10 15:54:23 +01:00
Jermolene
17e73befde
Docs: Update IIS setup instructions
...
Reference to the wiki folder was incorrect
2018-06-01 10:30:46 +01:00
Jermolene
89f99151b3
Correction to the IIS installation instructions
2018-05-30 18:25:30 +01:00
Jermolene
33e636cbe7
Docs: Add popupmechanism link to Button widget docs
...
Fixes #3284
2018-05-16 16:23:57 +01:00
twMat
1436196758
Update search.tid ( #3279 )
...
minor correction
2018-05-15 15:44:03 +01:00
Jermolene
4fd980debe
Docs: TiddlySpot and Ruby saver tweaks
2018-05-14 15:01:38 +01:00
Marxsal
38b24906c1
Docs: Saving via a minimal Ruby server ( #3277 )
...
* Saving via a minimal Ruby server
* Small grammatical mistake fix.
2018-05-14 14:56:00 +01:00
Jermolene
9e8a0653b0
Preparing for v5.1.18-prerelease
2018-05-12 12:31:10 +01:00
Jermolene
f355f07ff9
Preparing for release of v5.1.17
2018-05-12 11:46:06 +01:00
Jermolene
6e2b4ebf3e
Remove print-tiddler-window button for v5.1.17
...
We'll reconsider it for v5.1.18
2018-05-12 11:20:43 +01:00
Jermolene
c5511854ab
Reinstate TiddlySpot docs
...
Fixes #3269
2018-05-11 21:11:51 +01:00
Jermolene
577a87a502
Update /dev build instructions
2018-05-10 15:55:36 +01:00
Jermolene
731759e20b
Temporarily remove the 5.1.18 release note
...
So that it doesn't show up on the prerelease
2018-05-10 15:55:25 +01:00
Jermolene
85648590e5
Fix release date of v5.1.16
2018-05-10 15:54:59 +01:00
Jermolene
944010c3bf
Release note update
2018-05-10 15:30:46 +01:00
Jermolene
737e9ae4cb
Revert multiple suboperator functionality from the "is" operator
...
See the discussion here: https://github.com/Jermolene/TiddlyWiki5/pull/3240#issuecomment-388035466
2018-05-10 13:15:49 +01:00
Jermolene
523060e823
Add new "print tiddler" button for the view toolbar
...
It works by opening the tiddler in a new window and then triggering the browser print dialogue.
2018-05-10 11:33:23 +01:00
Matt Lauber
0ab9ec1ad3
Refactored the is operator for simplicity and efficiency. ( #3240 )
...
* Refactored the is operator for simplicity and efficiency.
* Improve `is` filter documentation.
* Update is.js
* extracted `subops.length` to `num_of_subops`
* renamed `subop` to `operator` for clarity/differentiation from `subops`
* refactored to avoid using a `Set` object.
* Update is.js
2018-05-09 18:07:08 +01:00
Daniel Rodríguez Rivero
715cb1d1bc
Docs: Update RenderCommand.tid ( #3263 )
...
Adds a link that opens the advanced search with a filter to list all the template tiddlers.
2018-05-09 18:05:58 +01:00
Tobias Beer
a2606781b7
Docs: Add "Named vs unnamed parameters" section ( #3022 )
...
to clarify the risks of using unnamed parameters, esp. w/ states, see #1252
2018-05-09 18:01:03 +01:00
Jermolene
d4b4c3c936
New Release Banner for v5.1.17
2018-05-05 10:11:51 +01:00
twMat
38baa70bc6
Update Sharing your tiddlers with others.tid ( #3254 )
...
Just a little polishing up.
Ideally the icons should be styled to not be so big.
2018-05-04 10:48:11 +01:00
twMat
8464101430
[doc] Update RangeWidget.tid ( #3251 )
...
very minor correction
2018-05-03 17:49:52 +01:00
Jermolene
55453d463a
Update release note
2018-05-02 17:09:24 +01:00
Jermolene
c95a32abdf
Prepare for 5.1.17-prerelease
2018-05-02 16:10:22 +01:00
Jermolene
ac26c8829d
Update release note
2018-05-02 16:04:43 +01:00
Jermolene
8feb07e429
Add information about "class" field used by the ViewTemplate
2018-05-02 16:02:24 +01:00
twMat
3aaa7357f6
Update TiddlerFields.tid ( #3236 )
...
Add "icon", "list-before" and "list-after"
2018-05-02 16:00:16 +01:00
Jermolene
aab408109f
Prepare for v5.1.17
2018-05-02 15:28:17 +01:00
Jermolene
d84a03c2d7
Preparing for v5.1.16
2018-04-25 18:33:53 +01:00
Jermolene
9499af9a70
Release note update
2018-04-25 15:33:39 +01:00
Jermolene
d77a3795b7
Update new release banner
2018-04-25 15:33:13 +01:00
jed
75709d745f
Fix a typo in @inmysocks name ( #3224 )
...
So it points to the correct GitHub user.
2018-04-25 15:12:19 +01:00
Jermolene
3e707f6a51
Docs: add RangeWidget examples
2018-04-25 14:29:26 +01:00
Jermolene
466566502c
Release note update
2018-04-24 23:16:18 +01:00
Jermolene
df50d675f2
Prerelease: enable CodeMirror plugin
2018-04-24 23:03:31 +01:00
Mario Pietsch
19085a1277
Add data attributes to ViewTemplate ( #3209 )
...
* change 3 set-widgets to 1 var-widget call. Add data-tags and userClass.
* add new documentation and change the existing one accordingly.
2018-04-24 22:08:20 +01:00
BurningTreeC
200e854814
codemirror update v5.37.0 ( #3220 )
...
* Update codemirror.js
* Update xml-fold.js
* Update javascript.js
* Update markdown.js
* Update readme.tid
* add tiddlywiki theme to codemirror demo
* set tiddlywiki theme for codemirror demo
* correct naming of meta to tw-meta
* vim keymap updates were missing - now added
2018-04-24 22:06:59 +01:00
Tobias Beer
6bbf36f903
Update docs for delimiter in environment variables ( #3049 )
...
fixes #2954
2018-04-24 22:06:09 +01:00
Matt Lauber
c974858cf5
Add Range widget ( #2988 )
...
* Adds a range widget
Adds a range widget that supports all the range attributes on a input[type=range] element. These include min max and increment.
* Update range.js
* Fix spaces vs tabs.
* Added documentation.
2018-04-24 22:05:05 +01:00
Jermolene
7f1541464a
Release note update
2018-04-23 16:23:54 +01:00
Jermolene
141629c63b
Update TiddlySpace info
...
Fixes #3218
2018-04-21 17:27:31 +01:00
Matt Lauber
5ea6c9a273
Modify the is operator to allow multiple types to be specified. ( #2982 )
...
* Modify the is operator to allow multiple types to be specified.
* Fixed indentation.
* Fixed indentation.
* Rewritten to maintain input order when multiple filters provided.
* Updated documentation.
* Update is.tid
2018-04-12 13:21:49 +01:00
Arlen22
2163302190
Invoke hook when server starts ( #3024 )
...
* Invoke hook when server starts
Invokes the `th-server-command-start` hook when the server is started, with the server object as the parameter. This allows adding a WebSocket listener to the server.
* Return the HTTP server from the listen function
Returns the node HTTP server created in the listen function to allow extension
* Add node HTTP server to server-command-start hook
* Change hook to post start in case we add a pre-start hook
* Create Hook__th-server-command-post-start.tid
2018-04-10 21:55:54 +01:00
Jermolene
99d8da9fc4
Update TiddlyWiki in the Sky for Dropbox URL
2018-04-10 13:00:51 +01:00
Jermolene
d4fc913012
Release note update
2018-04-08 10:35:37 +01:00
BurningTreeC
afe14b47b5
draggable widget: actions on drag-start and drag-end ( #3203 )
...
* pass drag-start end drag-end actions to draggable
* Update dragndrop.js
* Update dragndrop.js
* Update dragndrop.js
* Update dragndrop.js
* Update dragndrop.js
* renaming dragstart/dragend -> start/end
* renaming dragstart/dragend -> start/end
* adding docs
2018-04-08 10:29:17 +01:00
Tobias Beer
f092d08358
sets checked class for radio widget wrapper / label ( #2182 )
...
* sets checked ckass for radio widget wrapper
* added tc-radio as standard class for radio widgets
* removed selectedClass again, as suggested
@pmario ;-)
2018-04-08 09:52:41 +01:00
Jermolene
ea763d0eab
Add support for retaining tab content
...
Fixes #2031
2018-04-08 09:47:57 +01:00
Jermolene
ce7cb020fb
Add link to prerelease CodeMirror demo
...
Fixes #3204
2018-04-08 09:35:15 +01:00
Jermolene
1d6edfbfcb
Release note clean up
2018-04-08 09:33:19 +01:00
Rizwan
3c92512a2d
[Doc] New types info to attributes table of reveal widget ( #3198 )
2018-04-07 12:49:12 +01:00
Jermolene
a07fe6f016
Release note update
2018-04-07 12:23:02 +01:00
BurningTreeC
3d64d7d126
CodeMirror 5.36.0 modularized ( #3184 )
...
* v5.35.1
* codemirror 5.35.1
* v5.35.1
* v5.35.1
* v5.35.1
* v5.35.1
* v5.35.1
* adding search&replace and autocomplete
* update version number
* add jump-to-line.js required for search&replace
* adding show-hint.js required by autocomplete
* adding basic autocomplete for any word
* adding autocomplete css
* adding new files to tiddlywiki.files
* forgot adding search.js
* minify 'em all
* Delete vim.js
* Delete sublime.js
* Delete emacs.js
* Delete anyword-hint.js
* Delete show-hint.css
* Delete show-hint.js
* Update config.tid
* Update tiddlywiki.files
* Update tiddlywiki.files
* Update config.tid
* Update config.tid
* Update config.tid
* Delete dialog.js
* Delete dialog.css
* Delete jump-to-line.js
* Delete search.js
* Delete searchcursor.js
* Update tiddlywiki.files
* Update tiddlywiki.files
* Update tiddlywiki.files
* add search-and-replace cm-addon as plugin
* add autocomplete cm-addon as plugin
* add fullscreen-editing cm-addon as plugin
* add keymaps as plugins + cleanup
* add highlighting modes as plugins
* small update on usage.tid
* moved multiplex.js to htmlembedded mode - the only one using it
* config/CodeMirror update
* how to disable line numbers
* how to change CM theme
* add closebrackets and closetags addons
* packaging a base-addon
* move meta.js from codemirror to base addon
* inputStyle: textarea -> prevents contenteditable on mobile browsers, keeps focus when clicking toolbar buttons, prevents import on paste
* default config no line numbers
* temporary add panel plugin for demo
* put base-plugin back to codemirror editor
* searchcursor to searchnreplace plugin
* bad copypasta mistake
* another typo
* stripped down meta.js + moved matchbrackets to closebrackets plugin
* remove panel
* change module-type to codemirro and make init "require" dynamic.
* make config handling dynamic with sensible defaults
* make cm settings translateable
* delete multids. they will be replaced
* add auto-config tiddlers
* dynamically create config structure for CM
* fix filename
* change typo
* kitchensink config, plus change plugin description for better sorting.
* add matchBrackets config tiddler
* RIP codeblock
* removed install instructions from readme - codemirror usage tiddler still todo
* control panel settings for cm base
* add setting for auto-close tags
* adding fontfamily settings and theme settings
* change tags for settings from $:/tags/ControlPanel/Settings to $:/tags/ControlPanel/Settings/CodeMirror
* more usage info
* more usage info
* update to v5.36.0
* ugly hack enables highlighting and tag-closing for vnd.tiddlywiki and x-tiddlywiki
* disable auto-indent for vnd.tiddlywiki & x-tiddlywiki and add some hidden settings
* remove engine.js hack
* meta.js -> tw-meta.js
* codemirror settings tab
* rename tiddler to tw-meta.js
* make editor font monospace or sans-serif - dropdown select
* make editor font monospace or sans-serif - dropdown select
* now using correct tiddler for editor font setting
* better usage doc
* make markdown-mode require tw-meta
* add more themes info
* add active-line highlighting option
* mini usage change
* add integer type to engine.js config-getter
* blink rate config type string
* correct engine.js
* license for base-plugin, usage link in settings tab
* codemirrordemo hellothere update
* codemirrordemo hellothere update
* Update license.tid
* codemirror demo sidebarlayout, license
* license headers to addon files
* license formatting & forgot what year we have
* license formatting & forgot what year we have & codemirror demo sitetitle sitesubtitle
* more informations 'try-this-style' for codemirrordemo hellothere
* codemirror demo sitetitle & cm fontfamily
* hellothere
* font-family setting must be editor-font-family, not code-font-family
* add basic keyboard shortcuts table
* shortcuts change to not interfere with toolbar shortcuts - needs testing - vim and emacs todo
* formatting
* controlpanel change keymap - default keymap is default
* ctrl-T becomes Alt-T in default keymap
* adjustments for codemirror demo
* demo: hellothere - hint for sidebar keymap cheatsheet
* toolbar focus fix + remove console log
* engine.js cleanup
* formatting
* reverting focus fix
* indenting engine.js
* hoping that indenting gets better
2018-04-06 17:34:50 +01:00
Jermolene
038f19ca9d
New release banner for v5.1.16
2018-04-05 16:31:50 +01:00
Jermolene
df9b8c5505
Release note update
2018-04-03 19:01:57 +01:00
Jermolene
9e03264ebe
Add pluggable previews to the import listing
2018-04-03 17:50:57 +01:00
Jermolene
47cdf55133
Add new subtiddlerfields filter operator
2018-04-03 17:48:01 +01:00
twMat
43b4ded2cc
Update forum icon ( #3191 )
...
This icon is a much better clue to what the forum is about. Especially it is superior when someone is actually looking for help which, presumably, is one of the most important use cases with the tw webpage.
2018-04-02 19:44:13 +01:00
Mario Pietsch
2e8eb15536
Tag completion min length ( #3190 )
...
* tested with tw5.com index.html
* Controls the length of the input before the tag list is filtered
2018-04-02 19:43:18 +01:00
Rizwan
501ad2798f
Add ability to trigger actions on unchecking checkbox widget ( #3182 )
...
* Add uncheck-actions to checkbox widget
* Update checkbox.js
* Docs for "uncheckactions" param of checkbox widget
2018-04-02 19:39:59 +01:00
Jermolene
a8bd22f363
IIS instructions: Add docs link
2018-03-30 10:08:53 +01:00
Jermolene
e19a9e6ff6
Release note update
2018-03-29 14:25:06 +01:00
Jermolene
274bea1258
Docs for running on MS Internet Information Server
2018-03-29 12:51:31 +01:00
Jermolene
1280984e78
Docs: cleanup file locations
2018-03-29 12:51:08 +01:00
Jermolene
b7746b0c55
Docs update for startup actions
2018-03-23 11:48:48 +00:00
Jermolene
1c6942402e
Add support for startup actions
2018-03-23 09:35:39 +00:00
Jermolene
28e713caac
Add screen width/height to platform information exposed at startup
2018-03-23 09:13:45 +00:00
Jermolene
8e9330e484
Minor tweaks for #3157
2018-03-22 20:37:06 +00:00
Rizwan
033feda02d
Adding comparative operators to reveal widget ( #3157 )
...
* Adding comparative operators to reveal widget
>, <, >=, <=
* Adding documentation and formatting changes
* Bring Alphanumericals to the scope of comparison operation
2018-03-22 16:51:02 +00:00
Rizwan
a62e7d218c
Create TW5-SingleExecutable_by_Jed_Carty.tid ( #3181 )
2018-03-20 19:21:31 +00:00
Jermolene
ac154e1452
Release note updates
2018-03-19 16:01:53 +00:00
Jeremy Ruston
aa7b18427f
Incorporate “diff” engine to show visual differences ( #3112 )
2018-03-16 20:38:35 +00:00
Jermolene
0d354fe57f
SetWidget: Add "subtiddler" attribute
2018-03-16 20:35:41 +00:00
Jermolene
b43ff430b7
Update release note
2018-03-15 14:30:51 +00:00
Jermolene
47264c8cd5
Remove third party cookies from tiddlywiki.com
...
Fixes #3106
2018-03-15 12:54:25 +00:00
Jermolene
de984366b9
Update release note
2018-03-14 21:29:00 +00:00
Marxsal
eae573b9dd
Doc: How to hide author's name ( #3162 )
...
* Doc: How to hide author's name
* Rename tiddler. Add additional fields to hide.
* Small tweaks
* Removed creator field leftover from testing.
* New instructions for hiding author
* New instructions for hiding author #2
2018-03-14 18:10:56 +00:00
BurningTreeC
c9b8319801
Droppable widget - passing modifiers as variables ( #3167 )
...
* pass the modifier keys as variables
* Update DroppableWidget.tid
* Create modifier Variable.tid
* closing bracket got lost
2018-03-14 17:52:13 +00:00
twMat
22a15bed67
Update caption in jsontiddler Macro ( #3166 )
...
To not confuse with the actual jsontiddlerS macro
2018-03-12 09:01:55 +00:00
Rizwan
cb28065d8e
Docs: Community- Adding Widdly by Opennota ( #3160 )
2018-03-10 14:52:52 +00:00
Marxsal
bc87c3e3ae
Doc: Emergency Tiddler Export for Saving ( #3161 )
2018-03-10 14:51:56 +00:00
Marxsal
a5f3968304
Community Resource doc for Jed Carty's Dynamic Tables ( #3159 )
2018-03-10 14:51:22 +00:00
Marxsal
2e9f0b29d0
Doc: Saving with TiddlyFox - change wording re latest version ( #3019 )
...
* Doc: Saving with TiddlyFox - change wording re latest version
The instructions were recommending the exactly wrong direction.
* List alternate extensions for FF 57+
2018-03-10 14:50:45 +00:00
Marxsal
0a1152b83a
Simple methods to write protect tiddlers ( #3163 )
2018-03-10 14:47:47 +00:00
Jermolene
7cb54f32c6
Add draggable task management example
2018-03-07 15:52:58 +00:00
Jermolene
de6c9aff9d
Update release note
2018-03-07 15:30:47 +00:00
Jermolene
33cdf1550a
Docs: DefaultTiddlers tweaks
2018-03-06 16:14:50 +00:00
Marxsal
25d667868d
Explain undocumented features of startup tiddlers ( #3153 )
2018-03-06 11:27:21 +00:00
Jermolene
80e9c39b75
Update release note
2018-03-05 11:41:55 +00:00
AlexHough
25fc4aa3ae
Docs: change link ( #3152 )
2018-03-05 11:36:16 +00:00
AlexHough
ee0ccd4cc4
Docs: change format of draggable in the intro ( #3150 )
...
The change brings it into line with the format in TransculdeWidget. I think it's OK to link to the tiddler defining the widget from the tiddler.
The ListWidget tiddler uses a different convention, "The list widget" : for consistancy I think all widgets should contain a WikiLink to themselves in the introduction
2018-03-05 11:26:39 +00:00
AlexHough
22cd017c2f
Docs: add Examples tag to ImageGallery ( #3147 )
...
* add Example to title
brings naming convention in line with ImageGallery Example
* Update LanguageGallery.tid
2018-03-05 11:23:39 +00:00
Jermolene
74c1fe16c8
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2018-03-05 11:22:21 +00:00
Jermolene
51ad1deaf2
Docs: Add "Lists" tag to "Lists in WikiText"
...
Thanks @alexhough
Fixes #3146
2018-03-05 11:22:18 +00:00
AlexHough
308c644fc1
Docs: Add tag "Lists" to GroupedLists docs ( #3145 )
2018-03-05 11:21:09 +00:00
AlexHough
521c1f6068
Docs: add Lists tag to ListWidget ( #3144 )
2018-03-05 11:20:27 +00:00
Jermolene
8a5c357f23
Clarify DictionaryTiddlers definition
...
FIxes #3142
2018-03-05 11:19:21 +00:00
Rizwan
2b0204422d
Sortan filter for alpha-numeric filter ( #3134 )
...
* Sortan filter for alpha-numeric filter
* Removing Case sensitive option, Removing default value for isAlphanumeric parameter, updating formatting
* Formatting changes
* Formatting changes
2018-03-05 11:09:25 +00:00
Jermolene
24c6eece1b
Update to KaTeX v0.9.0
2018-02-20 21:24:11 +00:00
Jermolene
cda43f2ef8
Update release note
2018-02-17 19:26:31 +00:00
Skeeve
5963adf92e
Bugfix/3117 inconsistent each ( #3124 )
...
* Following Jeremy's proposal of using a new suffix
* typo fixed
2018-02-17 18:51:18 +00:00
Jermolene
86266c506f
Add Português (Brasil) translation
...
Thanks to Mauricio Lucas
2018-02-07 15:56:43 +00:00
Jermolene
38cf4c7ccf
Remove extraneous draft tiddler
...
Fixes #3109
2018-02-07 12:51:55 +00:00
Jermolene
6350f55e25
Updated Dutch translation
...
Thanks @gernert
2018-01-16 16:15:10 +00:00
Jermolene
df7f4fedb2
Docs: Improve system tiddlers docs
2018-01-13 15:39:44 +00:00
Diego Mesa
949c178f45
Fixing incorrect link to Introduction to filter notation ( #3088 )
...
Signed-off-by: Diego Mesa <diego898@gmail.com>
2018-01-11 21:30:29 +00:00
Jermolene
4e433966f4
Readme and minor docs updates
2018-01-11 12:42:45 +00:00
Rizwan
302b6a93de
Documentation change to "tiddlywiki.info Files" ( #3068 )
...
Correct syntax to include of read-only parameter in "includeWiki" - shown in example
2018-01-09 17:30:44 +00:00
Bram Chen
48a98bad02
Revise the last changes for "Linking in WikiText" ( #3083 )
...
`[[Open file|c://users/me/index.html]]` is a wrong syntax for linking in wikitext.
`c://users/me/index.html` is not even a valid URI, although `[ext[Open file|c://users/me/index.html]]` works with Google Chrome and Microsoft Edge on Windows 10.
`[ext[Open file|c:\users\me\index.html]]` works with Chrome, Edge and Firefox on Windows 10.
2018-01-09 17:26:54 +00:00
Jermolene
89e8f689bb
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2018-01-09 17:13:50 +00:00
Jermolene
b4c7c59d5d
Add emptyMessage parameter to list-links and list-tagged-draggable macros
2018-01-09 17:13:45 +00:00
Furicle
a3dae612fe
Update Linking in WikiText.tid ( #3064 )
...
For clarity, the absolute file syntax needs to be added in the first section before relative links are shown.
All the examples from the top section should be echoed in the extended section.
2018-01-08 16:51:15 +00:00
Jermolene
3b34f60b90
Rename "Firefox Apocalypse" to "TiddlyFox Apocalypse"
...
Fixes #3020
2018-01-08 12:26:47 +00:00
Jermolene
5fee52beac
Introduce new dynaview plugin
2018-01-05 09:18:19 +00:00
Jermolene
de4eb5ca89
Add new th-page-refreshed hook
2018-01-04 16:01:19 +00:00
Jermolene
edeab188a9
"Ful" edition: Fix dependent plugins
...
text-slicer now requires sax.
2018-01-02 15:51:51 +00:00
Jermolene
e27497d43d
tw.com: Add some links
2017-12-19 17:18:28 +00:00
Bram Chen
cbfbd0c2bc
Fix doc typo ( #3067 )
...
Update copy-to-clipboard Macro.tid
2017-12-18 09:30:54 +00:00
Jermolene
1b6a06a4d7
Add copy-to-clipboard macro
...
And use it in the tw5.com example documentation
2017-12-16 10:58:33 +00:00
Jeremy Ruston
c83231871d
Make macro parameters available as variables in wikified macros ( #3063 )
...
First commit
2017-12-16 09:10:10 +00:00
Jermolene
d2ff164c07
Add support for tm-copy-to-clipboard message
2017-12-15 15:08:18 +00:00
Jermolene
e344c38349
Major updates to text-slicer plugin
...
* In the interests of performance and expressiveness, switched to using a Sax parser instead of a DOM implementation.
* Use extensible declarative rules to control the slicing process
* Added new optional set of rules for slicing by heading, where the paragraphs underneath a heading are packed into the same tiddler as the heading
* Added a modal dialogue for specifying parameters when slicing in the browser
2017-12-14 14:16:54 +00:00
Jermolene
49b3ed4770
Tweaks for #3051
...
* House style:
** Spaces after the "!" of titles
** Blank line after titles
** Sentence Case for Heading Text
* Make use of wikitext-example-without-html macro for the examples
* Make use of .tip macro for tip
* Some phrasing improvements and clarifications
2017-12-12 17:53:37 +00:00
Jermolene
cd32b627b3
Add .tid extension to "Introduction to Lists"
2017-12-12 17:51:25 +00:00
twMat
2b21b74c50
New docs: Introduction to Lists ( #3051 )
...
[ref](https://groups.google.com/forum/#!topic/tiddlywiki/oP3r1yx4C14 )
2017-12-12 17:30:18 +00:00
Tobias Beer
a2c764d407
enable doc contributions for dev ( #3047 )
...
* enable doc contributions for dev
fixes #2921
* involves changes to boot.js to properly build OriginalTiddlerPaths on
Windows
* added ContributionBanner
* added Sources tab to info panel
* updated tiddlywiki.info for dev
* normalize path separator to posix for windows
* more generically transform to posix
2017-12-12 13:50:33 +00:00
Tobias Beer
feace8d26b
added gotcha examples to Filter Expressions and rephrased a little for simplicity ( #3055 )
2017-12-12 13:46:12 +00:00
Jermolene
38fbc4f35a
Minor tweaks to #3052
2017-12-12 12:30:34 +00:00
Tobias Beer
661bff4f5b
extend LinkWidget to enforce classes ( #3052 )
...
* extend ListWidget to enforce classes
Previously, the undocumented *class* attribute only allowed to specify
additional classes to be set.
Especially for use within a LinkCatcher, you can now apply / enforce
only the custom classes and avoid any of the defaults being applied
depending on the link target.
This will allow to implement #1161 more gracefully.
* use setClass insted of exclamation mark syntax
update docs & fix typo in docs
2017-12-12 12:25:06 +00:00
Jermolene
4d2d202935
Add link to Uwe Stuehler's plugins
2017-12-12 10:50:15 +00:00
Aurelien Navarre
9b2d916946
Clarify current limitations on node.js and TiddlyWiki ( #1227 )
2017-12-03 21:47:37 +00:00
Jermolene
b02ee28968
Add Slovenian translation
2017-11-20 22:00:20 +00:00
Jermolene
c507d4e2dd
Use https for YouTube
2017-11-18 19:53:52 +00:00
Mario Pietsch
525e07f259
added new "file-backups" AddOn resource, Added video HowTo's link to WebDav saver info. ( #3014 )
2017-11-16 16:29:31 +00:00
Jermolene
bd2ff7a4c9
Docs update: add link to Termux for Android docs
2017-11-15 17:41:47 +00:00
Marxsal
e64c42e661
Warn to use 'split' , not 'preg_split' ( #3013 )
...
Should have warned user to look for 'split' instead of 'preg_split'
I've retained the new tags, etc. that were put in earlier today
by Jeremy.
2017-11-15 17:24:28 +00:00
Jermolene
06fa483b7d
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2017-11-15 16:38:03 +00:00
Jermolene
ca2225b940
Doc: Explains how to fix preg_split error in store.php
...
Fixes #3011
2017-11-15 16:37:59 +00:00
Marxsal
c65ca8060c
Doc: Include text field in Custom Journal Button ( #3012 )
2017-11-15 16:35:54 +00:00
Jermolene
5acfc012cb
Docs: Add link to Riz's Tekan Kanban
2017-11-15 16:12:47 +00:00
Jermolene
54b1e284fa
Docs updates
...
Missing .tid extensions were causing those tiddlers to be mis-read.
2017-11-14 12:46:21 +00:00
Jermolene
304eb99d41
Docs updates
2017-11-14 12:31:35 +00:00
Jermolene
021b5e072b
Updated GettingStarted material about saving changes
2017-11-13 14:00:01 +00:00
Jermolene
2fd2ae993e
Add buttonTemplate parameter to tabs macro
2017-11-13 13:56:13 +00:00
Marxsal
464ef889f9
Doc-Resource: Dropboard by Reid Gould ( #3009 )
...
* Doc-Resource: Dropboard by Reid Gould
* Minor date tweak
2017-11-13 13:41:10 +00:00
Jermolene
0224da34a9
Preparing for 5.1.15
2017-11-11 14:56:03 +00:00
Jermolene
29364cbd08
Change http://*.tiddlywiki.com/ * to https://
2017-11-11 11:56:20 +00:00
Jermolene
9e90be47bf
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2017-11-11 09:41:58 +00:00
Jermolene
7abfa9e2e7
Fix date of Firefox Apocalypse
...
Thanks CodaCoder
2017-11-11 09:41:53 +00:00
Sylvain Naudin
a097b259d7
Update Firefox Apocalypse.tid ( #3007 )
...
Type Exploer > Explorer
2017-11-10 21:03:00 +00:00
Jermolene
c5b478efe7
Docs updates
...
Including a new tiddler about the Firefox Apocalypse
2017-11-10 14:39:15 +00:00
Jermolene
c4e2793b06
Docs updates
2017-11-09 16:07:01 +00:00
Jermolene
ae8fb3e98b
Add some resource links
2017-11-07 18:57:51 +00:00
Jermolene
6555fecbf3
Release note updates and other docs tweaks
2017-10-31 17:25:21 +00:00
Jermolene
d7a6816307
Add jsonstringify operator
2017-10-29 15:53:53 +00:00
Jermolene
e646d207c3
Add "external-attachments" plugin
...
This plugin provides support for importing tiddlers as external attachments -- it only works on platforms such as TiddlyDesktop that provide the required "path" property with imported files.
Using the plugin means that instead of importing binary files as self-contained tiddlers, they are imported as "skinny" tiddlers that reference the original file via the ''_canonical_uri'' field. This reduces the size of the wiki and thus improves performance. However, it does mean that the wiki is no longer fully self-contained
2017-10-11 17:54:03 +01:00
Jermolene
518f57f4bb
Add new hook "th-importing-files"
2017-10-11 17:52:37 +01:00
Jermolene
ce5865ba16
Updated readme
2017-10-03 20:44:05 +01:00
Jermolene
e5f96d6415
Update Beaker Browser docs
2017-09-20 18:13:32 +01:00
Jermolene
59505449d2
Docs update
2017-09-20 14:12:09 +01:00
Jermolene
06f70d0a03
Update release note
2017-09-20 11:48:13 +01:00
Jermolene
ce3832e275
Docs tweaks
2017-09-20 11:48:06 +01:00
Jermolene
3c62ef0d71
Add Persian (Iran) translation
...
Thanks to @amirography
2017-09-16 17:01:58 +01:00
Bram Chen
8ee66d617f
Doc typo ( #2818 )
2017-09-16 15:33:26 +01:00
Thomas Elmiger
489f9a0079
days filter – docs and examples optimisations ( #2972 )
...
* Replacement icon stopwatch on
As discussed in issue #2690
* Replacement icon stopwatch off
As discussed in issue #2690
* Added missing tag "Resources" (Community Resource)
* Tried to make a sentence clearer
CamelCase words are NOT joined with hyphens (copy-paste error?).
Copied "directly" from the line below to make the meaning even clearer.
* Does deleting make the conflict go?
* Recreate deleted file with updated text
* days filter example should show highlights
- show a highlight using a longer timespan (180 days)
- added a second highlight to demo timespan with start AND end in the past
- better readability
* days Operator explanation optimisations
- typo
- readability (explain { positive | negative } first; remove duplication)
* Remove additional blank line
* Remove whitespace after save button
When the save button was not the last edit button (tested by moving to another place via control panel > Appearance > Toolbars > Edit Toolbar by drag-and-drop) then we got additional spacing due to whitespace in the resulting HTML after the button. This is a fix for that, I discovered while developing additional edit buttons.
2017-09-16 15:29:44 +01:00
Mateusz Piotrowski
4e278d0cd7
Add missing wiki directory to command example ( #2950 )
...
All the other commands seem to assume that the user is not in the wiki directory, but rather in the parent directory: `tiddlywiki mynewwiki --init server` and `tiddlywiki mynewwiki --server`. This is why `tiddlywiki --build index` fails. A solution to this problem is to add the wiki name to the command.
2017-09-16 15:04:27 +01:00
Jermolene
11da58355e
Docs update for LinkWidget
2017-09-07 15:48:11 +01:00
Jermolene
aa417fe899
Add new "lookup" filter
2017-09-07 15:48:00 +01:00
Jermolene
50b0004481
Docs fix: Remove erroneous "class" attribute from tiddler widget
...
The tiddler widget doesn’t generate any DOM nodes, and so wouldn’t have
anything useful to do with a “class” attribute in any case.
2017-09-01 11:13:39 +01:00
Jermolene
06ea4060cb
LinkWidget: Add support for tv-filter-export-link
...
This change makes it possible to perform the conversion from target
tiddler title to `href` value as a filter expression (previously a
JavaScript macro was needed to use the tv-get-export-link variable)
2017-08-28 11:06:21 +01:00
Jermolene
8293a77c6e
Add "mode" attribute to View widget
...
Useful for controlling how the content is parsed
2017-08-24 20:58:08 +01:00
Jermolene
1088b01f96
Fix typo: MathCell is by Stephen Kimmel
2017-08-13 17:30:36 +01:00
Bram Chen
687cb226f5
Update ImportCommand.tid ( #2944 )
...
Corrected caption
2017-07-20 16:39:46 +01:00
Jermolene
8fc80cbf3c
Add missing version banners to updated docs
2017-07-18 16:15:46 +01:00
Jermolene
3a73d2e4ee
Update release note
2017-07-18 16:00:27 +01:00
Jermolene
a4d919f45c
Extend browse widget with deserializer attribute
...
Along the same lines as 596dfa1d50
2017-07-18 15:32:50 +01:00
Jermolene
0d0b841b5c
Drop the mobile drag and drop plugin from the prerelease
2017-07-12 17:19:15 +01:00
Jermolene
e951047461
Add import command
...
Unlike load, allows manual control of the deserializer to be used
2017-07-12 17:14:27 +01:00
Jermolene
5dd3d97760
Extend the set widget with tiddler, field and index attributes
2017-07-12 16:59:56 +01:00
Jermolene
d966583854
Add new "\whitespace" pragma
...
This will allow us to simplify some of the more unreadable core
wikitext tiddlers…
2017-07-12 16:46:13 +01:00
Jermolene
596dfa1d50
Allow manual selection of deserializer for dropping or importing files
2017-07-12 16:42:16 +01:00
Jermolene
dc295b2536
LinkCatcherWidget: Add variable containing target tiddler
2017-07-07 12:16:14 +01:00
Jermolene
16d867d380
Release note update
2017-07-05 14:08:16 +01:00
Jermolene
a346888213
Add first release of AWS plugin
...
Tools for working with Amazon Web Services:
* Templates for saving a TiddlyWiki as a single JavaScript file in a
ZIP file that can be executed as an AWS Lambda function. In this form,
TiddlyWiki is a self contained single file containing both code and
data, just like the standalone HTML file configuration
* Commands that can be used to interact with AWS services, under both
the Node.js and Lambda configurations of TiddlyWiki
2017-07-03 20:34:58 +01:00
Marxsal
4db950cc45
Add ability to now macro to return same UTC string used in date fields ( #2884 )
...
* Add ability to now macro to return same UTC string used in the modified and created fields.
* Revert "Add ability to now macro to return same UTC string used in the modified and created fields."
This reverts commit 7b6ad7db4a
.
* Mods to formatDateString to adjust displayed date to UTC for [UTC]
format. Corresponding doc changes, and optimization for special
case.
2017-07-01 18:09:16 +01:00
Jermolene
1919f0e9b0
Update release note
2017-07-01 13:46:24 +01:00
twMat
b71583e9d7
TiddlyWikiClassic.tid - remove dead link ( #2853 )
2017-06-29 17:05:04 +01:00
twMat
d7315126e7
TabsMacro.tid - remove character that causes problem ( #2856 )
...
The example link at bottom was not visible in correct way
2017-06-29 17:04:38 +01:00
Thomas Herlea
6091b12eb0
Corrected "currentVariable" to "currentTiddler". ( #2859 )
2017-06-29 17:04:13 +01:00
Thomas Herlea
f9e1188b3a
Properly closed macro call; fixed "any links it" -> "any links to it". ( #2860 )
2017-06-29 17:03:33 +01:00
Thomas Herlea
4759f73770
Added missing "tags" option to the railroad diagram and put the categories in alphabetical order. ( #2861 )
2017-06-29 17:03:10 +01:00
Mario Pietsch
e9173b7a71
added several missing tags, visual refactoring, improves readability. ( #2865 )
...
* added several missing tags, visual refactoring, improves readability.
* better wording
2017-06-29 17:02:00 +01:00
Jermolene
37cbaa08f1
Docs for #2901
2017-06-29 09:05:11 +01:00
Jermolene
2d0ac7245f
Docs and tweaks for #2904
...
@saqimtiaz I added a dash to separate the words in the variable names
for consistency with other core variables.
2017-06-29 08:47:26 +01:00
cjhunt
5892c4d8bc
Update Saving on iPad_iPhone.tid ( #2917 )
...
* Update Saving on iPad_iPhone.tid
Changing to reference Quine in place of TWEdit
* Update Saving on iPad_iPhone.tid
Fixing errors....! Thanks!!
* Update Saving on iPad_iPhone.tid
Removed whitespaces....
2017-06-28 18:05:33 +01:00
Daniel Rodríguez Rivero
6085b1171a
Update dev docs for saver modules ( #2919 )
...
* Update Saver.tid
Stupid typo corrected
* Update Saver.tid
Fix callback documentation in case of successful save.
2017-06-28 18:04:52 +01:00
Jermolene
bf51acd8d6
Docs tweaks for #2922
2017-06-28 17:58:58 +01:00
Daniel Rodríguez Rivero
1905a3f343
Add dev docs for notification mechanism ( #2922 )
...
Documentation about the notifier module. I didn't say any, so I have created it.
Regards
2017-06-28 17:51:25 +01:00
Jermolene
96ff7ab86f
Docs for #2925
2017-06-28 17:50:19 +01:00
Jermolene
d5b50e0854
Update 5.1.15 release note
2017-06-28 16:06:19 +01:00
Jermolene
efd0c270d7
Docs: Update link to Beaker instructions
2017-06-28 16:06:07 +01:00
Jermolene
c40fd7f7f2
Move Beaker docs to GettingStarted
2017-06-27 15:00:43 +01:00
Marxsal
ab064e15a9
MathCell - community document ref ( #2877 )
2017-06-09 16:48:06 +01:00
Jermolene
c97458f0d4
Tweaks to 9ea178e327
...
Making it clearer that the private browsing problem is fixed in v2.0.2,
and that a prompt is coming.
2017-06-09 16:28:40 +01:00
Marxsal
9ea178e327
Saving with TiddlyFox -- Additional Doc.s for TF 2.0 ( #2879 )
2017-06-09 16:26:19 +01:00
Marxsal
18cd37c2de
Doc: getindex filter example fix ( #2888 )
...
The 2nd filter example is broken and yields no results,
probably because it doesn't see shadow tiddlers.
Added 'all' filter to bring in actual palettes.
2017-06-09 16:01:06 +01:00
Jermolene
b99a1b6496
Remove extraneous text/vnd.tiddlywiki from system tiddlers in light of #2883
...
There’s no special reason for these tiddlers to be viewed wikified
2017-06-09 15:42:32 +01:00
Marxsal
f2f5afa106
Doc: Adding comment to release notes re archived releases ( #2882 )
...
* Doc: Adding comment to release notes to indicate where archived releases can be found.
* Adding note about node.js to Release tiddler and Installing on Node.js tiddler
2017-06-09 15:33:24 +01:00
Jermolene
9c57ebb05d
Minor tweaks to new tiddler Explorer
2017-06-09 15:31:55 +01:00
Jermolene
3edf3892e8
Fix has filter docs
...
See discussion
https://github.com/Jermolene/TiddlyWiki5/commit/6085936475851a8f93a05a52
f9e7ddcb066c6569#commitcomment-21966472
Thanks @telmiger
2017-05-03 18:33:42 +01:00
Jermolene
684e4feff5
Add link for TWEUM2017
2017-04-28 09:40:58 +01:00
Jermolene
cb0ccb22b1
Add thumbnail for TWEUM2017 microsite
2017-04-27 08:59:19 +01:00
Jermolene
e631e59f00
Missing links in 5.1.14 release note
2017-04-26 18:24:32 +01:00
Jermolene
17110169a9
Update prerelease
2017-04-26 18:24:02 +01:00
Jermolene
39e8a83c4c
Prepare for release of 5.1.14
2017-04-26 17:02:06 +01:00
Jermolene
7890440569
Improve organization for the 5.1.14 release notes
2017-04-26 16:26:33 +01:00
Jermolene
48fe208f0c
Update release note
2017-04-26 14:35:16 +01:00
Jermolene
a613ffb6a3
Update contributor list in 5.1.14 release note
2017-04-26 14:35:03 +01:00
Jermolene
e18b6bf5c4
Docs typo
2017-04-24 16:27:10 +01:00
Jermolene
31523a1e7b
Add empty link to prerelease tiddler
...
Thanks @twMat
2017-04-24 16:26:56 +01:00
twMat
d99e0c9f97
Edit getindex Operator.tid op-purpose ( #2837 )
...
Other `op-` fields should probably also be added.
2017-04-20 16:20:40 +01:00
Jermolene
2a1fb964d5
Reformatting "wikilabs" resource link title
2017-04-19 15:56:41 +01:00
Mario Pietsch
5050829e63
add wikilabs resource link tiddler ( #2834 )
2017-04-19 15:54:37 +01:00
Jermolene
53181d2ab8
Missed parenthesis
...
Thanks @twMat
2017-04-19 13:25:31 +01:00
Jermolene
0aaebe9757
Revert #2814
...
As per the discussion on the ticket, we’ll revisit this after 5.1.14
2017-04-18 08:15:25 +01:00
Jermolene
379e780e80
Release note update
2017-04-17 18:46:02 +01:00
Jermolene
0a2c3d0c3c
Add quote to HelloThere
2017-04-17 17:54:17 +01:00
Jermolene
202ffd9c51
Add big block quote style
2017-04-17 17:53:19 +01:00
Jermolene
40a61ff2e7
The last batch of drag and drop docs
2017-04-06 10:15:22 +01:00
Jermolene
773ef6adfb
Docs update
2017-04-02 17:51:45 +01:00
Jermolene
b1e0fa4a34
More drag and drop docs
2017-04-02 17:51:24 +01:00
Jermolene
8802015f1a
Docs updates
...
Starting to document the new drag and drop stuff
2017-03-29 10:19:42 +01:00
Jermolene
f3cab3753e
Don't set draggable property for links
2017-03-28 13:05:00 +01:00
Jermolene
1f860bd04e
Fix problem with dragging links
2017-03-23 17:52:15 +00:00
Jermolene
8744d77f88
Add mobiledragdrop shim plugin
...
This seems to work quite well for me - cc @xcazin
2017-03-23 17:03:35 +00:00
Jermolene
5b3bb1974c
Move coding docs to the /dev wiki
2017-03-19 13:53:21 +00:00
Jermolene
d778bc9a21
Add link to Tinka
2017-03-17 14:20:44 +00:00
Jermolene
fe5670663d
Add plugins to TOC
2017-03-17 14:20:36 +00:00
Jermolene
779e62a30f
Add support for JSON files containing a single tiddler
...
At the moment, we support JSON files containing an array of tiddlers.
With this change the core will import files containing a single
tiddler. Also adding templates for saving individual tiddlers in JSON
format
2017-03-17 14:19:43 +00:00
gernert
d65fd771e7
Update ColourPalettes.tid ( #2806 )
2017-03-17 13:54:32 +00:00
Jermolene
595072b2bc
Update browser support for importing via paste
2017-03-17 13:36:28 +00:00
twMat
5dbc1b7163
Doc typo correction ( #2791 )
2017-03-05 20:25:24 +00:00
Jermolene
e30330d4be
Introduce Twitter plugin for embedding tweets etc.
2017-02-28 10:23:02 +00:00
Tobias Beer
6343c39bd6
Docs: improve description of remove operator ( #2735 )
...
see https://github.com/Jermolene/TiddlyWiki5/issues/2731#issuecomment-275200159
2017-02-27 16:40:48 +00:00
jrgetsin
63b3d88604
Typo: Update TiddlyWiki.tid ( #2566 )
...
for "bought" put "brought"
looked like a typo to me
2017-02-27 16:38:57 +00:00
gernert
a71e27386f
Update SystemTags.tid ( #2508 )
...
* Update SystemTags.tid
* Update SystemTags.tid
@Jermolene
Hope I did it correct now ;-)
2017-02-27 16:38:13 +00:00
gernert
9a67a90a30
Update Using Stylesheets.tid ( #2786 )
2017-02-27 15:54:15 +00:00
Roma
d53d6e7921
Added community tiddler for ViM syntax file. ( #2544 )
2017-02-26 16:48:07 +00:00
twMat
b5360db375
Clarified intro statment for TiddlerWidget ( #2770 )
...
Ref [discussion](https://groups.google.com/d/msg/tiddlywiki/S-DliskYksE/55c6_CssCgAJ ).
2017-02-23 17:02:49 +00:00
Sylvain Comte
da0c244a51
created a "resource" card for leaflet maps plugin ( #2734 )
2017-02-23 17:01:41 +00:00
Marxsal
617ec82a22
Update documentation to reflect actual way timeline macro currently works. ( #2781 )
2017-02-23 10:59:40 +00:00
Jermolene
7c2d519d4f
Update release note
2017-02-23 08:20:43 +00:00
Jermolene
31a803626f
Add GettingStarted "online" tab
...
Fixes #2780
2017-02-22 15:34:50 +00:00
Tobias Beer
6085936475
Introduce "field" suffix for "has" filter operator ( #2066 )
...
* has:field — tested & documented
allows to test whether a field exists
* fixed inverted condition
* added from version to docs
2017-02-22 12:13:59 +00:00
Jermolene
cd2bc88658
Add "enlist" operator
...
Fixes #2767
2017-02-21 15:17:47 +00:00
Jermolene
eee18aab40
Docs: Fix typo
2017-02-21 08:47:00 +00:00
Thomas Elmiger
8307f7c3ca
Tiny optimisation for Naming of System Tiddlers.tid ( #2773 )
...
* Replacement icon stopwatch on
As discussed in issue #2690
* Replacement icon stopwatch off
As discussed in issue #2690
* Added missing tag "Resources" (Community Resource)
* Tried to make a sentence clearer
CamelCase words are NOT joined with hyphens (copy-paste error?).
Copied "directly" from the line below to make the meaning even clearer.
2017-02-21 08:28:53 +00:00
Jermolene
b26e138503
Tweaks for #2774
2017-02-19 20:50:52 +00:00
twMat
16da00fe3e
Clarify EditTextWidget behaviour and tag attribute ( #2774 )
2017-02-19 20:48:32 +00:00
Jermolene
daf703b67f
Add support for th-navigating
event
2017-02-19 15:47:37 +00:00
Jermolene
0d0ece6377
Add new "fetch" command
...
Like the load command except retrieves the file over HTTP/HTTPS.
Allows experimentation with server-side twederation
This is a cleaned up version of code that I wrote last year at TWEUM
2016 @inmysocks @pmario @twMat @xcazin
2017-02-18 13:33:41 +00:00
twMat
a6b538b308
Clarify use of RawMarkup tag ( #2768 )
...
Anyone attempting to use this tag will need information about required reload of TW for activation.
2017-02-15 08:56:49 +00:00
Jermolene
a51f62bc40
Docs: Move beaker browser file
2017-02-12 11:14:21 +00:00
Jermolene
6397ce8997
Docs: move a couple of files to the correct dir
2017-02-12 11:14:05 +00:00
Jermolene
de9bb2fa40
Feature TiddlyMap in the HelloThere thumbnails
2017-02-12 11:13:43 +00:00
Jermolene
3708f6c8e4
Major refactoring of filesystemadaptor
...
The code here had got a bit broken by some PRs that I should have
checked more carefully. I’ve done a major refactoring which will
hopefully make it easier to understand, and fixes a number of problems:
* Problem with eg .md tiddlers not being deleted correctly
* Problem with Windows path separators not being usable within
$:/config/FileSystemPaths on Windows
* Problem with filename clashes not being detected correctly when
saving to a different directory via $:/config/FileSystemPaths
* Enables slashes within tiddler titles to be mapped into folders
* Enables plain text files like .md and .css to be saved with .meta
files instead of as .tid files (see #2558 )
* No longer replaces spaces with underscores
As this is such a major update, I’d be grateful if Node.js users could
give it a careful run through — in particular, you’ll need to try
creating new tiddlers of various types and ensure that the expected
files are created.
2017-02-11 12:56:42 +00:00
Jermolene
36c0af0fd4
Docs: Fix typo in example filter
2017-02-11 12:47:56 +00:00
Jermolene
9e08aed8ad
Update release note
2017-02-10 12:45:26 +00:00
Jermolene
2397f0aa6f
Add several new hooks for UI actions
2017-02-09 15:42:55 +00:00
Jermolene
73ded6a82a
Add new "count" filter operator
...
See discussion here:
https://groups.google.com/d/msgid/tiddlywiki/fe51b7f5-5369-493b-82e5-94c
18e863fe0%40googlegroups.com?utm_medium=email&utm_source=footer
2017-02-08 20:11:44 +00:00
Jermolene
112a8d95c5
Docs: Switch "Mailing List" to "Forum"
...
Fixes #2761
2017-02-07 11:03:39 +00:00
Jermolene
6282fe43af
Docs capitalisation consistency
...
Thanks @twMat
2017-02-05 13:34:37 +00:00
twMat
e20682dcfd
Update title to "How to Add a New Tab to the Sidebar" ( #2754 )
...
Only title modified, from lowercase to uppercase letters.
2017-02-04 18:06:17 +00:00
Jermolene
bc61f7eebf
Introduce savetrail plugin
...
See the readme:
“This plugin causes TiddlyWiki to continuously save the contents of
each tiddler that is changed as a JSON file. Configured correctly, the
browser will download the files silently in the background, and they
can be used as a backup in case of accidental data loss.”
Inspired by @telmiger’s comment (3) here:
https://github.com/Jermolene/TiddlyWiki5/issues/2741#issuecomment-276128
871
2017-02-04 17:37:31 +00:00
Jermolene
1563f207b3
Tweaks to #2753
...
@twMat I felt that the “see below” part was a bit clumsy, as it jumps
quite a long way down, past three embedded videos.
2017-02-04 16:22:25 +00:00
twMat
9a01e9ab71
Update doc on how to submit PR's. ( #2753 )
...
Added note to clarify difference between submitting doc improvements and code improvements.
2017-02-04 16:18:48 +00:00
Jermolene
56b6781715
Fixes to license visibility
...
Credits to @cdent - is 2012 right, or did your work there carry on into
2013?
Addresses part of #2378
2017-01-29 21:11:30 +00:00
Jermolene
4bf626d741
As noted by @twMat over on the [mailing
...
list](https://groups.google.com/d/msgid/tiddlywikidev/8571ba0d-da8e-449a
-bad2-a21e3f2587aa%40googlegroups.com), GitHub has stopped recognising
TiddlyWiki’s license file — see
https://help.github.com/articles/adding-a-license-to-a-repository/ .
This commit is intended to fix that
2017-01-27 22:10:18 +00:00
twMat
3e40403d11
VarsWidget doc - erroneous example ( #2714 )
2017-01-17 08:20:06 -07:00
Tobias Beer
1b339e17bc
Add "tag" attribute to keyboard widget ( #2593 )
...
* allows to define the tag for keyboard widget
* added from 5.1.14 to docs
2017-01-13 11:17:19 -07:00
Marxsal
2b90d0ab96
Doc: Community Resources: TiddlyServer ( #2708 )
2017-01-13 11:00:06 -07:00
Thomas Elmiger
d632e47ffe
Added missing tag "Resources" (Community Resource) ( #2707 )
...
* Replacement icon stopwatch on
As discussed in issue #2690
* Replacement icon stopwatch off
As discussed in issue #2690
* Added missing tag "Resources" (Community Resource)
2017-01-13 10:59:38 -07:00
Jermolene
0e37e0cd78
Fix typo
2017-01-13 08:17:31 -07:00
Jeremy Ruston
190d4881bf
Remove accented character from filename
...
@Marxsal just a fyi there are a lot of problems on some platform combinations with accented characters in filenames.
2017-01-13 08:17:03 -07:00
Jermolene
dbcda815fa
Add tight-heavier theme that combines "tight" and "heavier"
2017-01-09 12:46:20 +00:00
Jermolene
74bdbb9be8
Readme updates
2017-01-09 12:46:20 +00:00
Marxsal
b152d0a727
Doc: How to concatenate text and variables ( #2676 )
...
* How to concatenate text and variables
* Adding warnings around anti-example code
2017-01-09 12:39:50 +00:00
Marxsal
00669e87da
Docs: Community Resources: Noteself,Slides and Stories, TKN ( #2685 )
...
* Docs: Community Resources: Noteself,Slides and Stories, TKN
* Doc: Community Resource: Cardo
* Tweaks to community resources
* removing unnecessary new lines
* Removed spacing around question marks.
* Noteself. Removing one more space. Picked a bad day not to wear glasses.
2017-01-09 12:32:56 +00:00
Daniel Rodríguez Rivero
2f21cbc971
Updated tabs macro documentation ( #2697 )
...
Adding how to deal with transclusions inside the tabs itself. It is not weird that you want use tabs on a set of tiddlers that transclude other tiddlers using their own title. If you don't understand well the consequences of of what the sentence `currentTiddler variable is not affected...` this can be quite frustrating.
2017-01-04 21:40:11 +00:00
Marxsal
18280249f4
Doc: How to turn off camel case ( #2687 )
...
* Doc: How to turn off camel case
* Changed title. Added tag.
2017-01-03 18:07:48 +00:00
Jermolene
da6149cdde
Include word "unique" in description of "each Operator"
...
Fixes #2689
2017-01-03 18:01:56 +00:00
Marxsal
a37137d426
DOC: How to embed PDFs and other documents ( #2678 )
...
* How to embed PDFs and other documents
* Adding notes about external linking and other details
2016-12-31 13:21:32 +00:00
Jermolene
a2b465ee75
Docs: Tweaks for title conventions for resources
2016-12-31 13:20:54 +00:00
Marxsal
241f901d85
New references for Community resources. ( #2677 )
...
* New references for Community resources.
This batch includes Filter Examples by Tobias Beerand and
Gospel Bubbles by David Gifford
* Four more community resources added --
How Does Twederation Work
Ghostwriter Theme
Moments Theme
Lucky Sushi Online SHop
* Two more: Hacks by Thomas Elmiger. Forum on Reddit by Riz
2016-12-31 13:18:48 +00:00
Jermolene
7a6cbb1629
Tweaks to checkbox widget docs
2016-12-30 17:49:35 +00:00
Marxsal
94d460ef20
CheckboxWidget actions documentation ( #2673 )
...
* Add example of how to use action parameter in Checkbox Widget
* Doc: CheckboxWidget actions
2016-12-30 17:46:48 +00:00
Marxsal
5b5b25dd16
Docs: Add how-tos on putting list into table format ( #2672 )
...
* Document method(s) to format the output of a list in tabular format.
* Added 2nd CSS method for formatting as Table
* Three methods of putting lists into table form.
* Removed "probably" comment
2016-12-30 17:45:44 +00:00
Jermolene
60c6f039e4
Update link to tobibeer's tips
2016-12-30 17:42:34 +00:00
Jermolene
0e83fad837
Remove link to TW5Mall
...
The site has been retired by the author.
2016-12-30 17:42:34 +00:00
Jermolene
eac449e8ff
Release note updates
2016-12-29 12:44:42 +00:00
Jermolene
f495df6386
Tone down the colours of the "from-version" macro
2016-12-29 12:44:36 +00:00
Jermolene
2945c9abc1
Add information about Beaker Browser support
2016-12-29 12:44:12 +00:00
Jermolene
bbcc367e5a
Add link to google groups search at mail-archive.com
2016-12-29 09:13:28 +00:00
Jermolene
cec5522b72
Fix up the version number of the plugin library
2016-12-21 15:07:48 +00:00
Marxsal
ed1a7e73cd
Update instructions on using a PHP server, directing to a live website. ( #2669 )
...
Adding note about increasing maximum upload size.
2016-12-19 22:54:24 +00:00
Bram Chen
352d7d664c
Chinese translation updates ( #2666 )
...
Typo
2016-12-19 12:22:39 +00:00
Jermolene
74107b9b8a
New thumbnail for 5.1.14
2016-12-19 12:21:47 +00:00
Marxsal
7d1e3f4c35
Add docs for making a custom New Journal button ( #2664 )
...
Includes change to 'Creating journal tiddlers' to link up to new Instructional tiddler.
2016-12-19 11:27:50 +00:00
Tobias Beer
15c7d24eaa
Allows adding a new tag name by typing enter ( #2592 )
...
* allows to add a new tagname hitting enter
see: https://groups.google.com/forum/#!topic/tiddlywiki/wqQ8jPYG-X4
* revert changes to vanilla/base
* added "Special Keys" to KeyboardShortcuts
* added info to Creating and editing tiddlers
did not add current version of <<.from-version "5.1.14">> because it
would interrupt the flow. When changed from a noisy "New in 5.1.14" to
"(new in 5.1.14)" we might add the version info here
* revert setText & added inline styles to vanilla base
* remove fieldmangler
* commit initial edittemplate tags to merge master
* ok, now really revert to initial edittemplate tags
* move add tag via enter into tag-picker macro(s)
2016-12-18 20:43:26 +00:00
Jermolene
a2fe101848
Updated text reference docs
2016-12-17 12:25:43 +00:00
Tobias Beer
e5b432a86b
Allows checkbox widget to worth with indexes within data tiddlers ( #2103 )
2016-12-17 11:59:59 +00:00
Tobias Beer
d6d3aab36a
Allow radio widget to work with indexes in a data tiddler ( #2104 )
...
* allow radio widget to set an index in a data tiddler
* updated RadioWidget docs, with same demo macro as for CheckboxWidget
in #2103
* removed docs in widget code (seems the wrong place)
* added from version to docs
* revert doc maros to master
* using wikitext-example-without-html and .tip macro now
* fix quotes
2016-12-17 11:51:24 +00:00
Marxsal
52d32fe3fd
Howto1 ( #2659 )
...
* Create One weird trick to change the sort order of sub-branches in a TOC macro
* Update and rename One weird trick to change the sort order of sub-branches in a TOC macro to How to change the sort order of sub-branches in a TOC macro
* Added .tid to file name
* Delete How to change the sort order of ...
The correct version is the one with the .tid file extension
2016-12-16 17:47:08 +00:00
Marxsal
2319c9269e
Create How to widen tiddlers (aka story river) ( #2651 )
2016-12-16 17:40:05 +00:00
Marxsal
a393705cef
Clarifying Tiddlywiki node.js launch instructions. ( #2662 )
2016-12-16 17:39:20 +00:00
Marxsal
4d3d7de3b5
Add example of using a text reference with a field in RevealWidget ( #2660 )
...
* Adding example of how to use a field's text references to control the RevealWidget.
* Attempting to add field "jeremy".
2016-12-16 17:38:29 +00:00
Jermolene
4a45e9d2dc
Improve text reference documentation
2016-12-16 17:36:11 +00:00
Jermolene
ad9769451d
Add filename-uri-decoded support for tiddlywiki.files
2016-12-15 17:13:32 +00:00
Jeremy Ruston
fbd689368e
Merge pull request #2643 from pmario/de-DE
...
add new tag manager texts
2016-12-01 10:51:19 +00:00
Mario Pietsch
db00c699f4
fix some typos, pointed out by Helmut. thx
2016-12-01 11:35:54 +01:00
Jeremy Ruston
487dab57e6
Merge pull request #2201 from tobibeer/filter-operators-overview
...
updates to overall operators docs
2016-11-29 17:24:23 +00:00
Mario Pietsch
b43b89f44a
fix for 2634 problems with week calculation
2016-11-29 17:31:54 +01:00
Jermolene
0c6b2311ae
Update release note
2016-11-29 10:29:39 +00:00
Jermolene
2f2ddf6c0e
Update docs for tag macros
2016-11-28 21:31:09 +00:00
Jermolene
f07e0f981a
Refactor tag template into an underlying macro
...
By refactoring the innards of the tag template into global macros, we
make it easier to re-use elements of the tag template
2016-11-28 19:17:25 +00:00
Jermolene
9a38642141
Add new "order" filter operator
2016-11-28 19:16:08 +00:00
Jermolene
a3dc3b4b98
Add new [all[tags]] filter operator
2016-11-28 19:04:04 +00:00
Jermolene
b759d82f4c
@pmario's fix for #2635
...
This got reverted due to my git inabilities
2016-11-28 13:43:43 +00:00
Jermolene
c65d08240b
Add strict mode to tag operator
2016-11-28 13:42:30 +00:00
Jermolene
c460cc03a4
Change "is" filter with blank operand to pass through arguments
2016-11-28 13:42:06 +00:00
Jeremy Ruston
a9b54d6fce
Revert "Add provisional version of new tagger manager"
2016-11-28 10:40:55 +00:00
Jeremy Ruston
a85d034015
Merge pull request #2637 : Introduce tiddler manager
...
Introduce tiddler manager
2016-11-28 10:28:12 +00:00
Mario Pietsch
766bc7acee
Fix for #2634 problem with week calculations ( #2635 )
2016-11-27 17:33:19 +00:00
Jermolene
0b4669621a
Return all tiddlers when "is" filter operand is missing
2016-11-27 14:51:51 +00:00
Jermolene
e98d324e66
Add provisional version of new tagger manager
...
For discussion
2016-11-26 12:48:47 +00:00
Jermolene
3bceb98119
Add support for actions attribute to CheckboxWidget
2016-11-26 08:21:58 +00:00
Jermolene
b86d142408
Revert accidental default to the "Heavier" theme
2016-11-23 18:15:17 +00:00
Jermolene
0f85ca3478
Add icon to "New in version" docs macro
2016-11-21 12:50:16 +00:00
Jermolene
b8cbc07c54
Add support for uri decoded components in tiddlywiki.files files
2016-11-14 15:14:25 +00:00
Jermolene
0d0764b6ce
Tweaks to "Heavier" theme
2016-11-03 22:27:14 +00:00
Jermolene
975d5346fb
Introduce "Heavier" theme, with thicker fonts
...
Partly prompted by this piece:
https://backchannel.com/how-the-web-became-unreadable-a781ddc711b6
2016-11-03 19:11:24 +00:00
Jermolene
8de4583d6c
Add first pass at XLSX Utilities plugin
...
Thanks to @stevesunypoly for help with preparing the demo spreadsheet
2016-10-23 22:49:59 +01:00
Jermolene
e9470169d8
Update full edition with recent plugins
2016-10-23 21:22:16 +01:00
Tobias Beer
9c50a223b8
Merge remote-tracking branch 'Jermolene/master' into filter-operators-overview
2016-10-22 10:17:44 +02:00
Jermolene
7108e0d861
Add support for filtered attributes to HTML elements and widgets
...
Fixes #2624
2016-10-21 11:27:07 +01:00
Jermolene
c72a0b7a67
Add action-createtiddler widget
...
Basically the same as sending a tm-new-tiddler message except that the
newly created tiddler is not added to the story.
2016-10-21 11:26:26 +01:00
Jermolene
6dc90718f0
Update tw5.com Tiddler Info/Sources to use links
...
Prompted by @sukima
2016-10-19 22:06:15 +01:00
Jermolene
c415af13f1
bibtex plugin updates
2016-10-19 10:21:50 +01:00
Jermolene
7f11c151f0
First pass at bibtex importer
2016-10-18 18:00:01 +01:00
Jermolene
5aba7292e7
Fix typo
2016-10-18 16:02:17 +01:00
Jermolene
7b535b8f31
Release note update for 5.1.14
2016-10-18 13:26:24 +01:00
Jermolene
22c1b04ee7
Added first version of QR code generator plugin
2016-10-18 09:23:47 +01:00
Jermolene
b4b77d1681
Add new filter operators for various string encoding/decodings
2016-10-18 09:18:32 +01:00
Jermolene
b35544bf49
Extend set widget to support returning a single result from a filter
...
This solves the problem with extraneous double square brackets when
using the filtered set widget.
2016-10-18 09:16:47 +01:00
Jermolene
d9f301f755
Add 'formattedtext' output type to Wikify widget
2016-10-18 09:13:52 +01:00
Jermolene
2f590a365e
Expose document location via $:/info/url/*
info tiddlers
2016-10-18 09:12:55 +01:00
Jermolene
537cfcbf79
Addendum to #2610
...
* Ensure we don’t try to read tiddlers from `.meta` files
* Improve docs
2016-10-15 18:06:17 +01:00
Jermolene
1b41b44684
Improve support for bulk loading tiddlers under Node.js
...
Fixes #2610
2016-10-15 16:23:17 +01:00
FND
d7b6917638
Clarify WebDAV documentation ( #2613 )
2016-10-15 14:19:19 +01:00
Jermolene
989cee5059
Suppress search results if search string is too short
...
Fixes #2603
2016-10-11 09:27:26 +01:00
Jermolene
e724bc6120
Extend docs template for operators to allow for "from-version" field
2016-10-11 09:26:50 +01:00
Jermolene
ffcbcbfa82
Add new 'minlength' operator
...
Fixes #1493
2016-10-11 09:26:20 +01:00
Jermolene
be574b713e
Fixes #2588
2016-10-08 12:10:07 +01:00
Jermolene
c4e13bc94a
Add icon and message handler for print button
...
I’m inclined to think it’s not worth adding a corresponding page
control button because it’ll require a lot of tiddlers for the
translation etc.
2016-10-08 10:10:54 +01:00
Jermolene
ee66d1a1af
Add a documentation macro for marking version numbers
...
By signalling features that are new in 5.1.14 we can include
documentation updates for the new version when we build updates to
5.1.13
2016-10-08 10:05:34 +01:00
Daniel Rodríguez Rivero
0409151801
Update How to customise the password prompt.tid ( #2580 )
...
A minor typo corrected. Minor but a link broker!
2016-09-22 13:14:58 +02:00
Jermolene
ffc0899f52
Move the copyright.md file to the root of the repo
...
Hopefully GitHub might start to recognise TiddlyWiki’s license
2016-09-14 08:30:23 +01:00
Jermolene
fc898ae64a
Fix broken macro in "Release 5.1.9"
...
This local `<<colour-picker>>` macro was overwritten by the new core
macro of the same name
Fixes #2573
2016-09-07 11:12:30 +01:00
Daniel Rodríguez Rivero
975bc30079
Update PluginMechanism.tid ( #2574 )
...
Added link to sematic versioning
2016-09-06 14:53:38 +01:00
Daniel Rodríguez Rivero
845e8294cd
Update How to customise the password prompt.tid ( #2543 )
...
Fixed small typo on the use of a template.
2016-08-20 15:46:50 +01:00
Jermolene
ee9d19d299
Fix problem with highlight plugin language brushes
...
TiddlyWiki passes the MIME type of the tiddler to highlight.js as the
"language brush", but it turns out that highlight.js doesn't actually
understand MIME types. This commit introduces a configuration mapping
between common MIME types and highlight.js language brushes
Fixes #2535
2016-08-18 09:07:06 +01:00
Jermolene
4be6efdb4e
Fix JSON typo
2016-08-16 15:45:17 +01:00
nameanyone
12e3e8b489
Fix a link to GroupedTiddlers ( #2537 )
2016-08-15 18:42:26 +01:00
Przemek Wesołek
9bd002e41d
Change the order of static content generation. ( #2528 )
...
Prevents the `--rendertiddlers` removing the `static.css` file rendered earlier,
similar to https://github.com/Jermolene/TiddlyWiki5/pull/1207
and https://github.com/Jermolene/TiddlyWiki5/issues/703 .
2016-08-08 11:16:48 +01:00
Jermolene
b96377099a
Add Hebrew translation
...
Many thanks to @DoronTzur
2016-08-06 15:56:25 +01:00
Jermolene
1da8a32837
Retrospectively update release node for 5.1.13
2016-07-25 11:11:28 +01:00
Jermolene
b201141753
Set dates for 5.1.13
2016-07-25 09:49:09 +01:00
Jermolene
65a5135245
Updated Portuguese Translation
2016-07-25 09:31:52 +01:00
Jermolene
851ea44b3b
Content updates for 5.1.13 release
2016-07-25 09:10:45 +01:00
Jermolene
6499fe5d3d
Update docs for installing/uninstalling plugins
2016-07-20 16:02:04 +01:00
Jermolene
b357e8bb26
Correct thumbnail size
2016-07-14 16:19:25 +01:00
Jermolene
a0bdefbd8b
Add HelloThere thumbnail for TWEUM2016
2016-07-14 15:46:41 +01:00
Jermolene
b24488174c
Prepare for 5.1.13-prerelease
2016-07-13 12:14:24 +01:00
Jermolene
fe85358bfd
Release dates for 5.1.12
2016-07-13 11:48:50 +01:00
Jermolene
62dac3e7d9
Release note updates
2016-07-12 18:18:28 +01:00
Jermolene
01859dadf5
Update contributors list
2016-07-12 18:10:18 +01:00
Jermolene
1299472c38
Add links to TiddlyWiki European Meetup 2016
2016-07-12 13:16:30 +01:00
Jermolene
edde700138
Tweak colours for link info items
2016-07-12 13:16:30 +01:00
Devin Weaver
aaf884b70a
Add this.document to ES2016 documentation ( #2314 )
...
In the sample example for using ES2016 it used the
`$tw.utils.domMaker()`. I just found out that if this code is executed
by Node.js instead of in the browser that it doesn't work because
`window.document` doesn't exist. The expectation is that widgets pass in
the fake `this.document`.
I updated the example to reflect this.
2016-07-11 13:46:22 +01:00
Jermolene
aa58f4fc7d
Introduction edition: Set default drawing colour
2016-07-11 13:27:12 +01:00
Jermolene
8dece4b4f6
Simplify styling of community resources
...
Feedback from @ssokolow
2016-07-10 16:14:58 +01:00
Jermolene
dd1e213b52
Add "Developers" to Reference section
...
Feedback from @ssokolow
2016-07-10 16:14:38 +01:00
Jermolene
1fdc7344ee
Update new release banner picture
2016-07-10 15:37:48 +01:00
Jermolene
4523aece5e
Fix reference to sync mechanism
...
Fixes #2492
2016-07-09 12:28:20 +01:00
Jermolene
b2c6c24771
Minor fixes for #2473
2016-07-05 18:06:52 +01:00
Myeongjin
80256b4dab
Update document in tiddlywiki.com edition
...
* Add string '.htm' to 'Saving with TiddlyIE'
* Change external links to match locale with wiki language
* Add instructions for use to 'Saving on Android'
* Change string in 'task'
* Change instructions for use in 'Saving on iPad/iPhone'
* Add newline to 'TiddlyDesktop Releases'
* Remove caption from 'Serving TW5 from Android'
* Change link to external in tiddlers which tagged 'Editions'
* Remove string 'index.html' from 'Some of the things you can do with TiddlyWiki'
* Change link 'TiddlyWiki Groups' to 'Forums' in tiddlers which tagged 'Community'
* Remove CamelCase link 'TiddlyWiki' from tiddlers tagged 'Community'
* Change string 'done' to 'Upgrade' in 'UpgradeMechanism'
* Change buttons to images in 'How to export tiddlers'
* Add images about buttons to tiddlers
* Add quotation mark to text 'edit' in 'Signing the Contributor License Agreement'
* Rename 'UsingSVG' to 'Using SVG'
* Change link 'TypedBlockWikiText' to 'Typed Blocks in WikiText' in 'Using SVG'
* Add tiddler 'Using Stamp'
* Add 'rel="noopener noreferrer"' to external links
* Add description about 'rel="noreferrer"' to 'HTML in WikiText'
* Add link of prerelease version about translators edition, and how to translate on Node.js, in 'Translate TiddlyWiki into your language'
* Change string 'dropdown' to 'tab' in 'Installing a plugin from the plugin library'
* Add download button to 'Empty Edition'
2016-07-06 01:10:51 +09:00
Jermolene
ff57b4084a
Extend notification handler to accept variables
...
Now we can provide variables to be passed to the rendering of the
notification text
2016-07-03 14:55:41 +01:00
Jermolene
3d5885f5a5
Extend view widget with plainwikified
format
2016-06-23 16:28:59 +01:00
Jermolene
28730caf7b
Remove missing link for http://dullroar.com/tiddlywiki5.html
2016-06-23 16:24:05 +01:00
Jermolene
4934d3251e
Add note about docs forum
2016-06-23 16:23:52 +01:00
Myeongjin
4764c456ca
Update document in fr-FR edition ( #2474 )
...
* Add field 'fr-title' to 'TaskManagementExample'
* Change button texts to latest version
* Change language English to French of link for empty edition
* Change language English to French of link for document
* Add download button to 'Empty Edition'
* Remove string 'index.html' from 'Full Edition'
* Change external links to match locale with wiki language
* Change string in 'task'
* Add newline to 'TiddlyDesktop Releases'
* Remove string 'index.html' from 'Some of the things you can do with TiddlyWiki'
* Change instructions for use in 'Saving on iPad/iPhone'
* Add YouTube button to 'HelloThere'
* Add 'rel="noopener noreferrer"' to external links
* Remove CamelCase link 'TiddlyWiki' from tiddlers tagged 'Community'
* Change link 'TiddlyWiki Groups' to 'Forums' in 'Articles'
* Change language English to French of caption in tiddlers tagged 'HelloThumbnail'
* Add image to 'HelpingTiddlyWiki'
2016-06-14 21:10:42 +01:00
maxthomax
a9c4f113a1
More documentation about named properties ( #2481 )
...
* Made the link between "names" and "properties" explicit (I only figured it out by reading the TextReference documentation)
* Documented named property manipulation through ActionWidgets.
2016-06-09 22:09:16 +01:00
twMat
77d4b084e6
Update TiddlerFields.tid ( #2479 )
...
Include mention of *caption* field.
2016-06-09 20:32:33 +01:00
Myeongjin
ace20ecf80
Updates and fixed for es-ES edition ( #2475 )
...
* Change button texts to latest version
* Change language English to Spanish of link for empty edition
* Rename 'GettingStarted1' to 'GettingStarted'
* Change language English to Spanish of link for document
* Add download button to 'Empty Edition'
* Change external links to match locale with wiki language
* Change string in 'task'
* Change link to external in tiddlers which tagged 'Editions'
* Remove dot from 'Plugin Editions'
* Remove string 'index.html' from 'Some of the things you can do with TiddlyWiki'
* Add 'rel="noopener noreferrer"' to external links
* Remove CamelCase link 'TiddlyWiki' from 'Examples'
* Change space to dot in 'Tutorials'
* Change language English to Spanish of caption in tiddlers tagged 'HelloThumbnail'
* Change instructions for use in 'Saving on iPad/iPhone'
2016-06-09 16:49:50 +01:00
Myeongjin
f7d49723ae
Update translations ( #2463 )
2016-05-25 12:10:41 -06:00
Myeongjin
74db143ee8
Split exporters from miscellaneous language tiddler ( #2460 )
2016-05-23 12:30:57 -06:00
Myeongjin
5cceca8f55
Update edition informations ( #2457 )
2016-05-21 08:25:33 -06:00
Myeongjin
2edaa5fbce
Update tiddlywiki.com edition ( #2454 )
...
* Change button texts to latest version
* Move tiddler files to appropriate categorys
2016-05-20 07:46:11 -06:00
Myeongjin
a90cb03975
Cleanup editions information ( #2444 )
...
* Replace spaces to tabs from editions information
* Remove theme nighttime from editions information
2016-05-17 22:00:26 +01:00
Myeongjin
e9eb40589d
Add languages for developer documentation edition ( #2446 )
2016-05-17 21:59:27 +01:00
Myeongjin
6388f859d1
Add localisable strings for error ( #2447 )
...
* Add localisable strings for error
* Update tiddler Transclusion Basic Usage in fr-FR
2016-05-17 21:58:47 +01:00
Myeongjin
eb47c6b2c5
Update es-ES edition ( #2442 )
...
* Cleanup es-ES edition
* Cleanup edition infomation
* Remove newline at download-empty-button
* Update system tiddlers for es-ES edition
2016-05-16 12:01:19 -06:00
Myeongjin
2fa98ee642
Update system tiddlers for ko-KR edition ( #2443 )
...
* Change type to TiddlyWiki5 in $:/SiteSubtitle
2016-05-16 12:00:53 -06:00
Jermolene
5f804ff11d
Remove themetweaks overrides from tw5.com edition
...
The attempt to rename the Vanilla themetweaks to make it look like a
core component was mistaken because it requires us to duplicate a
shadow tiddler within an edition, creating a huge problem for the
future where we have to track all the overridden shadows and make sure
that they are updated manually.
2016-05-12 09:07:50 -06:00
Jeremy Ruston
444bb2f32b
Rename Información_para_traductores.tid to Informacion_para_traductores.tid
...
There are problems on some platforms with Git and accented filename characters
2016-05-12 08:51:00 -06:00
Jeremy Ruston
1b5c806243
Rename Résumé_Builder_Edition.tid to Resume_Builder_Edition.tid
...
There are problems on some platforms with Git and accented filename characters
2016-05-12 08:50:35 -06:00
Jeremy Ruston
5297c887b2
Rename Edición_en_Castellano.tid to Edicion_en_Castellano.tid
...
There are problems on some platforms with Git and accented filename characters
2016-05-12 08:49:56 -06:00
Myeongjin
4c94b44bc4
Add ThemeTweaks to build target ( #2437 )
2016-05-12 08:46:47 -06:00
Paulus
fa61bc53fc
TW5, Spanish Edition ( #2436 )
...
* TW5-es-ES-edition
Spanish edition of TW5.
A full localisation of TiddlyWiki into castillian spanish (es-ES).
* Translation ongoing
* Translation ongoing
* Translation ongoing
* Translation ongoing + TiddlySpot upload
* Translation ongoing
* Translation ongoing + macro fixes
* Translation ongoing
* translation ongoing + macro fixes
* Translation ongoing
* Translation ongoing
* Translation ongoing
* Translation ongoing
* Translation ongoing
* translation ongoing
* translation ongoing
* Translation ongoing
* translation ongoing
* translation ongoing
* translation ongoing
* Arreglo plugin
* Arreglo plugin
* Translation ongoing
* Translation ongoing
* Translation ongoing
* translation ongoing
* Add Spanish edition to TW5.com
* Reverting forced language plugin load.
folder es-ES was provisorily added to the tiddlerStore in order to force the load of the updated language plugin. Finished the translation, and with the updated plugin on place, this folder has no use when the new release comes out.
2016-05-12 08:46:18 -06:00
Myeongjin
9f7e55c317
Add system tiddler for language editions ( #2421 )
2016-05-11 11:41:25 -06:00
Jermolene
d1642da2a9
Add link to Stephen Kimmel's plugins
2016-05-05 19:10:20 +01:00
Jermolene
3a3754aebb
Add rel="noopener noreferrer" to external links
...
Background:
https://medium.com/@jitbit/target-blank-the-most-underestimated-vulnerab
ility-ever-96e328301f4c#.hduwdbjlb
2016-05-05 11:49:40 +01:00
Jermolene
8a08eee4bd
Remove duplicate fr-FR edition tiddler
2016-05-05 11:48:44 +01:00
Myeongjin
71111550d6
Add localisable strings for vanilla ( #2422 )
...
* Add localisable strings for vanilla
* Remove system tiddler for theme tweaks from fr-FR edition
2016-05-05 10:11:06 +01:00
Myeongjin
048d421c06
Add system tiddlers of document for ko-KR edition ( #2419 )
2016-05-03 16:44:33 +01:00
Xavier Cazin
398e9b2d08
update tiddlers from fr-FR edition after their updated shadow counterparts ( #2404 )
2016-05-02 11:24:48 +01:00
Xavier Cazin
ea8b81935a
Improvements to Android and fr-FR docs ( #2418 )
...
* A third way to use TW5 on Android
small improvements to Android/Node.js doc tiddlers
* fr-FR translation for the link button
* replace _ with space in file name
2016-05-02 11:08:27 +01:00
Myeongjin
5f68f411c8
Replace '_' to space in tw5.com edition ( #2417 )
...
* Move tiddler 'thumbnail Macro (Examples)' to directory 'macros/examples'
* Replace '_' to space in tw5.com edition
2016-05-02 08:34:30 +01:00
Jermolene
3bce7b3bc0
Update release note
2016-05-02 08:24:54 +01:00
Jermolene
785ad664de
Add a link to @malgam's sandbox
2016-05-01 14:19:46 +01:00
Jermolene
c5a1e105d5
Remove quotes from bad title character warning
...
Experience shows that both double and single quotes are OK
2016-05-01 13:56:41 +01:00
Jermolene
72fb1e22ed
Remove undo/redo formatting toolbar buttons
...
There have been long standing problems with the buttons not working in
Firefox, and now a [further
problem](https://groups.google.com/d/msg/tiddlywiki/GlsruQyPOag/BAhnI2mt
BgAJ) has come to light, and been similarly hard to resolve.
On balance, I’ve decided to remove the undo/redo buttons from the
toolbar (the ctrl/cmd-Z shortcut is still operational), thus avoiding
the problems, and saving some space in the core.
2016-05-01 13:51:45 +01:00
Xavier Cazin
727b7b1ed0
A third way to use TW5 on Android ( #2415 )
2016-04-30 21:47:09 +01:00
Jermolene
3c20f2396e
Add support for assigning action widgets via the actions
attribute
...
This is quite a big change: a new way to invoke action widgets.
The advantage is that it solves #2217 and #1564 , a long running problem
that prevented us from adding action widgets to widgets that modify the
store.
This commit adds the new technique for the button and keyboard widgets,
but also extends the select widget to trigger action widgets for the
first time
2016-04-29 18:54:44 +01:00
Jermolene
5086722ee2
Fix TiddlyChrome URI
2016-04-29 18:54:44 +01:00
Jermolene
39f0c19c9a
Allow "yes" as a synonym of "true"
...
For consistency
2016-04-29 18:54:44 +01:00
Jermolene
0e713bbf8c
Release note update
2016-04-27 17:25:38 +01:00
nameanyone
19ee5bcf4e
"days" filter: yesterday and tomorrow edge cases ( #2364 )
...
* Change the negation logic to address an edge case
Make it possible to get an interval ending with yesterday or starting with tomorrow.
* "days" filter: adjust documentation
2016-04-27 17:23:46 +01:00
Myeongjin
c33e83f595
Cleanup language editions ( #2408 )
...
* Cleanup language editions infomation
* Move system tiddler language in directory system
* Remove newline at download-empty-button
2016-04-27 16:48:20 +01:00
Myeongjin
4a12d0e71b
Add ko-KR Server edition ( #2405 )
2016-04-27 08:46:09 +01:00
Myeongjin
fce19371fe
Update Japanese (Japan) edition ( #2406 )
2016-04-27 08:35:51 +01:00
Jermolene
6f6cdc1bd0
Fix problem with formatting toolbar dropdowns
...
Cruft left over from the last big refactoring…
2016-04-26 07:43:13 +01:00
Jermolene
0151363b74
House style for tw5.com is to use -ise not -ize
2016-04-26 07:42:52 +01:00
nome
1ae428e323
Make tiddler file paths configurable ( #2379 )
...
When saving new tiddlers on node.js, allow the user to override the path of the
generated .tid file. This is done by creating a tiddler
$:/config/FileSystemPaths which contains one or more filter expressions, one
per line. These filters are applied in turn to the tiddler to be saved, and
the first output produced is taken as a logical path relative to the wiki's
tiddlers directory. Any occurences of "/" in the logical path are replaced with
the platform's path separator, the extension ".tid" is appended, illegal
characters are replaced by "_" and the path is disambiguated (if necessary) in
order to arrive at the final tiddler file path. If none of the filters matches,
or the configuration tiddler does not exist, fall back to the previous file
naming scheme (i.e. replacing "/" by "_").
This implies we will now, for tiddlers matching the user-specified filters,
create directory trees below the tiddlers directory. In order to avoid
cluttering it with empty directory trees when renaming or removing tiddlers, any
directories that become empty by deleting a tiddler file are removed
(recursively).
Benefits of this configuration option include the ability to organize git
repositories of TiddlyWikis running on node.js, ability to replace characters
that cause trouble with particular operating systems or workflows (e.g. '$' on
unix) and the ability to replicate tiddler "paths" in the filesystem (by
including a filter like "[!has[draft.of]]") without forcing such a (potentially
problematic) change on all users.
2016-04-25 08:36:32 +01:00
Andreas Hahn
d1f2c399ce
Add missing widget message documentation ( #2399 )
...
* Add documentation to various widget messages.
The following widget messages now have documentation:
* tm-edit-bitmap-operation
* tm-edit-text-operation
* tm-fold-all-tiddlers
* tm-fold-other-tiddlers
* tm-fold-tiddler
* tm-unfold-all-tiddlers
* tm-load-plugin-from-library
* tm-load-plugin-library
* tm-open-window
* tm-scroll
* Fixed alignment error.
2016-04-25 08:28:42 +01:00
Jermolene
387198d9d9
Add instructions for adding a table of contents tab to the sidebar
2016-04-24 16:15:11 +01:00
Jermolene
556e54a0f6
Add link to @stevenleeg's twproxy
2016-04-24 16:03:46 +01:00
Bram Chen
eddefe3a58
Fix docs example ( #2393 )
...
Remove redundant double quotes
2016-04-24 15:53:43 +01:00
Jermolene
360ad9a1cc
Updated Dutch translation from @gernert
2016-04-24 13:43:07 +01:00
Jermolene
51798414c0
Add Danish to release note
2016-04-24 13:39:03 +01:00
Jermolene
ec59316ca5
Revert "Updated Dutch translation from @gernert"
...
This reverts commit b2143f91d9
.
2016-04-24 13:36:18 +01:00
Jermolene
b2143f91d9
Updated Dutch translation from @gernert
2016-04-24 13:35:34 +01:00
Evolena
2b1d38d3ca
Add a subfilter parameter to image-picker macro ( #2391 )
...
* Documentation and examples
* Fix the tag of image- and colour-picker macros in documentation
2016-04-24 13:27:32 +01:00
Jermolene
fe63694a20
Add link to @roma0104's Sublime Text TW extension
2016-04-24 13:20:03 +01:00
Myeongjin
86f99d1f9e
Add Korean (Korea Republic) Edition ( #2392 )
...
empty only
2016-04-24 13:11:25 +01:00
Jermolene
f5f92072e1
Add @sukima's personal site example
2016-04-24 12:22:34 +01:00
Bram Chen
02da449525
Release note update ( #2389 )
2016-04-24 09:40:30 +01:00
Jermolene
d58be59586
Docs update
2016-04-23 17:20:57 +01:00
Eric Drechsel
69f7119b25
Add gettingstarted doc for webdav ( #2291 )
2016-04-23 08:51:52 +01:00
Jermolene
db86586219
Switch tw5.com to fluid-fixed layout
2016-04-22 17:37:45 +01:00
Jermolene
df9f94900a
Release note update
2016-04-22 17:37:35 +01:00
Paulus
dcffd93a28
Update docs for GitHub ribbon plugin ( #2384 )
...
* Outdated source of Corner ribbon plugin
No sources provided for [[$:/plugins/tiddlywiki/github-fork-ribbon]].
Edition aims to its current source in the plugin library and updates the plugin name
* CamelCase link override for visual clarity
* typo corrected
2016-04-22 16:06:19 +01:00
Jermolene
147ce5803c
Add link for TiddlyChrome
2016-04-22 15:37:55 +01:00
twMat
1069fc2e45
Docs: Correct faulty tab reference ( #2385 )
2016-04-22 11:25:11 +01:00
Jeremy Ruston
2adf09129d
Introduce text editor toolbar ( #2315 )
...
Tada!
2016-04-22 08:36:29 +01:00
nome
9e01a30dc7
Small documentation fixes
...
* Copy example from ActionSendMessageWidget to tm-new-tiddler
It is counter-intuitive that the ActionSendMessageWidget documentation has more information on tm-new-tiddler than the more specific one.
* Fix link in reference docs
* Fix some typos
2016-04-04 12:45:31 +01:00
nome
37823f64e9
Add build targets to server edition
...
Define for the server edition the same build targets as for the empty
edition, but using the correct template so that the "offline" version
(target "index") works correctly when accessed via HTTP. With this,
`tiddlywiki --build index` is equivalent to the save button.
While the process of setting up TiddlyWiki on Node.js is well documented
and easy enough, the options for publishing such a wiki to an offline
version (scriptably, e.g. for push-to-deploy setups) are decidedly
non-obvious. With the added build steps, the user only needs to know
three simple commands:
tiddlywiki --init server
tiddlywiki --server
tiddlywiki --build index
and optionally
tiddlywiki --build static
2016-04-03 20:22:11 +01:00
Jermolene
276074b6cf
Fix problem with scrollable widget in static rendering
...
Fixes #1910
2016-03-21 21:59:57 +00:00
Aurélien Correia
0ca66e5dd5
update information about datepicker
2016-03-20 15:48:43 +01:00
Jermolene
086506012d
Remove extraneous macro definition
2016-03-07 20:11:28 +00:00
Jermolene
bd7f1fda61
Update plugin library version
2016-03-07 20:11:28 +00:00
Jermolene
641ac7f6a0
Release note update
2016-03-07 20:11:28 +00:00
Jeremy Ruston
abbb3c15e0
Merge pull request #2308 from FND/podcast
...
Add podcast link
2016-02-27 12:32:13 +00:00
Jermolene
cd0a0aa1fb
Add YouTube banner to HelloThere
2016-02-27 12:25:04 +00:00
FND
d0160d5915
Add podcast link
2016-02-27 10:50:51 +01:00
Jermolene
5ba7b30891
Update system tags docs
2016-02-15 17:43:54 +00:00
Jermolene
3ae0f3666a
Add Internals plugin
...
Adds a live preview of the raw JSON of the parse tree or widget tree
generated from a tiddler.
2016-02-15 11:38:55 +00:00
Jermolene
89031e5b9c
Add missing URL to release note
2016-02-11 09:48:54 +00:00
Jeremy Ruston
459802cc86
Merge pull request #2237 from gernert/patch-7
...
Update SystemTags.tid
2016-02-11 09:47:33 +00:00
Jeremy Ruston
a19b4eeeed
Merge pull request #2219 from sukima/feature/babel-plugins
...
Using ES2016 for Writing Plugins HowTo Documentation
2016-02-11 09:36:35 +00:00
Jeremy Ruston
c61364f46a
Merge pull request #2214 from sukima/feature/editing-with-vim
...
Add Editing Tiddlers with Vim
2016-02-11 09:36:11 +00:00
Jermolene
5ba4730fd7
Release note update for 5.1.12
2016-02-09 21:18:52 +00:00
Jermolene
b3e0e134ab
Include xmldom plugin in full edition
...
Required by text-slicer
2016-02-05 19:48:50 +00:00
Jermolene
fddf18b920
Add xmldom plugin to text-slicer edition
2016-02-05 18:54:32 +00:00
Jermolene
8f5eaf5194
Release note for 5.1.12
2016-02-05 18:46:11 +00:00
Jermolene
147dc128bc
Add link to Mark Gibb's NetworkWorld article
2016-02-05 18:42:54 +00:00
Jermolene
8904a6dba6
First commit of Evernote migration plugin
...
Starts to address #2268
2016-02-04 10:13:08 +00:00
Jermolene
f61bb316b2
Adjust version number for 5.1.12
2016-01-31 21:46:29 +00:00
Jermolene
c24598885a
Preparing for release of 5.1.11
2016-01-30 14:26:24 +00:00
Jermolene
3bf9ad78fa
Update release note for 5.1.11
2016-01-30 12:44:58 +00:00
Jeremy Ruston
5bba45bb0a
Rename TiddlyWiki_Jingle_by_Måns_Mårtensson.tid to TiddlyWiki_Jingle_by_Mans_Martensson.tid
...
Fixes #2227
(Note I fixed this by editing the filename in the github.com online editor. It's happened before; I've raised #2261 to address the root cause)
2016-01-30 08:51:53 +00:00
Jermolene
8b2f320f7f
Missed off d240ab5003
2016-01-29 17:24:11 +00:00
Jermolene
d240ab5003
Fix broken plugin library
...
Fixes #2260
2016-01-29 17:16:16 +00:00
gernert
fa6dc5677d
Update SystemTags.tid
...
Added missing $:/tags/ToolbarButtonStyle
2016-01-18 19:19:13 +01:00
Devin Weaver
f79856a6d7
Add Adding Babel Polyfill to TiddlyWiki
...
Having the ability to write your plugins with ES2015 syntax is nice but
it is missing a large part of the ES2015 spec. Since not all browsers
support this a polyfill is offered.
So far it is IE10 which holds the need for the polyfill. This tiddler
offers a simple how to on adding the babel-polyfill to your TiddlyWiki.
NOTE: This how to would be obsolete if a proper ES2015 polyfill was part
of the official plugins offered in core. (Want a pull request?)
2016-01-12 12:51:30 -05:00
Devin Weaver
d7c4c87c8c
Add Using ES2016 for Writing Plugins
...
I found using Babel for creating plugins was very helpful. I wanted to
share how I integrated ES2015 into my TiddlyWiki development tool bag.
2016-01-12 12:51:30 -05:00
Devin Weaver
8bf867560c
Add Editing Tiddlers with Vim
...
We have one for Emacs so we need one for Vim. Besides, Vim has never
done me wrong.
2016-01-11 21:45:23 -05:00
Tobias Beer
a5d380006e
updates to overall operators docs
...
* info on default input being `all[tiddlers]`
* clearer column layout
* removed fiddly done button
2016-01-10 10:13:23 +01:00
Jermolene
3d19b585ae
Preparing for release of 5.1.10
2016-01-07 23:16:58 +00:00
Jermolene
e47f06bd5e
Docs update
2016-01-07 23:11:59 +00:00
Jermolene
6b68d9b0c4
Restore sample alert
2016-01-07 23:01:52 +00:00
Jermolene
5109e96cec
Docs updates
2016-01-07 23:00:38 +00:00
Jermolene
c1763193df
Docs update: "Editions"
2016-01-07 22:20:02 +00:00
Jermolene
e1912b624b
Dev docs typo
2016-01-07 22:20:02 +00:00
Jermolene
01f8b954ae
Add all translations to the "introduction" edition
2016-01-07 17:48:50 +00:00
Jermolene
822bd1f3cc
Docs update
2016-01-06 16:03:50 +00:00
Jermolene
877aed3ead
Move 5.1.10 release note
2016-01-06 16:03:43 +00:00
Jermolene
7ee985407b
Release note update
2016-01-06 10:09:33 +00:00
Jermolene
5a543276f5
Update release note
2016-01-06 09:59:03 +00:00
Jeremy Ruston
677e100ea2
Merge pull request #2185 from matabele/patch-8
...
Fixed typos in docsof ActionListops widget
2016-01-06 09:45:14 +00:00
William Jackson
366cdb608d
Fixed typos in docsof ActionListops widget
2016-01-06 07:32:33 +02:00
mdeabreu
d917198abb
Add information about TiddlyDesktop v0.0.8
2016-01-05 11:11:09 -08:00
mdeabreu
fcfddf2b46
Add information about TiddlyDesktop v0.0.7
2016-01-05 11:09:55 -08:00
William Jackson
152c3db9a1
Updated docs to include setting of TextReferences
...
Can now accept any number of attributes of the form TextReference="value" -- these may be fields "(Tiddler!!field="value") or indices (Tiddler##index="value.)
2016-01-05 21:02:18 +02:00
Jermolene
0cbe97615a
Add size attribute to select widget for multiple selection mode
2016-01-05 18:48:21 +00:00
Jeremy Ruston
540354a693
Merge pull request #2162 from matabele/patch-4
...
Updated docs of the ActionListops widget to reflect changes to attribute names
2016-01-05 15:30:27 +00:00
Jermolene
b2fd3366e3
Move staged content from prerelease
...
These updates had been staged so that I could still perform updates of
tiddlywiki.com for the previous release
2016-01-05 13:05:10 +00:00
Jeremy Ruston
791f97983e
Merge pull request #2153 from tobibeer/rows-for-edittext
...
add rows attribute to edittext, plus docs
2016-01-05 12:31:37 +00:00
Jeremy Ruston
1cb8247063
Merge pull request #2177 from nameanyone/tw5-relnotes-edit
...
Remove obsolete reference to "recent" filter operator
2016-01-05 10:54:03 +00:00
alexhough
fa3ea480fe
add "Transclusion and Substitution" to learn more
2016-01-03 17:11:13 +00:00
nameanyone
658ccadca7
Remove obsolete reference to "recent" filter operator
2015-12-31 13:40:28 -08:00
Jermolene
f42acfa73e
Revised banner for 5.1.10
2015-12-31 14:03:48 +00:00
Jermolene
56ff0027e0
Add new release banner for 5.1.10
2015-12-31 08:47:09 +00:00
Jermolene
040e35eab6
Restore accidentally deleted tiddler fields
...
Fixes #2174
2015-12-29 15:51:26 +00:00
William Jackson
91b970e422
Updated docs of the ListOps widget to reflect changes to attribute names
2015-12-28 10:42:46 +02:00
Jeremy Ruston
0d27f3b836
Merge pull request #2154 from spelufo/katex-displaymode
...
Revert katex plugin to using `$$`. Use multiline for display mode.
2015-12-24 18:02:54 +00:00
Santiago Pelufo
8e02390353
Revert katex plugin to using $$
. Use multiline for display mode.
2015-12-24 13:52:19 -03:00
Jermolene
2fe2c531e8
Update release note
2015-12-24 16:04:47 +00:00
Jeremy Ruston
62e6d3a99c
Merge pull request #2006 from tobibeer/move-if-macro
...
moved if-macro, see #2005
2015-12-24 15:23:19 +00:00
Tobias Beer
456e7abc5d
add rows attribute to edittext, plus docs
2015-12-24 15:40:00 +01:00
Jermolene
3a426dfd2a
Docs for #2049
2015-12-24 14:12:53 +00:00
Jeremy Ruston
dcc53b8e96
Merge pull request #2074 from mklauber/master
...
Manage a list field by allowing the <$select> widget to select multiple items.
2015-12-24 13:48:43 +00:00
Jeremy Ruston
68c633c9bb
Merge pull request #2094 from jho1965us/patch-1
...
Changed Transclusion from html to TidlerWiki syntax in order to force…
2015-12-24 12:40:07 +00:00
Jeremy Ruston
08fed4840f
Merge pull request #2151 from tobibeer/sticky-popup-docs
...
documentation for "tc-popup-keep"
2015-12-24 11:01:32 +00:00
Jeremy Ruston
b1bc75d4eb
Merge pull request #2150 from matabele/patch-4
...
Added a tooltip
2015-12-24 10:52:29 +00:00
Jeremy Ruston
2da1af2a41
Merge pull request #2149 from matabele/patch-3
...
Added a tooltip
2015-12-24 10:52:10 +00:00
Tobias Beer
c2dea12f1c
documentation for "tc-popup-keep"
2015-12-23 23:28:47 +01:00
William Jackson
d7f24a5779
Added a tooltip
2015-12-23 22:37:14 +02:00
William Jackson
61235a12fb
Added a tooltip
2015-12-23 22:35:46 +02:00
William Jackson
b905874c06
Added a paragraph describing the use of tooltips
2015-12-23 22:28:52 +02:00
Jeremy Ruston
15eab0ce1c
Merge pull request #2146 from spelufo/katex-displaymode
...
Show how to use display mode in katexdemo/tiddlers/HelloThere.tid
2015-12-23 18:20:57 +00:00
Santiago Pelufo
5be0de798f
Show how to use display mode in katexdemo/tiddlers/HelloThere.tid
2015-12-23 14:57:24 -03:00
Jermolene
57ceffd67c
Merge #1909 from @nameanyone
2015-12-23 12:19:47 +00:00
Jermolene
c2105de49c
Remove modifier/modified/revision fields from #2037
2015-12-06 19:11:41 +00:00
Jeremy Ruston
da36f1c728
Merge pull request #2037 from matabele/Listops
...
ActionListopsWidget
2015-12-06 19:04:26 +00:00
Jens
6c89b27328
Changed Transclusion from html to TidlerWiki syntax in order to force new tab when following
...
With the html syntax when you go back after following the link knowledges of open tiddlers is lost.
Not sure if there should also be feature request for TiddlerWiki to store knowledge of open tiddlers in browser history.
2015-11-22 13:53:59 +01:00
Matt Lauber
1569090046
typo
2015-11-13 07:53:47 -05:00
Matt Lauber
75380c56cc
Oops, deleted metadata
2015-11-13 07:53:19 -05:00
Matt Lauber
c535dd605c
Grant the select widget the ability to select multiple values.
...
Multiple values are placed in a given tiddler-field combination as if
that field were a list field.
2015-11-13 07:50:34 -05:00
Tobias Beer
ef3e44eb48
rename suffix each:list to each_list-item
...
based on #1422 , improves readability of the filter expression
tests passed
2015-11-13 11:07:24 +01:00
William Jackson
5877a26855
Create ListopsData.tid
...
Data tiddler for Extended Listops documentation examples
2015-11-08 10:40:49 +02:00
William Jackson
8980e491c4
Create sortby.tid
2015-11-08 10:38:14 +02:00
William Jackson
085ebd4e23
Create sortby.tid
2015-11-08 10:37:39 +02:00
William Jackson
7ba2649194
Create replace.tid
2015-11-08 10:36:53 +02:00
William Jackson
85895374ea
Create replace.tid
2015-11-08 10:36:17 +02:00
William Jackson
34e0bf13f2
Create remove.tid
2015-11-08 10:35:37 +02:00
William Jackson
12431a9fbc
Create remove.tid
2015-11-08 10:35:05 +02:00
William Jackson
91c87ec2ac
Create putlast.tid
2015-11-08 10:34:21 +02:00
William Jackson
0c78c63fae
Create putlast.tid
2015-11-08 10:33:39 +02:00
William Jackson
617c13d196
Create putfirst.tid
2015-11-08 10:32:56 +02:00
William Jackson
008f22b511
Create putfirst.tid
2015-11-08 10:32:12 +02:00
William Jackson
cb6b8233fa
Create putbefore.tid
2015-11-08 10:30:47 +02:00
William Jackson
cab0900ddd
Create putbefore.tid
2015-11-08 10:30:08 +02:00
William Jackson
72889a0527
Create putafter.tid
2015-11-08 10:29:17 +02:00
William Jackson
ec2d819c8c
Create putafter.tid
2015-11-08 10:28:38 +02:00
William Jackson
88a5c742e7
Create prepend.tid
2015-11-08 10:27:35 +02:00
William Jackson
1358cd5185
Create prepend.tid
2015-11-08 10:26:45 +02:00
William Jackson
18a0f6b12d
Create move.tid
2015-11-08 10:25:42 +02:00
William Jackson
b1cfc8633f
Create move.tid
2015-11-08 10:25:04 +02:00
William Jackson
abdd1e7fd6
Create append.tid
2015-11-08 10:11:17 +02:00
William Jackson
b2edbd8d1d
Create append.tid
2015-11-08 10:10:37 +02:00
William Jackson
31b9835a4e
Create allbefore.tid
2015-11-08 10:09:00 +02:00
William Jackson
e9c79faf05
Create allbefore.tid
2015-11-08 10:08:01 +02:00
William Jackson
d87c328fd9
Create allafter.tid
2015-11-08 10:06:50 +02:00
William Jackson
2adb005c28
Create allafter.tid
2015-11-08 10:05:26 +02:00
William Jackson
fad106d2d5
Update FilterOperators.tid
...
Added category for extended listops filter operators
2015-11-08 10:02:28 +02:00
William Jackson
7370d61602
Create The Extended Listops Filters.tid
...
Supplementary documentation for the ActionListops widget -- examples using the extended filters
2015-11-08 09:59:41 +02:00
William Jackson
ac9aa78859
Create ActionListopsWidget.tid
...
Primary documentation for ActionListops widget
2015-11-08 09:56:37 +02:00
Jermolene
3b64497c57
Fix docs typo
...
Thanks @BramChen
2015-11-05 15:09:45 +00:00
Jermolene
99969024f8
Update release note
2015-11-05 13:07:34 +00:00
Jermolene
0b99ac2b75
Add information about TiddlyDesktop v0.0.6
2015-11-05 13:07:27 +00:00
Jeremy Ruston
583ed07af2
Merge pull request #1422 from tobibeer/each-list
...
added list suffix for each filter
2015-11-05 12:45:27 +00:00
Jermolene
bc0cbf9070
Add a lazy loading template for all non-system tiddlers
...
With this new template you can run TiddlyWiki under Node.js such that
all non-system tiddlers are lazily loaded, and not baked into the HTML
file.
2015-11-05 12:33:20 +00:00
Jeremy Ruston
106f11343e
Merge pull request #2026 from Evolena/def-list
...
Text-slicer: Add support for definition lists
2015-10-26 19:18:15 +00:00
Jeremy Ruston
9d7a850e83
Merge pull request #1943 from Spangenhelm/patch-1
...
Fix the title
2015-10-26 18:14:57 +00:00
Jeremy Ruston
89bd088a75
Merge pull request #1931 from erwanm/master
...
New resource tiddler in tw.com for TWCommunitySearch
2015-10-26 18:12:14 +00:00
Jermolene
bcb49b64f6
Update for TiddlyDesktop v0.0.5
2015-10-26 17:16:43 +00:00
Tony Grosinger
c0de553370
Fix typo which prevented example from working
2015-10-25 13:56:21 -07:00
Jermolene
7ecaba9a65
Update release note
2015-10-24 19:14:29 +01:00
Jeremy Ruston
7040d483f2
Merge pull request #2028 from kixam/master
...
communicate on a new datepicker plugin
2015-10-24 18:56:49 +01:00
Jeremy Ruston
612a2707c6
Merge pull request #2040 from afeldspar/patch-2
...
add explanation on 'set' attribute
2015-10-24 18:55:49 +01:00
afeldspar
0d6450cfb5
fix typo in FilterRun.tid diagram
...
corrected typo in the railroad diagram, which showed a double-quote where a single-quote should have been.
2015-10-24 09:52:03 -04:00
Jermolene
ba15086381
Remove extraneous apostrophe
...
Thanks @paul-cross (2354271723243753a8a19c6181d4822592d02a3e)
2015-10-23 17:54:59 +01:00
afeldspar
7492086f31
add explanation on 'set' attribute
...
Attempted a fix for the problem I raised in #2038 , by adding an explanation of why a TextReference in a button widget's 'set' attribute will lack the curly braces seen nearly anywhere else a TextReference is used as a widget attribute.
2015-10-20 21:15:58 -04:00
Aurélien Correia
95f98d36d9
communicate on a new datepicker plugin
2015-10-15 09:33:42 +02:00
Evolena
0a220a09da
Text-slicer: Add support for definition lists
2015-10-14 20:25:11 +02:00
Jeremy Ruston
26d0029746
Merge pull request #1997 from Marxsal/patch-7
...
A primer on how to export tiddlers
2015-10-14 14:34:10 +01:00
Jermolene
fe1b318987
Release note updates
2015-10-14 12:01:40 +01:00
Tobias Beer
9f6fea7607
updated to point to new location
2015-10-13 12:23:58 +02:00
Jermolene
acc44c6f67
Tweaks to "Tight" theme
2015-10-12 17:54:17 +01:00
Jermolene
98983c4072
Add badges from https://shields.io
2015-10-10 14:30:58 +01:00
Jermolene
69b4f174c3
Introduce new "tight" theme
...
Fixing #2008
2015-10-09 17:59:56 +01:00
Tobias Beer
51739e3fd2
moved if-macro, see #2005
...
as per #2005 from @Evolena
2015-10-09 10:39:00 +02:00
Tobias Beer
2acea55711
added example documentation
...
the documentation for the feature seems already there / merged
2015-10-08 14:22:05 +02:00
Tobias Beer
f684a6beb0
fixed helper function and added tests
...
tests: ok
2015-10-08 14:07:00 +02:00
Marxsal
79972fe57f
Applying recomendations
...
Giving better descriptive names to sub-headings
2015-10-06 10:36:19 -07:00
Marxsal
5163b541cf
A primer on how to export tiddlers
...
Showing how to export individual, selection, or all tiddlers.
2015-10-06 09:11:21 -07:00
Jermolene
1e06824ed1
Release note update
2015-10-05 15:57:44 +01:00
Jermolene
2803890baf
Release note update
2015-10-05 10:23:42 +01:00
Jermolene
6b3dd1bb63
Release note and docs updates
2015-10-05 09:53:18 +01:00
Jeremy Ruston
a30f9e1739
Merge pull request #1992 from tgrosinger/master
...
Add documentation to tw5.com for CodeBlock widget
2015-10-04 21:46:57 +01:00
Tony Grosinger
2e1ad771d6
Whitespace clean up and missing close tag
...
Clean up for CodeblockWidget documentation.
2015-10-04 13:05:46 -07:00
Tobias Beer
db2eaf56d4
overlooked "either", removed
2015-10-04 18:03:49 +02:00
Tobias Beer
2f8ae31377
better wording
2015-10-04 18:02:48 +02:00
Tony Grosinger
650a9a76df
Add documentation to tw5.com for CodeBlock widget
...
Partial fix for #1985
2015-10-03 16:48:47 -07:00
Tobias Beer
adb81f7eab
example description for tagging filter
2015-10-04 01:01:34 +02:00
Karl Knechtel
3ab7db1a59
One more fix
2015-10-03 08:43:55 -04:00
Karl Knechtel
d806f1d0f1
Assorted wikitext fixes
2015-10-03 08:42:56 -04:00
Karl Knechtel
b23d53e9b0
Fix stray line
2015-10-03 08:36:56 -04:00
Karl Knechtel
6598455e83
Create Filter Operators.tid
2015-10-03 08:32:47 -04:00
Jermolene
6ac178323f
Docs: better definition of a plugin
2015-09-28 17:59:44 +01:00
Jermolene
ebb3a62d9a
Docs updates
2015-09-27 22:53:46 +01:00
Tobias Beer
1b2d54b4bf
wording for docs
2015-09-25 15:43:31 +02:00
Tobias Beer
6b3fc8d538
updated #1480 "undefined value removes field or index"
...
when $value is unspecified, $action-setfield removes field or index...
modified
setText() — $:/core/modules/wiki.js
invokeAction() — $:/core/modules/widgets/action-setfield
demo
http://tobibeer.github.io/tw/batch/#ActionSetField-RemoveIndex
2015-09-25 15:20:37 +02:00
Jermolene
6ee8c14d89
Updates to the Danish translation
2015-09-19 18:59:23 +01:00
Jermolene
268da52f8c
Documentation updates
...
Adding “Story River” to the “Concepts” category, and doing some
clean-up of other entries in the category by moving some concepts to
become sub-concepts in the TOC
2015-09-18 09:19:21 +01:00
Jermolene
e2d63a03b2
Text-slicer: Improvements to image handling
2015-09-17 19:41:41 +01:00
Jermolene
1fef272388
Text-slicer: starting to support images
2015-09-17 08:41:21 +01:00
Florent V.
bbc802e228
Fix the title
...
to match the one required by the "FieldManglerWidget" tiddler's link to examples, broken for now. (pointing to a non existant tiddler because of the wrong name)
2015-09-16 04:55:07 +02:00
Jermolene
207406eeb3
tw5.com-docs improvements
...
Better not to override any of the tw5.com documentation tiddlers!
2015-09-15 17:51:20 +01:00
Jermolene
f4d11cb471
Add text-slicer to full edition
2015-09-15 17:50:57 +01:00
Jermolene
746aab2cf6
Create a plugin and edition for tw5.com docs
...
By making the docs available as a plugin we make it easier for people
to fork their own copy of the docs without losing the ability to get
updates in the future (which can be done just be updating the docs
plugin)
2015-09-15 13:37:01 +01:00
Jermolene
803d70225a
Allow tiddlywiki.files to load directories recursively
2015-09-15 13:35:54 +01:00
Jermolene
d4bd253779
Release note update
2015-09-15 13:34:15 +01:00
Hegart Dmishiv
3c71c10da9
My first attempt at editing the TW documentation
...
Feel free to ignore this pull request if you want to, although it might be a useful addition to this page. I use NZ English normally, which is closer to UK English than to US English, but I still get confused between the two sometimes, having spent so long around the (predominately American) Internet.
2015-09-15 02:01:06 +12:00
Erwan Moreau
fb69a43325
Update TWCommunitySearch.tid
2015-09-13 19:23:25 +01:00
Erwan Moreau
7f93cea6d0
Create TWCommunitySearch.tid
2015-09-13 18:47:55 +01:00
Jermolene
3592a9560b
Highlight plugin: add static demo
...
Also clean up some coding style issues
2015-09-11 22:36:30 +01:00
Jermolene
c80db86b67
Update to v8.8.0 of highlight.js
2015-09-11 19:53:06 +01:00
Jermolene
b379ab4f87
Text-slicer: better static HTML generation
2015-09-11 13:34:01 +01:00
Jermolene
c20e5b47b6
Clarify external text tiddler limitations
2015-09-11 13:34:01 +01:00
Jermolene
51d71f9858
Update blog edition docs
...
Fixes #1928
2015-09-09 17:03:26 +01:00
Jermolene
424b2fea32
Add th-saving-tiddler hook for autotagging etc.
...
@danielo515 this enhancement is intended to make it easier to implement
things like the auto tag plugin. Does it meet your needs?
2015-09-08 16:16:50 +01:00
Jermolene
f405a89b28
Update to KaTeX v0.5.1
2015-09-08 10:37:33 +01:00
Jermolene
2e0845b806
Release note update
2015-09-04 17:22:41 +01:00
Jermolene
ad6a6f3b75
Introduce the blog plugin
2015-09-03 08:54:41 +01:00
Jermolene
1d30ee955c
Remove accidentally committed change
...
I’d added text-slicer to the main wiki just to check that it worked.
2015-09-01 17:12:38 +01:00
Jermolene
b4aa895cac
Text-slicer: add support for exclude filters
...
The exclude filter `+[tag[intro]]` will produce a document that only
includes the paragraphs with the tag “intro”. These are derived from
the paragraphs in the original document with the CSS class “intro”.
2015-09-01 09:59:23 +01:00
Jermolene
684fbb1ee8
Update to KaTeX v0.5.0
2015-08-31 15:10:07 +01:00
Jermolene
4cac7b6784
Lots of enhancement to the text-slicer plugin
...
Now includes a special document view column on the left. Headings can
be expanded/collapsed, and tiddler titles can be inspected and renamed
via the toolbar. Clicking on an entry opens the associated tiddler. The
default tiddler view template includes a special section for tiddlers
that are part of a document
2015-08-30 19:15:04 +01:00
Jermolene
a204784c0c
Limited implementation of external text tiddlers in the browser
...
Triggered by the discussion in #1917
2015-08-29 16:33:04 +01:00
Jermolene
4d5c14bca7
Release note update
2015-08-09 17:25:26 +01:00
Jermolene
4bcf1e298b
Release note updates
2015-08-09 16:44:47 +01:00
Jermolene
ef87dd0687
Update release note
2015-08-09 11:11:04 +01:00
Jermolene
318a1cf212
Release note updates
2015-08-08 14:43:01 +01:00
Jermolene
fbe4bc18b9
Move JS-oriented mechanism docs to /dev
...
Fixes #1889
2015-08-08 13:56:42 +01:00
Jermolene
7421616754
Make keyboard shortcuts configurable
...
Fixes #1892
2015-08-08 13:43:14 +01:00
Jermolene
e5cd8313a0
Update actionsetfield widget to allow timestamp to be preserved
2015-08-06 18:17:09 +01: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
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
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
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
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
c23e26be5f
No longer need to keep text slicer output open
2015-08-01 18:09:14 +01:00
Jermolene
a4d0210f90
Use $:/TextSlicer for text-slicer output
2015-08-01 13:48:57 +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
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
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
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
Jermolene
ea10d85604
Add link to "resume builder" edition
2015-07-18 13:34:30 +01:00
Jeremy Ruston
7e94fa8e84
Merge pull request #1885 from inmysocks/ResumeBuilder
...
Added resume builder edition
2015-07-18 12:33:20 +01:00
Jermolene
ecbd97b4b4
Revise support for external tiddler files
...
Fixes #1884
2015-07-18 11:45:30 +01: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
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
396af28d16
Update SavingMechanism docs
2015-07-12 09:08:19 +01:00
Jermolene
7ae5eab3a8
Refactored file save filter docs
...
@danielo515 I hope this still makes sense.
2015-07-10 17:02:27 +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
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
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
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
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
bc076eee27
Docs updates preparing for 5.1.9 release
2015-07-03 16:39:42 +01:00
Jermolene
4754356f5a
Add @infurnoape to 5.1.9 contributors
2015-07-03 15:28:30 +01:00
Richard Smith
f3d915f578
changed the tag value used in the final example
...
Because "Introduction" is no longer used on Tiddlywiki.com, so the example is a bit confusing
2015-07-03 14:09:59 +10:00
Jermolene
8b7aad11c0
Update release notes
2015-07-02 17:33:26 +01:00
Jermolene
35703d846b
Release note update
2015-07-02 17:10:28 +01:00
Jermolene
68564eaeff
Update release note
2015-07-01 15:59:43 +01:00
Jermolene
31ebbb2d7d
Add translatable strings for type dropdown
2015-07-01 15:58:49 +01:00
Jermolene
8ada96eaa8
Add additional contributors
...
5.1.9 is shaping up to have an unusually large number of contributors.
I can’t thank everyone enough; it’s a source of great pride that
TiddlyWiki is sufficiently good that other people are prepared to help
me work on it.
2015-07-01 09:24:12 +01:00
Jeremy Ruston
533c8eec7a
Merge pull request #1851 from slovuj/patch-1
...
Wrong macro name in example description
2015-06-30 22:30:29 +01:00
Jermolene
15c76d997e
Docs updates
2015-06-30 22:01:06 +01:00
Jermolene
7318805077
Update release notes
2015-06-30 18:25:47 +01:00
Jeremy Ruston
d4dc1a2441
Merge pull request #1848 from felixhayashi/improvement/docs
...
improved docs
2015-06-30 18:16:27 +01:00
Jermolene
8438be5256
Update docs
2015-06-30 17:56:23 +01:00
Slo
5b20255749
Wrong macro name in example description
...
The \define pragma below defines a macro called tags.
should be:
The \define pragma below defines a macro called tags-of-current-tiddler.
2015-06-30 11:01:49 +02:00
Jermolene
5f3587c38c
Update to KaTeX 0.4.3
2015-06-29 21:07:26 +01:00
Felix Hayashi
f69d1270ad
improved docs
...
* Updated tiddlymap website
* Improved GitHub description
2015-06-28 13:43:11 +02:00
Jermolene
63f802efda
Rename checkbox "invert" attribute to "invertTag"
...
And update docs
2015-06-26 10:18:15 +01:00
Jeremy Ruston
f3c066ff48
Merge pull request #1837 from sukima/feature/multi-tiddler-file-syntax
...
Add a syntax specification to MultiTiddlerFiles
2015-06-25 17:33:15 +01:00
Jeremy Ruston
f74828f76d
Merge pull request #1838 from sukima/patch-1
...
Add GitFixUm community example
2015-06-25 17:01:47 +01:00
Jeremy Ruston
1d94eac76e
Merge pull request #1844 from sukima/feature/sjcl-tiddler
...
Add Stanford JavaScript Crypto Library tiddler
2015-06-25 14:28:04 +01:00
Jeremy Ruston
7050a8d8cf
Merge pull request #1841 from xcazin/fredmv
...
Additions to the fr-FR edition by @idoine, slightly amended by @xcazin
2015-06-25 11:47:05 +01:00
Devin Weaver
b33c9625fb
Add Stanford JavaScript Crypto Library tiddler
2015-06-24 19:56:26 -04:00
Xavier Cazin
3918286221
Replace occurrences of *tiddler ombre* by *tiddler shadow* in fr-FR edition
2015-06-24 15:29:12 +02:00
Xavier Cazin
b1dd1bc93c
Additions to the fr-FR edition by @idoine, slightly amended by @xcazin
2015-06-24 12:25:58 +02:00
Jermolene
ff7824af11
Update release note
2015-06-24 09:25:33 +01:00
Jermolene
948b72dc7a
Add language icons to tw5.com
2015-06-23 10:49:59 +01:00
Jermolene
f3a66c17a6
Tweak translator docs
2015-06-23 10:49:59 +01:00
Jermolene
8e12d4cb70
Correct typo
2015-06-23 10:49:58 +01:00
Devin Weaver
162735303b
Add GitFixUm community example
...
Thought this was a unique enough example to be part of the TW5.com site.
2015-06-21 17:49:59 -04:00
Devin Weaver
1ff1390863
Add a syntax specification to MultiTiddlerFiles
...
Been playing with the railraod plugin and I thought I'd try my hand at
writing some syntax specs for the MultiTiddlerFiles tiddler.
2015-06-21 14:35:55 -04:00
Jeremy Ruston
88c2f5a985
Merge pull request #1820 from idoine/patch-23
...
New fr_fr "Filter Whitespace.tid"
2015-06-21 13:47:03 +01:00
Jeremy Ruston
a006f44334
Merge pull request #1819 from idoine/patch-22
...
New fr_fr "Filter Parameter.tid"
2015-06-21 13:46:59 +01:00
Jeremy Ruston
5678605241
Merge pull request #1818 from idoine/patch-21
...
New fr_fr "Filter Run.tid" & "Filter Step.tid"
2015-06-21 13:46:52 +01:00
Jeremy Ruston
d9240b25fd
Merge pull request #1817 from idoine/patch-20
...
New fr_fr "Filter Expression.tid"
2015-06-21 13:46:47 +01:00
Jeremy Ruston
0fa661f473
Merge pull request #1816 from idoine/patch-19
...
Upgrade fr FilterOperators.tid
2015-06-21 13:46:43 +01:00
Jeremy Ruston
fb1c7078a7
Merge pull request #1815 from idoine/patch-18
...
New fr_fr "Filter Syntax.tid"
2015-06-21 13:46:34 +01:00
Jeremy Ruston
145f5d8cc1
Merge pull request #1814 from idoine/patch-17
...
Upgrade fr Introduction to Filters.tid
2015-06-21 13:46:27 +01:00
Jeremy Ruston
14d3b0ffa8
Merge pull request #1813 from idoine/patch-16
...
Upgrade fr Filters.tid
2015-06-21 13:46:16 +01:00
Jeremy Ruston
f13b1d0ada
Merge pull request #1812 from idoine/patch-15
...
Add fr TOCMacro Tabbed Ex 2/2 (warning)
2015-06-21 13:46:09 +01:00
Jeremy Ruston
6322c9bef2
Merge pull request #1811 from idoine/patch-14
...
Upgrade fr TOCMacro Tabbed Ex 1/2 (warning)
2015-06-21 13:45:59 +01:00
Jeremy Ruston
e55db75135
Merge pull request #1810 from idoine/patch-13
...
Upgrade fr TOCMacro Selective Expandable Example.tid (warning)
2015-06-21 13:40:16 +01:00
Jeremy Ruston
23b7b1120a
Merge pull request #1809 from idoine/patch-12
...
Upgrade fr TOCMacro Sorted Expandable Example.tid (warning)
2015-06-21 13:40:08 +01:00
Jeremy Ruston
8c419eec20
Merge pull request #1808 from idoine/patch-11
...
Upgrade fr TOCMacro Expandable Example (warning)
2015-06-21 13:40:04 +01:00
Jeremy Ruston
ac79b14ef3
Merge pull request #1807 from idoine/patch-10
...
Upgrade fr TOCMacro Simple Example.tid (warning)
2015-06-21 13:39:34 +01:00
Jeremy Ruston
e0869271aa
Merge pull request #1805 from idoine/patch-6
...
Corrections for the fr-FR edition
2015-06-21 13:38:59 +01:00
Jeremy Ruston
4c2900c9c3
Merge pull request #1804 from idoine/patch-5
...
Add New translated "$__CurvedText.tid" to fr
2015-06-21 13:38:48 +01:00
Jeremy Ruston
319d9a71af
Merge pull request #1803 from idoine/patch-4
...
Translated "Un wiki sur votre BiblioBox" ... to french
2015-06-21 13:38:33 +01:00
Jeremy Ruston
6d35101bf7
Merge pull request #1802 from idoine/patch-3
...
Extend Glossaire en-GB -> fr-FR with new words
2015-06-21 13:38:24 +01:00
Jeremy Ruston
ddb28681a7
Merge pull request #1765 from idoine/patch-2
...
l20 "demande de TiddlyFox qui vous demande s'il faut activer"
2015-06-21 13:37:36 +01:00
Marc Viot
25683c64da
New translated tiddler for fr_fr
2015-06-21 13:12:31 +02:00
Marc Viot
030b032f0d
New translated tiddler for fr_fr
2015-06-21 13:06:48 +02:00
Marc Viot
d41563af6e
New translated tiddler for fr_fr
2015-06-21 12:49:15 +02:00
Marc Viot
2e9848c169
New translated tiddler for fr_fr
2015-06-21 12:41:29 +02:00
Marc Viot
3d226eca3c
New translated tiddler for fr_fr
2015-06-21 12:32:10 +02:00
Marc Viot
cd083a4980
Upgrade fr translation
2015-06-21 12:18:14 +02:00
Marc Viot
2803ed0a23
Add a Translated to french
2015-06-21 12:00:12 +02:00
Marc Viot
f4c630d5f7
Upgrade fr translation
2015-06-21 11:44:58 +02:00
Marc Viot
dc49c4410a
Upgrade fr translation
2015-06-21 11:30:25 +02:00
Marc Viot
b1334b7d79
Upgrade fr translation TOCMacro Tabbed Ex 2/2 (warning)
...
Title was modified. 2 new tiddlers was created. The last one deleted. I just modified one and created this one (Perhaps, i'ts not the good way)
TableOfContentsMacro Tabbed Example => Example Table of Contents: Tabbed External
2015-06-21 11:17:28 +02:00
Marc Viot
5f20f37b15
Upgrade fr translation TOCMacro Tabbed Ex 1/2 (warning)
...
Title was modified. 2 new tiddlers was created. Here, the first. Just last one deleted (Perhaps, i'ts not the good way)
TableOfContentsMacro Tabbed Example => Example Table of Contents: Tabbed Internal
2015-06-21 11:04:57 +02:00
Marc Viot
e2cd12c6f3
Upgrade fr translation (warning)
...
Be carefull. Title was modified. A new tiddler was created. The old one deleted. I just modified this one.
TableOfContentsMacro Selective Expandable Example => Example Table of Contents: Selectively Expandable
2015-06-21 10:50:04 +02:00
Marc Viot
d7951cdfe8
Upgrade fr translation (warning)
...
Title was modified. A new tiddler was created, last tiddler was deleted. I just modified this one (perhaps it's not the good way)
TableOfContentsMacro Sorted Expandable Example => Example Table of Contents: Sorted Expandable
2015-06-21 10:39:05 +02:00
Marc Viot
437bb2e669
Upgrade fr translation (warning)
...
Be carefull, title was modified. A new tiddler was created, the last one deleted. But I just modified this one (perhaps its not the good way)
"TableOfContentsMacro Expandable Example" => "Example Table of Contents: Expandable"
2015-06-21 10:27:55 +02:00
Marc Viot
2b44189eb5
Upgrade fr translation (warning)
...
Be carefull, the last title was modified, a new tiddle was created, the last one deleted.
TableOfContentsMacro Simple Example.tid => Example Table of Contents: Simple
So I just modified this one. Perhaps it's not the good way.
2015-06-21 10:17:22 +02:00
Marc Viot
d545ea6bec
Corrections for the fr-FR edition
...
button "try" => "Essayez"
button "hide" => "Cachez"
translate .toc-lorem()
2015-06-20 23:18:39 +02:00
Marc Viot
dc1c6ce756
Translate body to fr
2015-06-20 18:54:26 +02:00
Marc Viot
a82f31d831
translate to french
2015-06-20 18:45:41 +02:00
Marc Viot
8e7618ff7c
Extend glossary with new words
...
a few changes :
- "shadow" (eng) to "ombre" (fr) ,
- "brouillon" (fr) to "ébauche" (fr), because "brouillon" often means "dirty"
- "tagging" (eng) to "étiquetage" (fr).
2015-06-20 17:35:39 +02:00
Jermolene
9283dc1de9
Correct filename typo
...
Thanks @BramChen
2015-06-20 12:56:54 +01:00
Jermolene
98a2afc4d2
Add commit link to release note
2015-06-20 09:33:46 +01:00
Jermolene
f42842f801
Add variable indicating preview region
...
@felixhayashi does this do the trick for you?
2015-06-20 09:33:11 +01:00
Jermolene
16546a5e2e
Rename "configurations" to "platforms"
...
Because “configurations” was too overloaded with other meanings.
“Platforms” seems like the closest common usage for us
2015-06-20 09:24:14 +01:00
Jermolene
d785d7a1e2
Docs tweak
2015-06-19 17:30:55 +01:00
Jermolene
11421f371c
Add hidden settings docs
2015-06-19 17:29:05 +01:00
Jermolene
b31803608b
Refactor navigator widget configuration
...
@felixhayashi sorry I should have realised earlier that it’s worth
doing it this way so that we can have different settings for different
story rivers.
2015-06-19 16:44:20 +01:00
Jermolene
61a722c7fd
Docs updates
2015-06-19 16:39:47 +01:00
Jermolene
4a30d8772c
Update button widget docs
2015-06-19 12:12:41 +01:00
Jermolene
3ed5c92361
Remove the tw2 edition
...
It was used for testing the TW2 build process, but now we can use
https://github.com/tiddlywiki/tiddlywiki.com for that
2015-06-16 19:13:10 +01:00
Jeremy Ruston
7e99bf1255
Merge pull request #1795 from pmario/de-DE
...
Last minute translations and responsive iframe fix for ff
2015-06-16 09:01:40 +01:00
Jeremy Ruston
39de87a1d4
Merge pull request #1797 from pmario/jack-ascii
...
First take: Motovun Jack.ascii art
2015-06-16 08:48:23 +01:00
Jermolene
32e6aafd4a
Update release note
2015-06-16 08:39:44 +01:00
Jermolene
6e30403eb9
Make the pinstripe a little less subtle
2015-06-16 08:32:40 +01:00
Mario Pietsch
955628a383
First take: Motovun Jack.ascii art
2015-06-15 21:46:06 +02:00
Jermolene
d3ea7e3bb4
Tweaks for Catalan translation
2015-06-15 16:41:43 +01:00
Jermolene
37f5a9f725
Update plugin library versions
2015-06-15 15:42:52 +01:00
Daniel Rodríguez Rivero
6ed6ed3953
Added ActionSendMessageWidget
...
Added ActionSendMessageWidget to the list of possible message emiters on edit-tiddler message
2015-06-15 15:46:11 +02:00
Mario Pietsch
ec3e6f8694
translations and temporary iframe-responsive fix
2015-06-15 15:32:35 +02:00
Jermolene
98f78e50b8
Convert Dropbox macro to naked js file
...
@sukima - this avoids duplicating the metadata
2015-06-15 10:07:19 +01:00
Devin Weaver
8bcf38b0ae
Add ability to auto generate Dropbox URL
...
I felt the conversion from the Dropbox share URL to the "secret" URL was
complicated enough to have the tiddler do it for the user. And so I
wrote a widget to do that. The user enters in the shared URL given by
Dropbox and the widget outputs the secret URL that they can copy / paste
with.
See if it is worth having on the TW5.com site.
2015-06-14 19:17:17 -04:00
Jermolene
610b2c3e33
Update release note
2015-06-13 20:37:27 +01:00
Jermolene
b4e5b3b9a0
Add Catalan translation
2015-06-13 20:30:12 +01:00
Jeremy Ruston
a5c49f2a0a
Merge pull request #1751 from r1chard5mith/patch-1
...
Update Variables in WikiText.tid
2015-06-13 18:10:53 +01:00
Jeremy Ruston
ebe0d97914
Merge pull request #1766 from xcazin/fred
...
Corrections and new tiddlers by Marc Viot for the fr-FR edition
2015-06-13 17:31:37 +01:00
Jeremy Ruston
c589c32eba
Merge pull request #1771 from lolole13/patch-1
...
or -> ou
2015-06-13 17:27:46 +01:00
Jeremy Ruston
b38351a5a5
Merge pull request #1777 from sukima/feature/issue-1776-clarify-edit-text-edge-case
...
Make EditTextWidget docs clearer
2015-06-13 17:25:44 +01:00
Jeremy Ruston
f54dcc7d11
Merge pull request #1780 from Marxsal/patch-5
...
Update: How to Apply Custom Styles
2015-06-13 17:12:57 +01:00
Xavier Cazin
2e06f24d33
Merge remote-tracking branch 'upstream/master' into fred
2015-06-13 17:58:45 +02:00
Jermolene
e3965dcd0c
Add info about TiddlyWiki Camp Paris
2015-06-12 11:03:18 +01:00
Jermolene
6d4953a5aa
Higher resolution favicon
...
Annoyingly, I’m still seeing a 16x16 icon on most browsers.
2015-06-10 20:21:47 +01:00
Jermolene
88ce6d0f16
Scale back the warnings on TiddlyDesktop 0.0.4
...
It seems that the previous wording was still encouraging people to run
0.0.3.
2015-06-10 20:21:22 +01:00
Marxsal
d18ad1e853
Update: How to Apply Custom Styles
...
The former instructions didn't explain how class names with special characters could be used in stylesheets. This adds explanation about escaping the % symbol.
2015-06-08 11:11:24 -07:00
Devin Weaver
f7b2e41f3a
Make EditTextWidget docs clearer
...
This is my attempt to make the EditTextWidget clearer. I found it was
confusing and sent me down the wrong path prompting me to open
issue #1776 .
Fixes #1776
2015-06-07 12:02:36 -04:00
Jeremy Ruston
c971c3b22f
Merge pull request #1768 from danielo515/patch-8
...
Add Encrypt Tiddler Plugin to ressources
2015-06-07 13:53:23 +01:00
Jermolene
aa6326be5c
Improve encryption docs
2015-06-07 12:26:11 +01:00
Jermolene
ec2a79ea3b
Remove unneeded .java and .class files
...
Fixes #1775
2015-06-07 12:25:55 +01:00
Lolo le 13
37f8ee1c70
or -> ou
...
Just a one letter change for my first commit.
2015-06-04 23:14:34 +02:00
Daniel Rodríguez Rivero
4cb4a130ae
Add Encrypt Tiddler Plugin to ressources
...
Encrypt tiddler plugin has its own demonstration wiki. Added as resource to tw.com edition.
2015-06-02 09:03:06 +02:00
Xavier Cazin
e361014b5c
Corrections and new tiddlers by Marc Viot for the fr-FR edition
2015-06-01 14:58:21 +02:00
Marc Viot
0f5f961d5d
l20 "demande de TiddlyFox qui vous demande s'il faut activer" => "demande de TiddlyFox d'activer"
2015-06-01 09:03:51 +02:00
Jermolene
ee2be63e31
Add @twMat's TWaddle to community resources
2015-05-29 09:48:02 +01:00
Aurélien Correia
76c5ea5f6f
Communicate on the revival of vis.js Timeline plugin
2015-05-27 12:32:55 +02:00
Jermolene
19fe567784
Update release note
2015-05-22 09:05:25 +01:00
Jermolene
cf0671f97f
Docs folder adjustments
2015-05-22 09:05:25 +01:00
Jermolene
74f3055b9c
Add tooltips to image gallery demo
2015-05-22 09:05:25 +01:00
r1chard5mith
0e6517edd4
Update Variables in WikiText.tid
...
swapped `$(name$)` for `$(name)$` in line 12
2015-05-22 10:24:39 +10:00
Jermolene
9b4b9d4d88
Update sendmessage widget to allow name/value parameters
...
Using `$name` and `$value` attributes allows more flexibility in how
parameter names are specified, allowing parameter names that are not
valid attribute names.
2015-05-18 22:15:23 +01:00
Jermolene
16ebdff1cc
Clarify TextReference documentation
...
Prompted by this comment:
https://github.com/Jermolene/TiddlyWiki5/pull/1721#issuecomment-10217516
5
2015-05-18 19:07:14 +01:00
Jeremy Ruston
420eaa1c88
Merge pull request #1745 from pmario/improve-german-docs
...
Improve german docs
2015-05-18 17:52:36 +01:00
Jermolene
09debe56c1
Clarify use of "slider" terminology
...
Fixes #1735
2015-05-18 17:34:03 +01:00
Jermolene
57cfa95b83
Add "powered by" plugin to release note
2015-05-18 17:33:28 +01:00
Mario Pietsch
668286ae2e
fix umlauts in filename
2015-05-18 17:01:07 +02:00
Mario Pietsch
405cec3fe1
Adopted the new Layout for the landing page. A bit more info
2015-05-18 16:53:58 +02:00
Jermolene
c11e1bb929
Add simple "powered by TiddlyWiki" plugin
2015-05-14 17:04:20 +01:00
Jermolene
6942efa628
Add styling for <kbd>
elements
2015-05-14 10:16:33 +01:00
Mario Pietsch
b3ee75b7c3
removed some files
2015-05-14 01:58:40 +02:00
Mario Pietsch
cd15dadbb9
first run
2015-05-14 01:56:00 +02:00
Jermolene
637aaca2fc
Add pinstripe pattern
...
Useful for window backgrounds
2015-05-13 23:55:00 +01:00
Jeremy Ruston
04d293b9b1
Merge pull request #1721 from nameanyone/master
...
RevealWidget state can be a text reference
2015-05-12 13:09:43 +01:00
Jermolene
97ae0cd4f0
Remove CodeMirror plugin from default client-server editions
...
Fixes #1716
2015-05-12 12:52:37 +01:00
Jermolene
eb1bce2ff2
Switch to fluid-fixed just for the prerelease edition
...
Fixes #1719
2015-05-11 22:04:31 +01:00
Jermolene
a961a40ece
Prerelease tweaks
2015-05-11 20:16:15 +01:00
Jermolene
a98c042f33
Refactor prerelease greeting tiddler
2015-05-11 20:15:55 +01:00
nameanyone
29db528d74
RevealWidget state can be a text reference
2015-05-10 03:58:09 -07:00
Jermolene
42a3e31b1b
Tweaks to #1678
2015-05-07 19:44:08 +01:00
Jeremy Ruston
e93d32cdd7
Merge pull request #1678 from felixhayashi/feature/vars_widget
...
Introducing the vars widget
2015-05-07 19:36:25 +01:00
Jeremy Ruston
3644462a80
Merge pull request #1693 from vouko/patch-4
...
Typo
2015-05-07 19:04:22 +01:00
Jermolene
03f3b1fdb4
Fix tiddler filename
2015-05-05 21:53:45 +01:00
Jeremy Ruston
e0eb5186e6
Merge pull request #1702 from nameanyone/master
...
Transclusion and Substitution - fixed the link
2015-05-05 21:53:03 +01:00
nameanyone
a19452f819
Transclusion and Substitution - fixed the link
...
The tiddler got renamed a while ago, the link was pointing to non-existent old name.
2015-05-05 13:48:48 -07:00
Jermolene
98a8df0ace
Improve SVG curved text docs
2015-05-05 07:38:00 +01:00
Jeremy Ruston
7adca1fd83
Merge pull request #1684 from nameanyone/master
...
Close outermost div element
2015-05-04 21:07:17 +01:00
Jeremy Ruston
99ea341ae1
Merge pull request #1685 from roma0104/issue1434
...
Added text notifying users of issue #1434
2015-05-04 20:59:48 +01:00
Jermolene
b51603f3e2
Introduce fluid story/fixed sidebar mode
...
A new mode where the sidebar width is fixed and the story river expands
to fill the remaining space.
2015-05-04 19:19:40 +01:00
Jermolene
7667225840
Docs update
2015-05-02 12:13:01 +01:00
Jermolene
9cf5d88cc9
Add "open new window" tiddler toolbar button
2015-05-02 12:12:51 +01:00
Vouko
e0ec325afa
Update SetWidget.tid
2015-05-02 10:56:24 +02:00
Jermolene
825f0f4e2b
Docs updates
2015-04-30 16:44:49 +01:00
Jermolene
e16453acbc
Docs update
2015-04-30 16:22:39 +01:00
Jermolene
3b78ebb9c0
Typos
2015-04-30 11:30:32 +01:00
Jermolene
94817911c3
Typo
2015-04-30 09:06:21 +01:00
Jermolene
f270788f33
Typo
2015-04-29 22:15:52 +01:00
Jermolene
70a2019d85
Add new feature demos to prerelease
2015-04-29 22:13:06 +01:00
Jermolene
ea9f8a4ef1
Use vanilla theme to demo contrast palette
...
Because the Snow White theme includes gradients and shadows
2015-04-28 09:11:57 +01:00
Jermolene
28421038e4
Tweak SVG example for dark palettes
2015-04-28 09:11:11 +01:00
Roma Hicks
5b7a7268d8
Changed structure to use less space.
2015-04-27 21:40:20 -05:00
Roma Hicks
f9c50d9a6d
Added text notifying users of issue #1434
2015-04-27 21:31:18 -05:00
nameanyone
29829bb68a
Update Latest.tid
2015-04-27 15:24:38 -07:00
nameanyone
8d12028374
Update Latest.tid
2015-04-27 15:23:41 -07:00
Jermolene
1b25d4b51a
Improve "Contrast" palette
...
Trying to make it more useful for visually impaired users - see #1682
2015-04-27 21:46:31 +01:00
Felix Hayashi
740627795f
This widget allows the user to set multiple variables in one go.
...
It thereby reduces code complexity that would arise when setting
many variables using "<$set>".
```
\define helloworld() Hello world!
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
<<greeting>>! I am <<me>> and I say: <<sentence>>
</$vars>
```
How this Widget differs from the set widget:
* Variables may be created by using the "key=value" notation
that you already know from widgets like action-setfield.
* You cannot specify a fallback ("emptyValue")
* You cannot use a filter to produce a conditional variable assignement
Original discussion that led to the creation of this widget:
https://github.com/Jermolene/TiddlyWiki5/issues/1610
2015-04-27 17:07:13 +02:00
Jermolene
df84e93283
Add position: relative to scrollable widget
...
So that popups within the scrollable behave correctly.
Fixes #1679
2015-04-27 13:38:20 +01:00
Jermolene
e518c0e88e
Fix typo #1681
...
Thanks @Ishindri
2015-04-27 13:25:43 +01:00
Jermolene
07e3a50e66
Missed off previous commit
2015-04-27 13:18:57 +01:00
Jermolene
b06b21222e
Add TiddlyDesktop releases to tiddlywiki.com
2015-04-27 13:18:45 +01:00
gernert
1d4c387113
Update SystemTags.tid
...
Add missing tags
2015-04-25 20:52:56 +02:00
Jeremy Ruston
734d815c9d
Merge pull request #1668 from BramChen/master
...
Improve chinese editions
2015-04-21 22:18:00 +01:00
Jermolene
bc6713007f
TiddlySpot docs update
2015-04-21 19:29:44 +01:00
Jermolene
8776c3c7e5
Preparing for 5.1.9
2015-04-21 19:29:36 +01:00
Bram Chen
485de75ffc
Add download-empty for chinese editions
2015-04-20 11:39:08 +08:00
Bram Chen
b798743b3e
Improve metadata of chinese editions
2015-04-20 11:21:50 +08:00
Jermolene
ee81425968
Preparing for 5.1.8 release
2015-04-17 17:34:31 +01:00
Jermolene
4dbf46e3d7
Docs updates
2015-04-17 17:07:47 +01:00
Jermolene
98011b611a
Release note updates
2015-04-17 15:58:13 +01:00
Jermolene
bef333e52b
Typos in nsortcs and sortcs docs
2015-04-17 13:58:32 +01:00
Jermolene
6e2bfc8c77
Remove icon from gentle guide link panel
2015-04-17 13:58:07 +01:00
Jermolene
534f2bc12d
Docs updates
2015-04-16 18:33:55 +01:00
Jermolene
8dca128725
Docs updates
2015-04-13 07:51:01 +01:00
Jermolene
ba0ddb939c
Re-establish "Configurations" TOC heading
2015-04-12 19:57:06 +01:00
Jermolene
89679c1b6a
Add local plugin library to prerelease for debugging
2015-04-09 11:02:14 +01:00
Jermolene
596caafd5f
Docs tweaks
2015-04-09 11:01:49 +01:00
Jermolene
660090912b
Release note update
2015-04-06 16:39:18 +01:00
Jermolene
fd9bbcd21e
Release note updates
2015-04-04 10:39:58 +01:00
Jeremy Ruston
aacde0d703
Merge pull request #1635 from reflectionalist/patch-1
...
Document how to use relative paths (fix #1628 )
2015-04-04 08:35:36 +01:00
Hong-Yi Dai
2140ae2b51
Fix a typo
2015-04-04 07:48:32 +08:00
Jermolene
eb8d44e288
Add new community links
2015-04-03 12:22:21 +01:00
Hong-Yi Dai
6410f31aaa
Document how to use relative paths ( fix #1628 )
2015-04-03 11:11:37 +08:00
Jermolene
a35425e579
Add a light background photo for comparison
2015-04-02 13:19:06 +01:00
Jermolene
a3f4221008
Tweaks to background image support
...
And some demo images for use as backgrounds
2015-04-02 12:11:13 +01:00
Jermolene
5effb3fdc3
Tweak HelloThere
2015-04-01 14:09:10 +01:00
Jermolene
46848b817c
Remove help plugin from main release
...
The help plugin really needs some up-to-date screencasts before it is
useful.
2015-04-01 14:08:06 +01:00
Jermolene
4f927cb492
Tweak link panels
2015-04-01 14:07:24 +01:00
Jermolene
ae817a441f
Bigger link panels
2015-04-01 14:07:09 +01:00
Jeremy Ruston
57e71b5506
Merge pull request #1618 from le-pako/patch-3
...
Update Introduction to Filters.tid
2015-03-31 13:17:42 +01:00
Jeremy Ruston
b460bac579
Revert "Motovun jack"
2015-03-31 09:06:22 +01:00
Jermolene
33953f2634
Docs update
2015-03-31 09:00:27 +01:00
Mario Pietsch
93cc9af145
also changed core icon. changed ids
2015-03-30 19:41:08 +02:00
Mario Pietsch
d0e6b1ddff
added doctype to pass w3c validator
2015-03-30 13:10:16 +02:00
Mario Pietsch
ea943b551a
fix motovun jack paths, remove unnecessary nodes, fix back feets and left ear
2015-03-30 12:01:00 +02:00
Jermolene
6dc443f3ef
Docs tweaks for HelloThere
2015-03-26 11:15:55 +00:00
Jermolene
bf67ea02ac
Docs tweaks
2015-03-26 11:15:43 +00:00
Jermolene
47dc16a179
Docs tweaks
2015-03-25 22:15:51 +00:00
Jermolene
3e8d1b3955
Incomplete docs about the thumbnail macro
2015-03-25 22:15:34 +00:00
Jermolene
8c7a6c5030
Remove github fork ribbon from tiddlywiki.com
...
We’ll keep using it on the /dev site, but now that we’ve got the link
panels we don’t need it on the main site
2015-03-25 22:15:17 +00:00
Jermolene
055a38ea4c
Further link panel tweaks
2015-03-25 17:06:29 +00:00
Jermolene
0ea1dad2c8
Better background for developer link
2015-03-25 08:38:15 +00:00
Jermolene
c18e9d170b
Add GitHub and Twitter buttons
2015-03-25 08:38:06 +00:00
Jermolene
e56f204633
Remove icon from Jack's midriff
...
It looks strange to have an icon overlaid on Motovun Jack.
2015-03-24 08:34:54 +00:00
Jermolene
ff103665cf
More link panel tweaks
2015-03-23 19:47:55 +00:00
Jermolene
843871e195
Tweaks to link panels
...
Taking into account some of @pmario’s feedback
2015-03-23 19:40:52 +00:00
Jermolene
b31237c86d
Front page link panels prototype
...
Starting to explore #1609
2015-03-23 16:05:25 +00:00
Jermolene
bd6472c1d1
Add style attribute to reveal widget
2015-03-23 15:28:26 +00:00
Jermolene
5b38f2a17c
Remove youtube specificity from thumbnail macros
2015-03-23 11:36:11 +00:00
Jermolene
66f4faaef4
Better margin and style handling for youtube macro
2015-03-22 19:52:09 +00:00
Jermolene
9c27d22ea6
Add caption and tweak styling for youtube macro
...
More fixes for #1547
2015-03-22 18:01:46 +00:00
Jermolene
542372c722
Replace big red introduction video with thumbnail
...
Hopefully fixes #1547
2015-03-22 17:35:37 +00:00
Jermolene
e00d417a31
Punctuation tweak
2015-03-22 15:53:26 +00:00
Mario Pietsch
ffa7988fd0
remove TW wikilink
2015-03-22 12:00:31 +01:00
Mario Pietsch
cf57777556
fix the problem with an invisible link if addblocking is active
2015-03-22 11:57:01 +01:00
Jermolene
fc315d1df7
Make sticky titles be a theme tweak for Vanilla theme
...
Fixes #1599 (albeit brutally!)
2015-03-22 10:15:43 +00:00
Jermolene
9d2b782ae9
Adjust ribbon text and link to "Spread the Word"
...
Fixes #1590
2015-03-22 09:55:47 +00:00
Jermolene
0b2f1fb41f
Fix plugin library location
...
I use 127.0.0.1 during testing
2015-03-22 09:39:02 +00:00
Jermolene
00f35fe41a
Don't HTML encode single quotes
...
They don’t get automatically decoded when the browser reads the
resulting HTML. So, instead, we’ll solve
1e9e1a1fdc
by switching to double quotes
for attribute values.
2015-03-21 14:17:42 +00:00
Jermolene
f2a7f00870
Improve plugin readmes
...
Now every plugin has a short, introductory readme tiddler that is shown
in the online plugin library.
2015-03-19 10:53:45 +00:00
Pako
d1a8c683a2
Update Introduction to Filters.tid
...
Corrected an error in the explanation of the `+` prefix.
It actually adds the filter to the list of filters, thus keeping only the tiddlers matching the additional filter.
2015-03-18 21:30:23 +01:00
Jermolene
24435a46be
Lots of improvements to the plugin library
...
* Moved “add new plugin” into a modal wizard
* Adopt big friendly buttons
* Add plugin icons and readmes to “add new plugin” modal
* Use tabs for splitting plugins/themes/languages
* Consistent styling between the “add new plugin” modal and the
“installed plugins” control panel tab
* Behind the scenes, moved from addressing the library as
`recipes/defaults/tiddlers/<etc>` to `recipes/library/tiddlers<etc>`
2015-03-18 11:46:28 +00:00
Jermolene
cf11741df9
Include the version number in the plugin library path
...
See also:
https://github.com/Jermolene/build.jermolene.github.io/commit/a00a8a6df6
09ef5e4b2ed85039da72780ac81512
2015-03-16 15:44:24 +00:00
Jermolene
055f6bdfa5
Release note update
2015-03-16 09:40:31 +00:00
Jermolene
1447c955a5
Release note update
2015-03-14 17:21:37 +00:00
Jeremy Ruston
fe0e726c79
Merge pull request #1574 from le-pako/patch-1
...
Update TiddlyClip by buggyjay.tid
2015-03-14 17:21:13 +00:00
Jermolene
ae001a19e5
Upgrade to KaTeX v0.2.0
2015-03-14 08:34:16 +00:00
Jermolene
3165eb1429
Update contributors list
2015-03-13 16:27:16 +00:00
Jermolene
0444420346
Update plugin installation instructions
2015-03-13 10:18:42 +00:00
Jermolene
253859cc7c
Update release note
2015-03-13 10:18:28 +00:00
Jermolene
70e454fa6d
Release note update
2015-03-13 10:07:16 +00:00
Pako
374682a306
Update TiddlyClip by buggyjay.tid
...
Small edit to correct a type on Firefox name and add a link.
2015-03-13 10:36:25 +01:00
Florent V.
c4da71e2fd
Adding the 'language' type to the table of plugins options
2015-03-12 13:46:42 +01:00
Jermolene
b69dff861d
Fix tests for c33a17a475
2015-03-11 21:58:45 +00:00
Jeremy Ruston
e4cc5dca77
Merge pull request #1545 from aelocson/variable-docs
...
Document the tv-* variables
2015-03-11 21:44:32 +00:00
Jeremy Ruston
c98990d3d6
Merge pull request #1556 from felixhayashi/patch-2
...
Missing advice in Contributing.tid
2015-03-11 18:26:23 +00:00
Jermolene
3431b84625
Use explicit parameter name
...
As suggested by @pmario in
https://github.com/Jermolene/TiddlyWiki5/pull/1536/files#r26186766
2015-03-11 17:09:25 +00:00
Jeremy Ruston
07d0609083
Merge pull request #1560 from sukima/remove-freedom-bits
...
Remove freedombits community example
2015-03-10 20:32:11 +00:00
Jeremy Ruston
9097697c52
Merge pull request #1536 from aelocson/macro-syntax-fix
...
Fix a broken use of the list-links macro
2015-03-10 20:23:23 +00:00
Jermolene
ab9bdb208e
Add thumbnail and links for TiddlyWiki Poster
2015-03-10 17:24:17 +00:00
Jermolene
e46d3d74be
Rename node-webkit to NW.js
2015-03-10 16:54:53 +00:00
Jermolene
1808b1597e
Support custom HTML element tags for reveal widget
2015-03-10 12:44:47 +00:00
Jermolene
8ab73894e9
Remove extraneous colon
2015-03-10 11:04:35 +00:00
Jermolene
49a9a2c44c
Add Slovak translation
...
Thanks to Vlado Luknar
2015-03-10 11:04:25 +00:00
Jermolene
bd175504f8
Add "full" edition for testing plugins
2015-03-10 10:49:44 +00:00
Devin Weaver
74deae3c38
Remove freedombits community example
...
The URL (freedombits.org) is no longer hosting this example. It no
longer provides a good example as there is no TiddlyWiki linked anymore.
With much regret it needs to be removed till the original author can fix
the problem.
2015-03-06 16:28:43 -05:00
Felix Küppers
3e47f5c454
Update Contributing.tid
2015-03-06 15:47:56 +01:00
Felix Küppers
8ffe517736
Update Contributing.tid
2015-03-06 14:42:09 +01:00
Astrid Elocson
27e6c7bb8d
Add links to tv-* variables in LinkWidget.tid
2015-02-28 14:45:22 +00:00
Astrid Elocson
f73891c083
Document the tv-* variables
2015-02-28 14:38:00 +00:00
Jeremy Ruston
27454dabb1
Merge pull request #1525 from Spangenhelm/patch-1
...
Adding the missing 'language' type
2015-02-28 12:12:11 +00:00
Astrid Elocson
af34b1af05
Remove extraneous \end from doc-macros.tid
2015-02-28 08:16:10 +00:00
Astrid Elocson
999e0c3ba4
Fix a broken use of the list-links macro
2015-02-27 19:33:22 +00:00
Astrid Elocson
b001c7b558
Macros and styles for tips and warnings
2015-02-26 16:32:00 +00:00
Jeremy Ruston
6fcca43fd2
Merge pull request #1519 from aelocson/variable-docs
...
Overhaul the macro and variable documentation
2015-02-25 19:15:17 +00:00
Jermolene
489bc7a50b
Only scroll to top when tiddlers are completely off-screen
...
Fixes #1526
2015-02-25 19:01:40 +00:00
Astrid Elocson
61b8180562
Resolve merge conflict in LinkWidget.tid
2015-02-25 12:53:57 +00:00
Astrid Elocson
e4525a95c5
Try again to resolve merge conflict in LinkWidget.tid
2015-02-25 08:01:38 +00:00
Astrid Elocson
40c6362fbe
Resolve merge conflict in LinkWidget.tid
2015-02-25 07:57:55 +00:00
Florent V.
41696e725d
Adding the missing 'language' type
...
What about the 'core-version' field ? Should we add it ? Therefore we will need to add some doc about it. (how to use it correctly etc...)
2015-02-25 03:58:18 +01:00
Jermolene
b13d87fdf2
Overhaul the macro and variable documentation #1519
2015-02-24 17:41:16 +01:00
Jermolene
6a497eff6c
Add prototype stacked storyview
2015-02-23 11:28:50 +01:00
Jermolene
950a86c7b7
Extend link widget with additional attributes
...
Add “tabindex”, “draggable” and “tag” attributes
2015-02-23 11:23:44 +01:00
Jermolene
0bd2ec50e1
Add stacked storyview plugin
2015-02-23 11:21:57 +01:00
Jermolene
60e6b584bf
Extend link widget with new attributes
...
Add “draggable”, “tag” and “tabindex” attributes to link widget.
2015-02-23 11:16:44 +01:00
Astrid Elocson
ad9aa58528
Overhaul the macro and variable documentation
2015-02-21 23:03:24 +00:00
Jermolene
ccc2f6d153
Revert "Update documentation for action-setfield widget"
...
This reverts commit 3746b1b9e8
.
2015-02-21 09:40:41 +00:00
Jermolene
70e419824f
Add first pass of help panel
...
This is just an idea really.
The help plugin is only included in the tw5.com wiki; the idea is to
also include it in the empty.html wiki, either as a plugin or as part
of the core.
If it stays as a plugin, the idea would be to have different help
plugins for different languages.
2015-02-20 22:44:55 +00:00
Jermolene
3746b1b9e8
Update documentation for action-setfield widget
2015-02-20 19:33:17 +00:00
Jeremy Ruston
e7e16137b2
Merge pull request #1512 from aelocson/plugin-descriptions
...
Consistent plugin descriptions
2015-02-20 18:08:34 +00:00
Jermolene
396efedc3f
Update tests for 1e9e1a1fdc
2015-02-20 16:19:06 +00:00
Jermolene
50cf85ae86
Move arrows to the left in the explorer view
2015-02-19 13:58:27 +00:00
Jermolene
4931462981
Remove index numbers from explorer view
2015-02-19 13:58:09 +00:00
Astrid Elocson
28f78730ba
Consistent plugin descriptions
2015-02-17 10:28:54 +00:00
Jeremy Ruston
01d9af8107
Merge pull request #1502 from pmario/fix-invalid-example-links
...
change existing, unsuitable links mysite.com and me.com to example.com
2015-02-16 17:28:41 +00:00
Jermolene
e900b388b5
Add example of JSON tiddler file
2015-02-16 17:27:49 +00:00
Jeremy Ruston
bb0f960ccc
Merge pull request #1504 from tobibeer/tiddler-files-doc
...
TiddlerFiles — above all fixing the wrong example at the bottom
2015-02-16 17:24:06 +00:00
Jermolene
74f423af2a
Restoring some of @tobibeer's other edits to ListWidget docs
2015-02-13 22:56:28 +00:00
Jermolene
4ba53564e2
Missed of reverting the list widget iterator variables commits
2015-02-13 22:56:11 +00:00
Jermolene
68165af081
Revert #1330 ("implements list iterator variables")
...
As discussed on the ticket, there is a problem:
https://github.com/Jermolene/TiddlyWiki5/pull/1330#issuecomment-74339195
2015-02-13 22:42:36 +00:00
Tobias Beer
c1977552a2
above all fixing the wrong example at the bottom
...
and some more rewording
2015-02-12 13:56:26 +01:00
Mario Pietsch
2d07e3d661
change existing, unsuteable links mysite.com and me.com to example.com
2015-02-12 12:48:00 +01:00
Jermolene
8b53839e4e
Standardise filenames for building fr-FR edition
...
@xcazin - see also
https://github.com/Jermolene/build.jermolene.github.io/commit/f2d3031946
22fd0a8556de81a1d35542358c585a
2015-02-10 22:05:44 +00:00
Astrid Elocson
fd84370d7a
Default eachday to the modified field
2015-02-10 16:21:53 +00:00
Jermolene
cf36f6d090
Fix empty French translation
...
We also had two $:/language definitions
2015-02-10 11:30:38 +00:00
Jeremy Ruston
81ff046555
Merge pull request #1489 from xcazin/fred
...
First fixes to the fr-FR empty wiki generation
2015-02-10 10:37:23 +00:00
Xavier Cazin
72160982ed
First fixes to the fr-FR empty wiki generation
...
Needs improvements (notably, fr-FR language has to be manually switched after load)
2015-02-10 11:17:03 +01:00
Astrid Elocson
3331f1d85f
Fix documentation of is[missing]
2015-02-10 09:06:05 +00:00
Jeremy Ruston
629c31eb51
Merge pull request #1475 from danielo515/patch-6
...
template parameter on view widget is not clear
2015-02-09 22:12:24 +00:00
Jermolene
950a90e235
haschanged filter docs improvements from @aelocson
2015-02-09 19:51:02 +00:00
Jermolene
f0fa33985b
Inadvertently included in previous commit
2015-02-09 19:42:52 +00:00
Jermolene
b66db0dca9
Improvements to display of plugin libraries
2015-02-09 19:41:28 +00:00
Jermolene
e7c418089d
Correct plugin library URL
2015-02-09 19:29:14 +00:00
Jermolene
0c4fe6b602
Remove debugging code
2015-02-09 19:28:48 +00:00
Jermolene
8643278a45
Add support for an integrated plugin library
...
Fixes #1450
Provides support for an integrated plugin library that can be used to
install plugins from tiddlywiki.com directly to wikis hosted online or
offline. See the Plugins tab of Control Panel.
Todo:
* Error checking(eg libraryserver.js HTTP GET)
* Translatability
* Documentation
** $:/tags/ServerConnection
** savelibrarytiddlers command
2015-02-09 19:04:11 +00:00
Jermolene
aae56f20af
Display warning banner when plugins are modified
...
Fixes #1455
@aelocson have I got the docs right for the new filter?
2015-02-08 19:40:15 +00:00
danielo515
f20a09532a
templates are not clear
...
The template description is too ambiguous. I tried to use template tiddlers just to realize that the template should be a string. For example a date format.
2015-02-08 20:11:07 +01:00
Jeremy Ruston
96f5098f46
Merge pull request #1441 from Spangenhelm/patch-3
...
Enhancements to plugin installation doc and new entry for uninstallation
2015-02-08 18:31:05 +00:00
Jermolene
d6b1525727
Add tweeting to release procedure
...
For @RichShumaker
2015-02-07 15:33:18 +00:00
Jermolene
d6918d737f
First commit of Interlingua translation
...
See http://en.wikipedia.org/wiki/Interlingua
2015-02-07 15:32:44 +00:00
Jeremy Ruston
bb10e2b029
Merge pull request #1471 from tobibeer/basic-empty-story-message
...
basic empty story message
2015-02-07 13:12:01 +00:00
Tobias Beer
2017ae5ac4
basic empty story message
...
added documentation to HistoryMechanism
2015-02-07 13:17:32 +01:00
Jeremy Ruston
568515fef7
Merge pull request #1457 from aelocson/filter-fields
...
Define operators via fields and a view template
2015-02-07 12:02:43 +00:00
Jeremy Ruston
68930f333a
Merge pull request #1452 from tobibeer/getIndex-filter
...
getIndex filter
2015-02-07 11:53:07 +00:00
Jermolene
6721a5eb1b
Add Portuguese Translation by Duarte Farrajota Ramos
2015-02-07 10:30:05 +00:00
Jeremy Ruston
718ce3e4aa
Merge pull request #1465 from roma0104/master
...
Added Class Mechanism to Checkbox Widget
2015-02-06 18:51:43 +00:00
Jermolene
f2cd743c17
Add TeXZilla plugin by Joe Renes
2015-02-06 17:04:58 +00:00
Roma Hicks
687d6350d4
Added class mechanism to checkbox widget. #1463
2015-02-06 01:02:01 -06:00
Tobias Beer
726ccdee49
updated documentation
...
thanks, @aelocson
2015-02-04 01:41:50 +01:00
Astrid Elocson
c2d473fa29
Define operators via fields and a view template
2015-02-03 19:29:25 +00:00
Jeremy Ruston
d340277cb2
Merge pull request #1392 from tobibeer/1387-fix-tiddlyspot-backup-url
...
Add resolvepath macro
2015-02-03 14:22:48 +00:00
Tobias Beer
e4bd0c8633
added documentation
...
temporary documentation demo:
http://goto.bplaced.net/tw5/5.1.7.html#ResolvePath
2015-02-03 15:18:38 +01:00
Jeremy Ruston
6a01ec5770
Merge pull request #1447 from tobibeer/move-nodejs-to-editions
...
French docs: moved tw on node.js to editions
2015-02-03 14:17:01 +00:00
Tobias Beer
8746e1ede0
renamed and documentation
...
* renamed to all lowercase
* added documentation
* added examples
2015-02-03 14:50:16 +01:00
Tobias Beer
0ee06bb144
moved tw on node.js to editions
...
removed empty toplevel "TiddlyWiki Configurations", also from French
added TiddlyDesktop to Editions
2015-02-01 20:04:10 +01:00
Florent V.
48d9cad7c2
Enhancements to plugin installation and new entry for uninstallation
...
I have added bold markup to emphase and explain the need to refresh.
2015-02-01 12:41:52 +01:00
Astrid Elocson
3dd4f943ce
Rename to SelectionConstructors.tid
2015-01-29 13:41:11 +00:00
Astrid Elocson
9a7bda28e9
Revise filter terminology: constructors and modifiers
2015-01-29 13:40:18 +00:00
Astrid Elocson
a5d54a0ada
Rename AbsoluteOperators.tid
2015-01-29 13:23:24 +00:00
Jermolene
2db6cbed2d
Add warning about not using File/Save menu option
2015-01-28 17:35:10 +00:00
Jermolene
3300ed9602
Update action widget docs for 4cd8466adb
2015-01-28 16:31:49 +00:00
Jeremy Ruston
1f610c22f8
Merge pull request #1429 from aelocson/order-tagged
...
Adjust documentation following pull #1378
2015-01-28 13:54:50 +00:00
Jeremy Ruston
040ed56de5
Merge pull request #1430 from tobibeer/1378-tests-sorting-unlisted-tiddlers
...
update tagging filter tests
2015-01-28 13:16:24 +00:00
Jeremy Ruston
1e13eacd25
Merge pull request #1431 from aelocson/each-list-doc
...
Adjust documentation following pull #1422
2015-01-28 11:42:40 +00:00
Jermolene
99f24eefa4
Move if macro to macros directory
2015-01-28 11:42:12 +00:00
Astrid Elocson
d536030c5d
Adjust documentation following pull #1422
2015-01-27 20:38:30 +00:00
Tobias Beer
b40da093af
added tests to tagging for changes in #1378
...
using a single test-filters.js is (becoming) a pain... I'd rather have a
single test file per filter / module / function
2015-01-27 18:20:03 +01:00
Astrid Elocson
e6d204db0f
Adjust documentation following pull #1378
2015-01-27 15:44:55 +00:00
Jeremy Ruston
618bc166ed
Merge pull request #1382 from felixhayashi/patch-2
...
Releases.tid now switches to the newest releast per default
2015-01-27 14:12:15 +00:00
Jeremy Ruston
bc87486ee1
Merge pull request #1390 from aelocson/railroad
...
Improvements to railroad plugin
2015-01-27 13:54:50 +00:00
Jeremy Ruston
5ccbe961f9
Merge pull request #1412 from alexhough/patch-3
...
change to current version
2015-01-27 13:08:14 +00:00
alexhough
225b6ac950
changed to use <<version>>
2015-01-26 22:26:00 +00:00
Jeremy Ruston
6dbe0e310d
Merge pull request #1408 from Mathobal/patch-1
...
WikiText error in documentation
2015-01-26 21:33:34 +00:00
Jeremy Ruston
b81432aee2
Merge pull request #1417 from aelocson/filter-docs
...
Overhaul the filter operator documentation
2015-01-26 18:43:24 +00:00
Jermolene
b845751d3c
Add Punjabi and Hindi translations
...
Many thanks to Atul Grover
2015-01-26 16:48:11 +00:00
Astrid Elocson
baceb21fbb
Document splitbefore and storyviews operators
2015-01-26 14:42:22 +00:00
Astrid Elocson
89163e0e85
Adjust style of filter operator placeholders
2015-01-26 09:26:24 +00:00
Astrid Elocson
88ea60cc7e
correction to statement about filter whitespace
2015-01-25 10:53:56 +00:00
Astrid Elocson
15f05b076c
Retarget a couple of links and add trailing linefeeds
2015-01-24 21:53:28 +00:00
Astrid Elocson
aac2a63e05
Overhaul the filter operator documentation: part 2
2015-01-24 21:18:44 +00:00
alexhough
910d59c166
change to current version
2015-01-23 09:16:16 +00:00
Ben Williams
e423c21912
WikiText error in documentation
...
A minor issue - the wrong slashes are used in part of this text for emphasis. This confused me until I realised what was going on (I thought the /'s were part of the template syntax).
2015-01-22 15:00:57 +00:00
Astrid Elocson
ade1c40911
Revise terminology around tiddler sets
2015-01-19 19:37:26 +00:00
Felix Küppers
adfb31a572
Update Releases.tid
2015-01-18 22:07:10 +01:00
Astrid Elocson
9bd3fb7238
Rename filter operator .tid files
2015-01-18 19:20:02 +00:00
Astrid Elocson
172c7ef7dd
Overhaul the filter operator documentation: part 1
2015-01-18 18:39:00 +00:00
Astrid Elocson
8fc404bbca
Make filter syntax explanations accurate
2015-01-14 21:27:07 +00:00
Astrid Elocson
53953399c3
Correct spaces to tabs
2015-01-13 22:48:18 +00:00
Astrid Elocson
35b99dccee
Correct typo in sample tag name
2015-01-12 20:01:24 +00:00
Jermolene
f4005871b4
Correct extension for IteratorVariables
...
@tobibeer the problem was the missing .tid extension.
2015-01-11 22:29:41 +00:00
Astrid Elocson
5a20ac98fa
Correct typo in macro name
2015-01-11 21:03:07 +00:00
Jeremy Ruston
17f2e5e7e6
Merge pull request #1332 from tobibeer/list-widget-iterator
...
documentation for list iterators
2015-01-11 19:59:28 +00:00
Jermolene
531f019669
Release note update
2015-01-11 19:59:04 +00:00
Jeremy Ruston
d197af7995
Merge pull request #1359 from aelocson/doc-macros
...
Introduce documentation macros
2015-01-11 19:57:19 +00:00
Astrid Elocson
28b6302a83
Improve filter documentation
2015-01-11 19:09:35 +00:00
Astrid Elocson
76a3a44d4c
Introduce documentation macros
2015-01-11 19:04:14 +00:00
Astrid Elocson
d5278866fd
Move style guide tiddlers to their own folder
2015-01-11 19:03:21 +00:00
Tobias Beer
557d1e9207
updated tw-code macro to use codeblock widget
...
As per fix....
https://github.com/Jermolene/TiddlyWiki5/pull/1332#issuecomment-69499836
Tested, working.
2015-01-11 18:15:27 +01:00
Jermolene
9e167dc468
Adjust tests for system tiddler linking ( #1103 )
2015-01-11 16:44:51 +00:00
Jermolene
f16f66cc5b
Release note update
2015-01-11 16:32:32 +00:00
Jermolene
c44a349f1e
Release note updates
2015-01-11 16:26:32 +00:00
Jeremy Ruston
77ff5ce86b
Merge pull request #1351 from dpdannemiller/patch-1
...
Update Creating and editing tiddlers.tid
2015-01-11 16:21:52 +00:00
Jermolene
88cf991ec5
Updated release note
2015-01-11 16:19:50 +00:00
Jermolene
f1ca5936e3
Move new editions/editiondescription filter docs
...
Might as well put them in tw5.com because we can’t build it with 5.1.17
any more anyway.
2015-01-11 15:19:50 +00:00
Jermolene
b768dc332b
Refactor edition-info handling
...
Introducing new filters that can be used under Node.js
2015-01-11 15:00:54 +00:00
Tobias Beer
80631b35ea
updated NestedLists, renamed to GroupedLists added tw-code macro
...
Didn't implement the codeblock widget as suggested here...
https://github.com/Jermolene/TiddlyWiki5/pull/1332#discussion_r22762157
...because it would only return `undefined`.
2015-01-11 11:55:22 +01:00
dpdannemiller
048b50924f
Update Creating and editing tiddlers.tid
...
Typo.
2015-01-10 14:38:37 -06:00
Jeremy Ruston
be06cb1019
Merge pull request #1334 from tobibeer/variable-documentation
...
updates to variable documentation
2015-01-10 15:05:48 +00:00
Tobias Beer
391768ae3f
updates to variable documentation
2015-01-07 16:18:36 +01:00
Tobias Beer
2ff7e0c6c6
removed superfluous newline
2015-01-06 21:22:47 +01:00
Tobias Beer
3d61dd1aa9
documentation for #1330
...
heavily modified ListWidget
extracted NestedLists
added IteratorVariables
2015-01-06 21:18:28 +01:00
Jeremy Ruston
f920e9e243
Merge pull request #1319 from felixhayashi/patch-1
...
Update and rename Taskgraph by Felix Kuppers.tid
2015-01-06 14:31:29 +00:00
Jeremy Ruston
dbf945dbcb
Merge pull request #1322 from xcazin/fred
...
fr-FR translation of the TableOfContentsMacro documentation
2015-01-06 14:18:30 +00:00
Astrid Elocson
ed85fdddea
Update Introduction to Filters.tid
2015-01-05 20:59:08 +00:00
Astrid Elocson
39d888b688
Update Introduction to Filters.tid
2015-01-05 20:58:36 +00:00
Astrid Elocson
90e43d5f5a
Further improvements around filter documentation
2015-01-05 14:06:10 +00:00
Xavier Cazin
a7d2fd4175
fr-FR translation of TableOfContentsMacro documentation
2015-01-05 11:38:32 +01:00
Felix Küppers
ea4b282ed8
Update and rename Taskgraph by Felix Kuppers.tid to TiddlyMap by Felix Kuppers.tid
2015-01-04 21:43:00 +01:00
Jeremy Ruston
71357a8e39
Merge pull request #1316 from aelocson/filter-syntax
...
Use railroad diagrams to explain filter syntax
2015-01-04 16:00:17 +00:00
Jeremy Ruston
a8b9d2455c
Merge pull request #1317 from twMat/patch-1
...
Update TiddlyWiki Hangouts.tid
2015-01-04 15:57:38 +00:00
Jermolene
95897103ef
Update edit-text widget docs
2015-01-04 14:10:13 +00:00
twMat
e319e65574
Update TiddlyWiki Hangouts.tid
...
Delinkify word "YouTube" to not mistake it for a link.
2015-01-04 11:44:11 +01:00
Astrid Elocson
388464190d
Use railroad diagrams to explain filter syntax
2015-01-03 20:16:46 +00:00
Jermolene
3f5e46011f
Remove inaccurate docs
2015-01-02 17:42:04 +00:00
Jermolene
785e1c7789
Tweaks to tiddler widget docs
2015-01-02 17:11:37 +00:00
Jeremy Ruston
dcbe2d657e
Merge pull request #1300 from tobibeer/patch-3
...
fixes example and improves readability
2015-01-02 17:08:28 +00:00
Jermolene
652ca2a807
Add Jim Lehmer's site to resources
2015-01-02 16:00:00 +00:00
Tobias Beer
31c9998c62
fixes example and improves readability
2014-12-31 12:38:15 +01:00
Jermolene
544ee4668e
Typo correction
2014-12-31 09:34:32 +00:00
Jeremy Ruston
ef6a6fea87
Merge pull request #1294 from aelocson/patch-4
...
Improvements to filter grammar presentation
2014-12-30 18:42:51 +00:00
Jeremy Ruston
8707d51b7d
Merge pull request #1293 from aelocson/patch-3
...
Improvements to wording
2014-12-30 18:42:03 +00:00
Jermolene
a8854662e4
Keep documentation style guide in the TOC
2014-12-30 18:38:22 +00:00
Jermolene
b8f090e0c6
Clean up from merging @roma0104's changes
2014-12-30 18:37:12 +00:00
Jeremy Ruston
6672af7c62
Merge pull request #1289 from aelocson/patch-2
...
Expand the Document Style Guide
2014-12-30 18:37:05 +00:00
Jeremy Ruston
399a80643a
Merge pull request #1283 from aelocson/patch-1
...
Improvements to wording
2014-12-30 18:34:55 +00:00
Jermolene
6d87b505b1
Merge branch 'master' of https://github.com/roma0104/TiddlyWiki5 into roma0104-master
...
Conflicts:
editions/tw5.com/tiddlers/community/resources/Briefcase mGSD.tid
licenses/cla-individual.md
2014-12-30 18:22:07 +00:00
Jermolene
21df296c2f
Docs: Clarify widgets generated by wikitext transclusion
2014-12-30 09:09:40 +00:00
Astrid Elocson
e6ede67282
Further improvements suggested by felixhayashi
2014-12-28 16:16:24 +00:00
Jermolene
cb8caf6a01
Fix accidental commit of Czech translation as Polish
...
I inadvertently committed the new Czech translation as Polish.
2014-12-28 15:51:19 +00:00
Astrid Elocson
597a5fb2f2
Update and make easier to understand
2014-12-28 10:07:30 +00:00
Astrid Elocson
79a3beeaa6
Add concept of Tag Tiddlers
2014-12-28 09:55:36 +00:00
Astrid Elocson
4f1d6f71fc
Add concept of JSON Tiddlers
2014-12-28 09:54:44 +00:00
Astrid Elocson
9aafed511b
Add concept of Dictionary Tiddlers
2014-12-28 09:53:58 +00:00
Astrid Elocson
117d10275f
Improvements to wording
2014-12-28 09:51:53 +00:00
Astrid Elocson
e9c6610d74
Improvements to wording
2014-12-28 09:51:13 +00:00
Astrid Elocson
7290be9e47
Improvements to wording
2014-12-28 09:50:19 +00:00
Jermolene
bae00fcbf6
Add Polish translation
2014-12-27 12:37:06 +00:00
Jermolene
5d947ed582
Add Spanish translation
2014-12-27 12:24:17 +00:00
Jermolene
fa9fc38be8
Fix "Hide Furniture" theme
...
To account for integrating “sticky titles” theme with “Vanilla”
2014-12-27 12:00:52 +00:00
Astrid Elocson
42050e1b03
Remove duplicate field line
2014-12-26 19:33:37 +00:00
Astrid Elocson
c5650708a7
Create Technical Prose Style.tid
2014-12-26 19:32:01 +00:00
Astrid Elocson
bcee212195
Create Typography.tid
2014-12-26 19:31:18 +00:00
Astrid Elocson
439154c0ea
Create Spelling.tid
2014-12-26 19:30:11 +00:00
Astrid Elocson
e415edb440
Create Tiddler Structure.tid
2014-12-26 19:29:41 +00:00
Astrid Elocson
1366ef3e1c
Create Tiddler Titles.tid
2014-12-26 19:29:03 +00:00
Astrid Elocson
dfd4c480d2
Create Reference Tiddlers.tid
2014-12-26 19:28:24 +00:00
Astrid Elocson
f952b8f1df
Create Instruction Tiddlers.tid
2014-12-26 19:27:38 +00:00
Astrid Elocson
421d75a207
Initial expansion of the Documentation Style Guide
2014-12-26 19:24:47 +00:00
Astrid Elocson
1905093411
Change TiddlerChain to TitleList
2014-12-23 21:57:18 +00:00
Astrid Elocson
5f3de6ec17
Change TiddlerChain to TitleList
2014-12-23 21:56:00 +00:00
Astrid Elocson
cc2688bf44
Update and rename TiddlerChain.tid to TitleList.tid
2014-12-23 21:55:04 +00:00
Astrid Elocson
25e447f69e
Rephrase route through tabs
...
Provisionally, rather than using any sort of arrow symbol. We need to standardise a notation for referring to hierarchical UI, but that will come with the documentation style guide.
2014-12-23 21:46:20 +00:00
Astrid Elocson
7ca37739aa
Simplify style of arrow in tab hierarchy
...
This is something that
2014-12-23 17:32:45 +00:00
Astrid Elocson
304848f258
Add a TiddlerChain tiddler
...
For the common but unnamed concept of a "string [[of tiddler]] titles" like that.
2014-12-23 15:06:18 +00:00
Astrid Elocson
39c786b042
Link to the TiddlerChain tiddler
2014-12-23 15:05:17 +00:00
Astrid Elocson
8e47a20069
Improvements to wording
2014-12-23 14:59:16 +00:00
Astrid Elocson
e450777b94
Correct reference to the download button
2014-12-23 10:44:18 +00:00