Jeremy Ruston
ef779c11e8
Fix Node.js installation instructions for Arch Linux
...
Fixes #7027
2022-11-14 11:52:38 +00:00
jeremy@jermolene.com
06520c8994
Wikify hashtags
2022-11-14 08:51:18 +00:00
jeremy@jermolene.com
710e51fe04
Twitter Archivist: Fix off by one error in af6c017086
2022-11-13 19:11:56 +00:00
jeremy@jermolene.com
af6c017086
Twitter Archivist: Expand t.co URLs in tweets
2022-11-13 19:05:09 +00:00
jeremy@jermolene.com
34353f4065
Twitter Archivist: Fix display of tweet author
...
Also:
* Cleaner user interface
* Added data model spec
* Added todo list
* Icons for archives
2022-11-13 11:18:47 +00:00
Jeremy Ruston
fedc23d73c
Introduce Twitter Archivist Plugin
2022-11-12 17:09:31 +00:00
jeremy@jermolene.com
344110e289
Rearrange ordering of MP4 extension so that it defaults to video not audio
...
Previously using the --load command to import an MP4 file would cause it to be recognised as autio/mp4 instead of video/mp4
2022-11-09 13:56:28 +00:00
Xavier Cazin
72f06581b6
More consistency in fr-FR captions for cascade examples in ControlPanel ( #7025 )
2022-11-08 18:09:42 +00:00
tw-FRed
ae12e8fb69
Help Plugin: Update links to community resources ( #7023 )
...
* Promote Talk TiddlyWiki
* Change link to GG to https
2022-11-05 17:44:41 +00:00
jeremy@jermolene.com
149d6c2d73
Docs: clarify function operator invocation
...
See discussion at https://github.com/Jermolene/TiddlyWiki5/issues/6991#issuecomment-1301703599
2022-11-05 10:13:35 +00:00
jeremy@jermolene.com
e8148ff978
Missed off 965bd090a9
...
Thanks @pmario @saqimtiaz
2022-11-05 09:41:43 +00:00
jeremy@jermolene.com
965bd090a9
list-links macro: add "field" parameter
...
See https://talk.tiddlywiki.org/t/choosing-what-field-to-show-with-list-links/5039?u=jeremyruston
2022-11-05 09:10:31 +00:00
Cameron Fischer
3be9b13814
Fix for #4767 : lazy-loading deletes tiddler bodies ( #7014 )
2022-11-02 17:26:08 +00:00
jeremy@jermolene.com
478b585a8c
Merge branch 'master' into parameterised-transclusions
2022-11-02 08:21:17 +00:00
jeremy@jermolene.com
62f26d6630
Improve genesis widget examples
2022-11-01 10:07:54 +00:00
jeremy@jermolene.com
8fe2f6086d
Update release notes credits
2022-11-01 09:48:08 +00:00
jeremy@jermolene.com
30af537b91
Update release note
2022-11-01 09:45:08 +00:00
jeremy@jermolene.com
f54ecc23f3
Fix wikification of tiddler titles in advanced search filter dropdown
...
Closes #7017
Thanks @ericshulman
2022-10-31 12:03:47 +00:00
jeremy@jermolene.com
9029588b2c
Merge branch 'master' into parameterised-transclusions
2022-10-30 21:21:48 +00:00
jeremy@jermolene.com
67dd3f06bf
Merge branch 'tiddlywiki-com'
2022-10-30 21:21:40 +00:00
jeremy@jermolene.com
38ac1e4bfd
Merge branch 'master' into parameterised-transclusions
2022-10-30 21:21:21 +00:00
jeremy@jermolene.com
e7caa0c739
Docs typo
...
Thanks @twMat
2022-10-30 21:17:55 +00:00
btheado
6af3eb539b
Adds a javascript widget tutorial to the dev tiddlywiki edition ( #7016 )
...
* Initial widget tutorials extracted from https://btheado.github.io/tw-widget-tutorial/
* Fixes for refresh behavior change
2022-10-30 16:10:12 +00:00
Saq Imtiaz
3f55f827a6
Extend page template with filter assigned classes ( #6976 )
...
* Extend page template with filter assigned classes
* feat: added dynamic class support for tiddler templates and documentation
2022-10-28 12:58:58 +01:00
jeremy@jermolene.com
9f42007899
Filter run prefixes should use widget.makeFakeWidgetWithVariables
2022-10-25 14:13:38 +01:00
jeremy@jermolene.com
b9d27e9fd5
Revert "Fix popup position if popup is triggered from within an offsetParent element ( #6887 )"
...
This reverts commit 5b85786f73
.
2022-10-22 13:22:15 +01:00
FlashSystems
5b85786f73
Fix popup position if popup is triggered from within an offsetParent element ( #6887 )
...
* Fix popup location for tables
This commit introduces the `popupAbsCoords` option to the $button widget
and implements an absolut coordinate format.
Coordinates for popups are stored in the format `(x,y,w,h)`. These
coordinates are relative to the offset parent of the element that
defines the popup.
This commits adds a second format `@(x,y,w,h)`. Coordinates specified in
this format a relative to the pages root element.
The `popupAbsCoords` option of the $button widget enables the use of
this coordinates.
* Unify the declaration of the RegEx for parsing the popup-position
The regular expression was declared in three locations with the same
content. This commit supplies a new function `parseCoordinates` in
`popup.js`. This function returns the parsed coordinates and understands
the classic/absolute coordinates.
This function is used in `reveal.js` and `action-popup.js` to parse the
coordinates.
* Add documentation for coordinate systems
* Consolidate creating coordinate strings
The Popup object now contains a `buildCoordinates` method that can be
used to build coordinate strings. It takes an "enum" for the coordinate-
system to use. This makes everything easily extensible and prevents the
use of magic values.
* Add tests for `parseCoordinates` and `buildCoordinates`
* Add `tv-popup-abs-coords` to `collectDOMVariables`
This will make the absolute coordinates available for the
`DraggableWidget` and the `EventCatcherWidget`.
* Add documentation for the `tv-popup-abs-coords`
... to the `DraggableWidget` and the `EventCatcherWidget`.
2022-10-22 13:13:39 +01:00
jeremy@jermolene.com
b426724f35
Fix macrocall refresh issue
...
It turns out that this.transcludeTitle is always truthy, even if we are transcluding a variable
Fixes #7001
2022-10-20 15:08:05 +01:00
jeremy@jermolene.com
ffc2594fef
Add parenthesis to the visible transclusion definition
...
Parenthesis were made mandatory in 5194b24108
Fixes #6998
2022-10-19 15:35:43 +01:00
jeremy@jermolene.com
c171c441f5
Update release note
2022-10-19 09:42:41 +01:00
jeremy@jermolene.com
33de634606
Adjust modified times of docs tiddlers to make them easier to find
2022-10-19 09:15:38 +01:00
jeremy@jermolene.com
120b93c242
New test for undefined parameters
2022-10-19 08:37:27 +01:00
jeremy@jermolene.com
14e0a271d4
New New Release Banner
2022-10-19 08:37:04 +01:00
jeremy@jermolene.com
bc375c04b9
Temporary new release banner for v5.3.0
2022-10-19 08:14:29 +01:00
jeremy@jermolene.com
55c7eea52d
Add release note etc for 5.3.0
2022-10-18 17:40:13 +01:00
jeremy@jermolene.com
45f1cf6cff
Attempt to build this branch with CI
2022-10-18 17:27:47 +01:00
jeremy@jermolene.com
32710ef9e6
Merge branch 'master' into parameterised-transclusions
2022-10-18 17:23:57 +01:00
Rob Hoelz
24dbf69180
Fix [is[variable]] operator doesn't work for "fake" variables #6303 ( #6996 )
...
* Add tests for [is[variable]] and "faked" variables
See GH #6303
* Make is[variable] and variables[] operators resilient to fake widgets
Co-authored-by: jeremy@jermolene.com <jeremy@jermolene.com>
2022-10-18 17:08:04 +01:00
jeremy@jermolene.com
7b408c7adf
Update release note
2022-10-17 16:50:54 +01:00
jeremy@jermolene.com
c19d6d6328
Merge branch 'tiddlywiki-com'
2022-10-17 12:22:06 +01:00
jeremy@jermolene.com
941c09fae2
ScrollableWidget example shouldn't iterate through all tiddlers
2022-10-17 12:21:34 +01:00
jeremy@jermolene.com
5194b24108
Parameter parenthesis should be mandatory in function/procedure/widget definitions
...
See https://github.com/Jermolene/TiddlyWiki5/pull/6666#issuecomment-1280404387
2022-10-17 08:31:07 +01:00
jeremy@jermolene.com
b531984f50
Restore "Add default settings for styled inline SPANs ( #6877 )"
...
This reverts commit 6f98edd6bd
.
2022-10-16 17:28:36 +01:00
jeremy@jermolene.com
8f079e2d45
Fix handling of orderedattributes when adding classes/styles
...
Fixes issue referred to in https://github.com/Jermolene/TiddlyWiki5/pull/6877#issuecomment-1277590200
2022-10-16 17:27:46 +01:00
Maurycy Zarzycki
cfd894e6fb
allow select widget class to update if it uses a filter and is output changes ( #6987 )
...
* allow select widget class to update if it uses a filter and the filter output changes
* rewrite code to be more idiomatic + updates local property
2022-10-15 12:26:21 +01:00
jeremy@jermolene.com
3a4589dc79
Transcluding functions: fix missing parameters passed as undefined
...
Thanks @btheado – see https://github.com/Jermolene/TiddlyWiki5/pull/6666#issuecomment-1276187372
2022-10-12 17:15:39 +01:00
Rob Hoelz
91327c1af0
Use deprecated macro for deprecated commands ( #6973 )
...
This just brings the documentation for these commands more inline with
other deprecations, plus offers a link to the recommended alternative
as well as the explanation for deprecation
2022-10-10 16:49:20 +01:00
jeremy@jermolene.com
76bc3a7358
Docs typo
...
https://github.com/Jermolene/TiddlyWiki5/pull/6666#discussion_r990811220
Thanks @btheado
2022-10-09 17:48:24 +01:00
jeremy@jermolene.com
85a203bcf2
Revert modified date of docs that have only had minor tweaks
2022-10-09 17:43:38 +01:00
jeremy@jermolene.com
c25129584c
Docs updates
2022-10-09 17:34:22 +01:00