jeremy@jermolene.com
e49dda3b48
Fix search results cutoff on narrow screens
...
Fixes #6440
2022-02-01 09:36:30 +00:00
RJ Skerry-Ryan
13faeaa0bd
Markdown: Let WikiText parsing handle the creation of LaTeX widgets. ( #6428 )
...
* Markdown: Let WikiText parsing handle the creation of LaTeX widgets.
When embedding LaTeX snippets in inline HTML nodes, such as TiddlyRemember
macros or HTML tables, the parsing of latex nodes breaks the WikiText by
splitting it into pieces around the latex node.
This commit fixes the issue by converting the Remarkable katex nodes back to
text, using a newline to indicate a block katex snippet. This is then re-parsed
by the WikiText KaTeX plugin.
TESTED:
Created a test wiki with:
```
$ node tiddlywiki.js test --init markdowndemo
$ node tiddlywiki.js test --listen
```
* Verified markdown + KaTeX support still works as expected.
* Verified that embedding LaTeX snippets in inline HTML works (e.g. `<a
href="https://example.com/ ">$x^2$</a>`).
* Verified the markdown + KaTeX support works as expected with renderWikiText
set to `false`.
* Style: Remove spaces between if and opening parentheses.
2022-01-30 11:23:00 +00:00
Rizwan
7d2994388b
Remove 2 whitespaces ( #6434 )
...
These whitespaces were messing the list rendering
2022-01-30 11:07:32 +00:00
RJ Skerry-Ryan
edb5dc3fdc
Add keyword-spacing rule to .eslintrc.yml to reflect the project code style. ( #6431 )
...
- Update .eslintignore to ignore "third party" code.
- Add a "lint" script to package.json so `npm run lint` runs eslint on the repo.
2022-01-29 17:41:09 +00:00
jeremy@jermolene.com
1a0c831216
Add sha256 operator
2022-01-29 11:02:47 +00:00
Saq Imtiaz
75d10a2dc3
Fix: bug with importvariables widget when importing block mode widgets. fixes #6424 ( #6426 )
2022-01-27 17:35:18 +00:00
Saq Imtiaz
6452eb56a9
fix: bug introduced with 88812092fd
fixes #6419 ( #6420 )
2022-01-24 19:17:09 +00:00
Saq Imtiaz
9fce8153df
Add support to tm-scroll message for scrolling without animating ( #6410 )
...
* feat: add support for animationDuration attribute of paramObject for tm-scroll message
* docs: added docs for animationDuration attribute of tm-scroll message
* fix: use .utils.hop instead of Object.hasOwnProperty()
* fix: do not check if object before calling utils.hop()
* fix: syntax
2022-01-24 09:44:04 +00:00
Saq Imtiaz
d823856082
feat: add support for renderEnd method for storyviews in widget's render() method ( #6409 )
2022-01-19 19:48:02 +00:00
jeremy@jermolene.com
35f7a8ea06
Fix renaming a tiddler can result in duplicate tags
...
Fixes #6398
2022-01-14 16:57:30 +00:00
jeremy@jermolene.com
54bfb28063
Merge branch 'tiddlywiki-com'
2022-01-11 17:51:32 +00:00
jeremy@jermolene.com
80c63b96cf
Fix processing of $:/tags/RawMarkupWikified/TopHead tiddlers
...
Fixes #6395
2022-01-11 17:16:50 +00:00
Nils Lindemann
2ef9ecbc44
Signing the CLA ( #6394 )
...
* Using a different account now (Second try)
* Typo
2022-01-10 09:34:02 +00:00
jeremy@jermolene.com
88812092fd
Fix crash with "wrap-lines" text editor operation if prefix or suffix is missing
...
Fixes #6376
2022-01-09 17:43:34 +00:00
jeremy@jermolene.com
4e01fc1838
Radio widget should use default if field/index is missing
...
Fixes #6389
2022-01-09 17:17:12 +00:00
Louis Davout
5cab75f4a7
In 'Filter Operators' add column to indicate those operators that construct an entirely new selection. ( #6351 )
2022-01-09 14:44:19 +00:00
btheado
1345384d39
Add section about dynamic links to 'Linking in WikiText' ( #6361 )
...
* Add discussion of dynamic links to 'Linking in WikiText'
* Added macro and styles for displaying a 'bad' example
* Use .bad-example macro in 'Linking in WikiText'
* Convert existing warnings to use .bad-example macro
2022-01-09 14:30:22 +00:00
Bram Chen
927013a57a
Update chinese field descriptions ( #6393 )
2022-01-09 14:26:14 +00:00
jeremy@jermolene.com
0d11fccba2
Update release note
2022-01-09 10:18:19 +00:00
jeremy@jermolene.com
d78ad756db
Docs missed off 54cfda76ee
2022-01-09 10:18:11 +00:00
jeremy@jermolene.com
5613bcc884
It's 2022
2022-01-03 20:22:52 +00:00
jeremy@jermolene.com
0729d730f8
Merge branch 'tiddlywiki-com'
2022-01-03 20:22:05 +00:00
jeremy@jermolene.com
f2422efeb8
Fix issue with Alice in Wonderland demo
...
Thanks @pmario
See https://github.com/Jermolene/TiddlyWiki5/pull/6213#issuecomment-1003628637
2022-01-03 20:20:48 +00:00
Cameron Fischer
cbb002ec4b
Added sourceURL tags to boot js ( #6381 )
2022-01-03 17:25:40 +00:00
jeremy@jermolene.com
c7e8c87f85
Refine criteria for displaying $:/core/ system tiddlers as code
...
Fixes #6369
2022-01-03 16:42:50 +00:00
jeremy@jermolene.com
66ae1d6930
Image widget: Add classes for loading/loaded/error
2022-01-02 17:28:54 +00:00
jeremy@jermolene.com
8e3885277f
Update messagecatcher widget example to use newer syntax
2021-12-22 15:31:35 +00:00
jeremy@jermolene.com
9293dfa477
Add docs for "help" field of modals
...
Previously undocumented for no good reason
2021-12-21 10:26:58 +00:00
Louis Davout
8a80d89582
Signing the CLA ( #6347 )
2021-12-20 19:36:51 +00:00
btheado
10ebd93df3
Add ViewWidget cross references and examples ( #6355 )
...
* Link ViewWidget formats to similar filter operators
* Merge the ViewWidget columns and use the tip macro instead
* Reference the format filter operator in ViewWidget
* More accurate language in the ViewWidget docs
2021-12-20 10:07:34 +00:00
jc-ose
d414eef773
Clarify list location requirement ( #6338 )
2021-12-14 22:27:05 +00:00
jc-ose
7d1f0ea8f4
Signing the CLA ( #6337 )
2021-12-14 22:26:22 +00:00
twMat
f477e90192
Update Cascade Filter Run Prefix.tid ( #6340 )
2021-12-14 22:21:49 +00:00
Maurycy Zarzycki
b4dec78a72
add polish translations to cascades ( #6335 )
2021-12-13 17:28:35 +00:00
jeremy@jermolene.com
60187dc59e
Fix importing/upgrading encrypted single file wikis
...
The problem was that v5.2.0 trimmed the whitespace from $:/core/templates/store.area.template.html which we'd previously been relying on during the import.
This change still allows v5.2.2 to import encrypted pre-v5.2.0 wikis
Fixes #6330
2021-12-11 19:46:20 +00:00
twMat
4453aefad8
Typo in Images in WikiText.tid ( #6328 )
...
Typo in link
2021-12-11 09:29:26 +00:00
jeremy@jermolene.com
54cfda76ee
ViewTemplateBodyCascade: Add support for code-body field
...
Missed off #6168
2021-12-09 20:47:51 +00:00
Rizwan
1e8c2821d6
Acknowledgements for banner design 5.1.21-5.2.0 ( #6326 )
2021-12-09 17:40:12 +00:00
jeremy@jermolene.com
cbc030fbe2
Merge branch 'tiddlywiki-com'
2021-12-09 11:57:16 +00:00
jeremy@jermolene.com
b454116163
Add banner image credits for v5.2.1
...
See https://talk.tiddlywiki.org/t/the-banner-designer-should-be-acknowledged-in-the-whats-new-section/1787
cc @ibnishak
2021-12-09 11:56:31 +00:00
jeremy@jermolene.com
0186c6490f
Edit type dropdown: Add whitespace between description and MIME type
2021-12-08 21:25:44 +00:00
jeremy@jermolene.com
853a899c77
Avoid wraping field names in field viewers
...
Also avoid wikifying field names
2021-12-08 19:29:02 +00:00
jeremy@jermolene.com
95a3d7fde2
Temporary new release banner for v5.2.2
2021-12-08 12:42:08 +00:00
jeremy@jermolene.com
d33e0a05e2
Preparing for v5.2.2-prerelease
2021-12-08 12:22:51 +00:00
jeremy@jermolene.com
cb833b3f65
build-site.sh: Update version number
2021-12-08 12:21:16 +00:00
jeremy@jermolene.com
b73c50adeb
Version number update for 5.2.1
2021-12-08 12:17:32 +00:00
jeremy@jermolene.com
fdfa45329a
Updating readme and contributing
2021-12-08 12:16:55 +00:00
jeremy@jermolene.com
7b1880404c
Preparing for release of v5.2.1
2021-12-08 12:01:56 +00:00
jeremy@jermolene.com
2739b1bafe
Merge branch 'tiddlywiki-com'
2021-12-08 11:56:50 +00:00
jeremy@jermolene.com
cc782ff518
Update release note
2021-12-08 11:55:40 +00:00