jeremy@jermolene.com
21ba5c5575
Fix fieldname
2023-01-30 12:00:52 +00:00
jeremy@jermolene.com
176560df18
Add XLSX import spec for demo real estate spreadsheets
2023-01-30 10:44:26 +00:00
jeremy@jermolene.com
6a9de97ce9
Merge branch 'parameterised-transclusions' into geospatial-plugin
2023-01-30 09:44:17 +00:00
jeremy@jermolene.com
1dea0a03b8
Merge branch 'master' into parameterised-transclusions
2023-01-30 09:43:54 +00:00
jeremy@jermolene.com
93abe5e3a6
xlsx-utils plugin: Update to latest version of xlsx.js
2023-01-30 09:43:18 +00:00
jeremy@jermolene.com
88a500aa44
Docs and demo improvements
2023-01-30 08:57:30 +00:00
jeremy@jermolene.com
ec03775c65
Merge branch 'master' into geospatial-plugin
2023-01-29 16:58:58 +00:00
jeremy@jermolene.com
c0bca18cab
Dynannotate: Fix searchCaseSensitive default in docs
...
Fixes #7245
2023-01-29 16:43:01 +00:00
jeremy@jermolene.com
12f88bb446
Move Flickr demo into geospatial plugin tab
...
Because it is integrated via the geomarker tag
2023-01-28 23:55:02 +00:00
Jeremy Ruston
d70b6a7d6c
Make save wiki button be accessible to users without colour vision ( #7232 )
...
* Make save wiki button be accessible to users without colour vision
* Make the dynamic button be a separate button
For backwards compatibility
2023-01-28 09:51:25 +00:00
jeremy@jermolene.com
6404d5652e
Minor tweaks for fe2c677ac4
2023-01-27 20:49:34 +00:00
fkmiec
fe2c677ac4
Docs for #7169 - update readme tiddlers for TiddlyWebAdaptor and BrowserStorage plugins ( #7240 )
...
* Update readme to reflect optional use of browser storage with tiddlyweb sync adapter
* Fix typos in readme
2023-01-27 20:39:13 +00:00
jeremy@jermolene.com
589e2b799b
Docs improvements
2023-01-27 08:45:19 +00:00
Mario Pietsch
3faadd69c0
Fix #7227 control panel parser rule checkbox text spacing ( #7228 )
2023-01-23 22:20:35 +00:00
jeremy@jermolene.com
4e5c957e97
Further fix to whitespace handling in $tw.utils.stringifyList
...
Fixes typo in 3d0ec5b1bd
See 3d0ec5b1bd (commitcomment-97804850)
2023-01-23 19:36:13 +00:00
jeremy@jermolene.com
3d0ec5b1bd
Fix handling of whitespace in $tw.utils.stringifyList
...
Fixes #7226
2023-01-23 17:16:51 +00:00
jeremy@jermolene.com
a5df1866e7
Merge branch 'parameterised-transclusions' into geospatial-plugin
2023-01-23 16:37:42 +00:00
jeremy@jermolene.com
4160365659
WIP
2023-01-23 16:37:18 +00:00
jeremy@jermolene.com
59895db097
Merge branch 'master' into parameterised-transclusions
2023-01-23 16:36:56 +00:00
jeremy@jermolene.com
683414f51e
Fix positional parameters in widget.evaluateVariable()
...
This should clear up the remaining anomalies in #7009 , let me know how you get on @btheado
2023-01-23 16:34:08 +00:00
Mario Pietsch
fb8e5d1417
Improve readability of the editor save-button ( #7225 )
2023-01-23 13:23:25 +00:00
Mario Pietsch
2426cc668d
Fix #7220 whitespace issue with editor save button ( #7224 )
2023-01-23 13:22:27 +00:00
jeremy@jermolene.com
34afe4e143
Refactor function invocation
...
* Introduce new widget helper function to evaluate variables.Functions are evaluated as parameterised filter strings, macros as text with textual substitution of parameters and variables, and procedures and widgets as plain text
* Refactor the function operator and unknown operator to use the new helper
* Use the new helper to evaluate variables within filter strings, thus fixing a bug whereby functions called in such a way were being returned as plain text instead of being evaluated
* Refactor the transclude widget to use the new helper
* Update tests
2023-01-21 22:07:34 +00:00
jeremy@jermolene.com
d4ab427ceb
Refactor wikified function tests
2023-01-21 21:04:43 +00:00
jeremy@jermolene.com
a62d7f1b0d
Merge branch 'master' into parameterised-transclusions
2023-01-21 20:45:21 +00:00
jeremy@jermolene.com
75a399a389
Add contributors to release note
2023-01-21 17:14:17 +00:00
jeremy@jermolene.com
4c4399c32d
Merge branch 'master' of github.com:Jermolene/TiddlyWiki5
2023-01-21 13:57:36 +00:00
jeremy@jermolene.com
194df33de3
Update release note
2023-01-21 13:57:14 +00:00
Télumire
6718f82b4c
Small gap fix for the updated toc macro (alternative to tc-tiny-gap-left) ( #7219 )
2023-01-20 10:15:35 +00:00
jeremy@jermolene.com
8ef6d78bef
Filesystemadaptor: Use json format for tiddlers with fieldnames containing hash
...
Fixes #7144
2023-01-19 21:16:46 +00:00
Mario Pietsch
e6189078ff
Make tag-picker and keyboard-driven-input macros human readable ( #7118 )
...
* make tag-picker and keyboard-driven-input macros human readable
* fix indentation as requested
2023-01-19 20:44:00 +00:00
Cameron Fischer
c20c35c0a6
Fully committing core to the $genesis widget ( #7129 )
2023-01-19 17:48:23 +00:00
cdruan
51cbf83c23
Fix data-tiddler field duplications in server snapshots ( #7130 )
2023-01-19 17:47:49 +00:00
Télumire
1441138d5c
Correction of the toc and toc-body macro ( #7121 )
...
* correction of the toc and toc-body macro: tiddler without toc-link field can now be overriden + nested the macros
* reverted macro nesting
.. to be able to override the toc-body macro
* reverted tabs to spaces
2023-01-19 17:46:50 +00:00
Jeremy Ruston
a5894946de
Extend encodeuricomponent to process additional characters ( #7128 )
...
* First commit
* Fix version number in docs
* Add code comment
2023-01-19 17:45:54 +00:00
Matthias Bilger
a3a1eceb4a
Use iframe to embed PDF ( #7102 )
...
`<iframe>` is kind of preferred over `<embed>` and widely supported.
2023-01-19 17:01:53 +00:00
cdruan
aa8f7f77d6
External.js: Allow boot code to remain as tiddlers in tiddlywikicore.js ( #7210 )
...
* Allow boot code to remain as tiddlers
* Sync up with tiddlywiki5.html
* Add \whitespace trim
* Add download-full-wiki button
* Simplify ExportTiddlyWikiCore code
No longer needs the if-boot-code-is-missing part of the code.
* Replace space btw icon and button text with CSS
2023-01-19 16:52:12 +00:00
jeremy@jermolene.com
5d650e87dd
Remove savers for Beaker Browser now it is archived
...
See https://github.com/beakerbrowser/beaker/blob/master/archive-notice.md
2023-01-19 16:45:30 +00:00
jeremy@jermolene.com
67a8f7aeba
Merge branch 'tiddlywiki-com'
2023-01-19 16:44:09 +00:00
jeremy@jermolene.com
485bf19c3c
Remove docs references to Beaker Browser now it is archived
...
See https://github.com/beakerbrowser/beaker/blob/master/archive-notice.md
2023-01-19 16:43:48 +00:00
jeremy@jermolene.com
586d44f6ce
Allow missing tiddlers to be deleted (ie closed)
...
Fixes #7217
2023-01-18 16:50:58 +00:00
jeremy@jermolene.com
290af7c2f2
Add pagination to Flickr example
2023-01-18 11:55:20 +00:00
jeremy@jermolene.com
74beb05360
Switch over to procedures from macros
2023-01-18 11:27:14 +00:00
jeremy@jermolene.com
b7df3e44bd
Merge branch 'geospatial-plugin' of github.com:Jermolene/TiddlyWiki5 into geospatial-plugin
2023-01-18 09:07:02 +00:00
jeremy@jermolene.com
7f546718f9
Flickr demo: refactor to get photosets or interesting set
2023-01-18 09:06:35 +00:00
jeremy@jermolene.com
e635de359e
Improve Zotero API demo
2023-01-18 09:06:34 +00:00
jeremy@jermolene.com
46e24042bf
Add demo retrieving pictures from Flickr
2023-01-18 09:06:34 +00:00
jeremy@jermolene.com
3d2ef4ed1a
Add support for custom geomarker icons
2023-01-18 09:06:34 +00:00
jeremy@jermolene.com
c9f2adc391
Treat caption field as plain text
2023-01-18 09:06:34 +00:00
jeremy@jermolene.com
9288420c67
Add setquerystring operator
2023-01-18 09:06:34 +00:00