Mario Pietsch
a75d4ca003
Docs - operator macros, templates and filter-run template ( #8035 )
2024-03-10 10:39:16 +00:00
Mario Pietsch
0fb10da8b3
Docs - wikitext-macros new v5.3.x syntax ( #8033 )
2024-03-10 10:37:26 +00:00
Mario Pietsch
0202d7b463
Docs - make .from-version and .deprecated-since macros more readable ( #8032 )
2024-03-10 10:36:49 +00:00
Mario Pietsch
b22570a91f
Doc-macros - variable-macros new v5.3.x syntax ( #8031 )
...
* doc-macros - variable-macros new v5.3.x syntax
* change modified back to old value
2024-03-10 10:35:31 +00:00
oeyoews
00bd6f8ee8
Remove unnecessary prefix field for highlight plugin ( #8048 )
2024-03-09 15:45:38 +00:00
Jeremy Ruston
43a2399698
Merge branch 'tiddlywiki-com'
2024-03-09 14:49:55 +00:00
Télumire
35d1609a2b
Add a warning for potential image map scaling issues + responsive alternative with SVG ( #8044 )
...
* Add a warning for potential image map scaling issues + alternative with SVG
* Update ImageWidget.tid
fix phrasing
2024-03-09 14:39:15 +00:00
Jeremy Ruston
a90b1dbb49
Docs for bags and recipes
...
Prompted by https://talk.tiddlywiki.org/t/whats-a-bag-and-whats-a-tiddlywebadaptor/9278
2024-03-09 14:24:42 +00:00
Jeremy Ruston
72c4b92a4c
Move some docs tiddlers to the correct directories
2024-03-09 14:23:45 +00:00
Simon Huber
bf9eafbad9
Update draggable.js - fix the call to updateDomNodeClasses ( #8045 )
...
* Update draggable.js - rename updateDomNodeClasses to assignDomNodeClasses
If I'm not wrong then the "updateDomNodeClasses" is unused and the "assignDomNodeClasses" is missing
This renames "updateDomNodeClasses" to "assignDomNodeClasses"
* Use "updateDomNodeClasses"
2024-03-09 10:00:27 +00:00
Mario Pietsch
28791287b2
Add sha256() function to $tw.utils ( #8043 )
2024-03-08 17:34:30 +00:00
Mario Pietsch
9082f36008
Docs: Add example for sha256 operator ( #8042 )
2024-03-08 17:29:17 +00:00
Jeremy Ruston
e64aa6c8f9
Remove accidentally committed dependencies
...
Fixes #8040
2024-03-07 08:24:51 +00:00
lin onetwo
6f9cabd352
DevDocs: about modern frameworks in TiddlyWiki ( #8027 )
...
* docs: abount modern frameworks
(cherry picked from commit 783547bac2d1bfaa20def3eeda0dc10b6b465d8d)
* docs: modified time
(cherry picked from commit c8db907fe273a414768f5292f61986800e092dfe)
2024-03-06 17:35:42 +00:00
Jeremy Ruston
69e828fc30
Fix csvtiddlers macro crash with missing tiddlers
...
Fixes #8039
2024-03-06 08:36:37 +00:00
Jeremy Ruston
7d25b13970
Merge branch 'tiddlywiki-com'
2024-03-04 14:13:41 +00:00
lin onetwo
bede60d362
Feat: New icon for default layout ( #8020 )
...
* feat: icon for default layout
* feat: new icon for default layout
* Update default-layout.tid
* Update default-layout.tid
* Update LayoutSwitcher.tid
* Update PageTemplate.tid
2024-03-04 11:38:29 +00:00
TonyM
f02fafe365
Update RefreshThrottling.tid ( #8024 )
...
Change word "preciously" to "previously" as I believe was intend.
2024-03-02 20:03:59 +00:00
Mario Pietsch
4fba206606
move tip to the end of the tiddler so it does not distract reading ( #8019 )
...
* move tip to the end of the tiddler so it does not distract reading
* reset modified
2024-02-29 19:26:19 +00:00
Jeremy Ruston
070327cb57
Include $:/tags/Macro on core macros for backwards compatibility
...
This avoids breaking existing code that expects to be able to import the core macros with just $:/tags/Macro
@pmario - I suggest that future updates use the same approach
Thanks to @ericshulman for reporting the problem
2024-02-29 12:39:41 +00:00
Jeremy Ruston
755a09be10
Tour plugin: Fix selector for "Recent" tab button
2024-02-29 09:43:38 +00:00
Bram Chen
9d874befa4
Update chinese language files ( #8016 )
...
* Add chinese captions for new emergency tiddlers download button
2024-02-28 18:05:22 +00:00
Jeremy Ruston
f1effdd2cd
Merge branch 'tiddlywiki-com'
2024-02-28 18:04:35 +00:00
Jeremy Ruston
5b2d35e8d1
Revert "Update backtranscludes.tid ( #8010 )"
...
This reverts commit 32de6eca22
.
2024-02-28 18:04:16 +00:00
Jeremy Ruston
a75fd2a64a
Remove forced error in accidentally left in #7966
...
Thanks @pmario
2024-02-28 12:01:42 +00:00
catter-fly
4ae6f1ffd4
Adjusting saving w/r/t FireFox ( #7669 )
2024-02-28 11:38:00 +00:00
Mario Pietsch
ace6dbc514
CI: Fix archive output paths ( #7919 )
2024-02-28 11:35:50 +00:00
etardiff
4cca77b72d
Rewrite tag-picker macros as procedures ( #7883 )
...
This PR attempts to modernize the tag-picker macros as procedures, as @Jermolene suggested in [#7548 (comment)](https://github.com/Jermolene/TiddlyWiki5/pull/7548#issuecomment-1825458523 ).
What I changed:
* rewrote macros as procedures/replaced text substitutions with variables
* replaced nested $set and $var widgets with $let widgets/functions
* minor rewrites to reduce redundant code
* some additional linebreaks for clarity
*This is functionally identical to my initial PR, [#7880 ](https://github.com/Jermolene/TiddlyWiki5/pull/7880 )*, minus the extra file I'd accidentally added. Thank you for bearing with me as I learn to navigate GitHub.
2024-02-28 11:32:48 +00:00
Jeremy Ruston
3543fe53ff
RSOE: Add emergency tiddlers download button ( #7966 )
2024-02-28 11:29:32 +00:00
Mario Pietsch
70178dce78
Add more classes to ControlPanel-Settings elements, so they can be styled using relatively simple CSS rules ( #8000 )
2024-02-28 11:28:27 +00:00
Mario Pietsch
9e6e50eccf
Add StoryList to gitignore ( #8013 )
2024-02-28 11:27:00 +00:00
Jeremy Ruston
898cac7f71
Remove accidentally committed $:/StoryList tiddlers
2024-02-28 11:26:40 +00:00
lin onetwo
32de6eca22
Update backtranscludes.tid ( #8010 )
...
* Update backtranscludes.tid
(cherry picked from commit dbce31764937e90ec0d678a29e426b22eacb122b)
* from-version 5.3.4
2024-02-26 14:33:17 +00:00
Jeremy Ruston
09e6117fe2
Update Macedonian language description
2024-02-26 13:13:06 +00:00
Robin Munn
984863065e
Fix "sjcl not found" errors in TiddlyDesktop ( #8007 )
2024-02-26 11:36:46 +00:00
Jeremy Ruston
c947ba4310
Make sure Macedonian is included in the translators edition
2024-02-26 10:19:42 +00:00
Jeremy Ruston
b33cfeab06
Add Macedonian language
...
Thanks Nikola Dio Petkovski
2024-02-26 10:17:16 +00:00
Jeremy Ruston
540b3ff81e
Remove superfluous comma
2024-02-24 09:32:19 +00:00
Jeremy Ruston
c9675092ed
Merge branch 'tiddlywiki-com'
2024-02-24 09:27:49 +00:00
Mateusz Wilczek
d29df793a4
Docs: Improve .from-version
macro ( #7874 )
...
* Docs: Improve `.from-version` macro
* Restore icons in version badges
2024-02-24 09:26:41 +00:00
Mateusz Wilczek
e57123936f
Fix spacing in Standard and Filter tabs of Advanced Search ( #7889 )
...
* Fix spacing in Standard and Filter tabs of Advanced Search
* Move changed files to appropriate folder
* Restore original title/tags fields
2024-02-23 17:41:12 +00:00
Jeremy Ruston
6d721c728f
Confetti Plugin: Don't pass undefined for missing parameters
2024-02-22 17:17:38 +00:00
Jeremy Ruston
ae9250622f
Let's have performance instrumentation in the prerelease
...
I believe it was turned off by accident at some point
2024-02-22 17:17:23 +00:00
Jeremy Ruston
4dd9db3b46
Merge branch 'tiddlywiki-com'
2024-02-19 09:55:34 +00:00
lin onetwo
36fc8170a4
Basic Backtranscludes filter ( #6081 )
...
* feat: add transcludes and backtranscludes filter and its relying indexer
* feat: add test about backtranscludes
* docs: add doc about transcludes and backtranscludes Operator
* refactor: merge backlinks and backtranscludes indexer
* fix: test not executed
* fix: latest transclude use $tiddler instead of tiddler
* feat: A tiddler transclude with template will still use the tiddler as result.
* docs: wrong comment
2024-02-18 09:14:23 +00:00
Bram Chen
96e11fa8b0
Update chinese language files ( #7993 )
...
* Replace "運算元" (operand) with "參數" (parameter)
2024-02-17 09:35:29 +00:00
Bimba Laszlo
6236e7777c
Fix URLs of bimlas plugins ( #7994 )
2024-02-17 09:34:48 +00:00
Jeremy Ruston
af02349e47
Merge branch 'tiddlywiki-com'
2024-02-16 15:57:34 +00:00
Mario Pietsch
a21e7b2aac
$:/core/ui/EditTemplate/tags - rewrite to use v5.3.x syntax ( #7981 )
...
* $:/core/ui/EditTemplate/tags - rewrite to use v5.3.x syntax
* tag-macro -- change tag-styles function to make it more readable
* tags EditTemplate - improve code readability
* tags EditTemplate -- use hardcoded style colours as requested
2024-02-16 10:27:51 +00:00
Mario Pietsch
a09106f33b
Core-macro-diff-new-syntax ( #7986 )
...
* $:/core/macros/diff use v5.3.x syntax and add indentation for better readability -- all tests pass
* diff - set tags: $:/tags/Global
2024-02-14 19:45:11 +01:00