lin onetwo
1a45520909
lint: double quote
2024-10-02 13:47:41 +08:00
linonetwo
03798d7fef
Update conditional.js
2024-09-04 16:46:32 +08:00
lin onetwo
f5fca2a4d4
Update conditional.js to not include space
2024-09-04 16:43:05 +08:00
lin onetwo
658053643f
Merge remote-tracking branch 'upstream/master' into feat/to-string
2024-08-10 12:44:10 +08:00
lin onetwo
398d7f7fe7
lint: useless ai generated comments
2024-08-10 12:43:26 +08:00
lin onetwo
08e9312295
feat: run all tests
2024-08-10 02:35:07 +08:00
lin onetwo
c4f6136fa7
feat: use void node to carry important info for typedblock
2024-08-10 02:33:50 +08:00
lin onetwo
0adf638c1a
refactor: reuse block on inline when possible
2024-08-10 01:31:55 +08:00
lin onetwo
589241a406
feat: transcludeblock
2024-08-10 01:31:43 +08:00
lin onetwo
3cf93d08e5
lint: useless comments
2024-08-09 22:45:14 +08:00
lin onetwo
856cb42039
Update table.js
2024-08-09 22:33:05 +08:00
lin onetwo
43f3f8b5ed
feat: styleinline
2024-08-09 19:50:07 +08:00
lin onetwo
7c73f1f922
feat: styleblock
2024-08-08 23:52:48 +08:00
Rob Hoelz
3707e10ef6
Add start/end properties for table row/cell elements ( #8494 )
...
* Add test for existing table parsing functionality
* Add expected start/end for tr elements in table wikitext test
* Populate start/end properties for tr elements
* Add expected start/end for th/td elements in table wikitext test
* Populate start/end properties for th/td elements
2024-08-08 10:06:44 +01:00
lin onetwo
078cd5fba2
feat: add to styleblock
2024-08-08 01:16:27 +08:00
lin onetwo
2fa454ad84
fix: macrodef with comment (void node) not working
2024-08-07 23:53:48 +08:00
Jeremy Ruston
0e0818c8e9
Transliterate control characters in site title ( #8339 )
2024-08-07 11:42:46 +01:00
Jeremy Ruston
d9ac4a823f
Fix crash with render command when filename filter returns empty result
2024-08-05 11:20:35 +01:00
lin onetwo
af2ddaa350
Update void.js
2024-08-05 02:58:28 +08:00
lin onetwo
6ac9592bd7
fix: void node need to handle its children
2024-08-05 02:31:16 +08:00
lin onetwo
d6b9d00ef7
Update widget.js
2024-08-05 01:34:33 +08:00
lin onetwo
7bc408b3b0
feat: ast to use new widget type void
2024-08-04 14:38:54 +00:00
lin onetwo
5b2c3dbace
feat: use void widget, so methods always return a widget
2024-08-04 14:18:01 +00:00
lin onetwo
96adee987a
Merge branch 'TiddlyWiki:master' into feat/to-string
2024-08-04 21:40:41 +08:00
lin onetwo
b22ca2b3df
feat: add void: true, in ast node to prevent render
2024-08-04 18:54:15 +08:00
lin onetwo
c39297698f
fix: render invisible comment and parsemode as data element
2024-08-04 00:48:29 +08:00
lin onetwo
2a75077747
fix: parsemode don't have node
2024-08-04 00:35:16 +08:00
lin onetwo
9df36a2b15
refactor: ' -> "
2024-08-04 00:29:33 +08:00
lin onetwo
f69795c62e
feat: list
2024-08-03 22:41:58 +08:00
lin onetwo
7b4ea476f3
fix: use "" for string param
2024-08-03 20:29:55 +08:00
Leilei332
2bc7ec4b94
Do not import "$:/build" ( #8476 )
2024-08-03 13:16:05 +01:00
lin onetwo
63613ceec0
feat: $tw.utils.serializeAttribute
2024-08-03 16:21:55 +08:00
lin onetwo
383e1b68b5
fix: some test
2024-08-03 02:04:26 +08:00
lin onetwo
e49238df55
fix: some test
2024-08-03 01:19:05 +08:00
lin onetwo
b1667ecb9d
fix: condition manually
...
Deekseek is silly
2024-08-03 01:05:49 +08:00
lin onetwo
d0678716aa
fix: remove pragma:true, otherwise following text will become children of it
2024-08-03 00:10:38 +08:00
lin onetwo
bfd116a438
feat: generate more rule and tests
2024-08-02 22:54:45 +08:00
lin onetwo
2aff9fecf1
feat: generate more rule and tests
2024-08-01 23:29:48 +08:00
lin onetwo
078967c830
feat: allow recursive
2024-07-30 00:56:28 +08:00
lin onetwo
84e27c05b9
feat: handle tailing \n that may be missing
2024-07-30 00:46:16 +08:00
lin onetwo
1a6a071a29
feat: add rule: 'parseBlock' metadata
2024-07-30 00:43:55 +08:00
lin onetwo
05dec729a0
lint: if
2024-07-30 00:43:40 +08:00
lin onetwo
179651a189
Update codeinline.js
2024-07-29 23:23:47 +08:00
lin onetwo
4e896d18a0
refactor: $tw.utils.extend({},options) -> options || {}
2024-07-29 23:23:39 +08:00
lin onetwo
4ddcbc665e
Merge remote-tracking branch 'upstream/master' into feat/to-string
2024-07-29 21:43:32 +08:00
Mario Pietsch
165c7e9825
Data widget add compound filter parameter ( #8447 )
...
* add $compound-filter parameter to data-widget
* update TestCaseTemplate to use $compound-filter parameter
* update data-widget, TestCaseTiddlers and CompoundTiddlers docs
2024-07-29 12:19:44 +01:00
Jeremy Ruston
685d831cb1
Fix navigation vertical position when duration is zero
...
Fixes #8428
2024-07-28 14:20:37 +01:00
Mario Pietsch
4d8932a836
Add NoBreak HTML entity ( #8431 )
2024-07-27 14:00:52 +01:00
Jeremy Ruston
7a60e7c93e
More rename Jermolene/TiddlyWiki5 to TiddlyWiki/TiddlyWiki5
...
These are the changes that have to be done on "master"
2024-07-25 17:44:52 +01:00
btheado
b8ed59f7dc
Use .tid file extension in node.js for text/vnd.tiddlywiki-multiple ( #8409 )
2024-07-23 11:56:42 +01:00