1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-30 05:19:57 +00:00
Commit Graph

12199 Commits

Author SHA1 Message Date
lin onetwo
2fa454ad84 fix: macrodef with comment (void node) not working 2024-08-07 23:53:48 +08:00
lin onetwo
b8125d13b8 Update test-wikitext-parser.js 2024-08-05 03:04:03 +08:00
lin onetwo
af2ddaa350 Update void.js 2024-08-05 02:58:28 +08:00
lin onetwo
e7d4819f03 lint: quote 2024-08-05 02:52:12 +08:00
lin onetwo
9dbbcefe47 Update test-wikitext-parser.js 2024-08-05 02:38:37 +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
893edf9ae3 lint: quote 2024-08-05 01:34:30 +08:00
lin onetwo
82ae7678a7 test: add rule: 'parseBlock' and isRuleEnd: true 2024-08-04 14:39:20 +00: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
Mario Pietsch
c5c7279554
Eslint force double-quotes for strings -- avoidEscape:true (#8482) 2024-08-04 12:48:57 +01: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
77335a42b5
Fix: add cascade configs (#8470) 2024-08-02 09:45:52 +01:00
lin onetwo
57d3e8e765
Feat: allow tags have its ViewTemplate tag and cascade (#8462)
* feat: allow tags have its ViewTemplate tag and cascade

* feat: quick addition of subtitle cascade

* docs: tag subtitle cascade control panel

* Update ControlPanel.multids
2024-08-01 18:01:22 +01:00
Mohammad Rahmani
5c43512a56
Shorter Title of Compound Tiddler in Type Field Dropdown Menu (#8469)
* Update text_vnd.tiddlywiki_multiple.tid

This PR addresses the idea in #8465

* Update text_vnd.tiddlywiki_multiple.tid

This addresses the idea in #8465 for de-DE language
2024-08-01 16:43:10 +01:00
lin onetwo
2aff9fecf1 feat: generate more rule and tests 2024-08-01 23:29:48 +08:00
poc2go
39bd45002e
Test to verify that reserved wikitext constructs are not parsed (#8384) 2024-08-01 11:47:37 +01:00
Leilei332
22286aa569
Add image toolbar dropdown to markdown plugin (#8459)
* Add image toolbar dropdown to markdown plugin

* Escape special characters
2024-07-31 13:38:25 +01:00
Bram Chen
ada5af5af4
Update chinese language files (#8453)
* imrove simplied chinese translations for Snippets/ProcedureDefinition
* add chinese translations for text/vnd.tiddlywiki-multiple
2024-07-30 11:45:06 +01:00
Mario Pietsch
8735d1ac93
Add vnd.tiddlywiki-multiple to the editor type dropdown (#8450)
* add text/vnd.tiddlywiki-multiple to editor type dropdown

* de-DE add text/vnd.tiddlywiki-multiple to editor type dropdown

* move text/x-tiddlywiki to classictools plugin

* remove image/x-icon from all languages files

* move type text/vnd.tiddlywiki-multiple to Developer
2024-07-29 22:04:06 +01: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
a075303932 DEBUG: only run my tests for development, remove before PR merge 2024-07-29 23:24:32 +08:00
lin onetwo
8cbf85592d Create test-wikitext-serialize.js 2024-07-29 23:23:53 +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
Bram Chen
9d21071200
Update chinese language files (#8444)
* Update chinese language files

* add chinese translations for OpenControlPanel/Hint in Buttons.multids

* Update chinese language files

* Add chinese translations for procedure and function snippet to "stamp button"
2024-07-29 13:18:34 +01:00
Mario Pietsch
27f3de2f88
Show wikitext formatting buttons for compound tiddlers (#8449)
* allow wikitext formatting buttons for types [prefix[text/vnd.tiddlywiki]] which is very permissive

* add 2 missing buttons
2024-07-29 13:08:45 +01:00
Mario Pietsch
d2302df197
Add procedure and function snippet to "stamp button" (#8445)
* Add procedure and function snippet to "stamp button"

* remove draft tiddler
2024-07-29 12:38:07 +01: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
ea8e805e1c Improve prerelease presentation 2024-07-28 22:34:24 +01:00
Jeremy Ruston
c412ea52da Add Discord icon 2024-07-28 22:17:23 +01:00
Jeremy Ruston
561580f1b8 Merge branch 'tiddlywiki-com' 2024-07-28 22:16:04 +01:00