1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-15 07:13:22 +00:00

12646 Commits

Author SHA1 Message Date
lin onetwo
3f53da9b59 feat: save lock to prevent focus lost 2025-03-26 01:05:17 +08:00
lin onetwo
a76baed599 feat: better list input rule 2025-03-26 00:52:15 +08:00
lin onetwo
dbe1c20c29 feat: adapt prosemirror-flat-list 2025-03-25 23:55:52 +08:00
lin onetwo
3605acb70e Revert "fix: list dot missing"
This reverts commit 92a9bfc507c1c957f51bb97cc2424f8b5cb1236b.
2025-03-25 22:53:38 +08:00
lin onetwo
92a9bfc507 fix: list dot missing 2025-03-25 22:53:29 +08:00
lin onetwo
d32048fc6e lint: indent with tab 2025-03-25 22:53:29 +08:00
lin onetwo
348427733b feat: write to a tiddler 2025-03-25 22:50:02 +08:00
lin onetwo
d262030cf4 Update widget.js 2025-03-24 17:00:53 +08:00
lin onetwo
8c320892f5 feat: remove prosemirror-example-setup, and allow Tab indent
* remove prosemirror-example-setup, move all configs here. And remove `prosemirror-schema-list` that it depends on.
* prosemirror-flat-list only add dot style to list container, not each list item. Make it looks weird. And when creating new list, it will make each item to be a full new list, which is also weird.
2025-03-24 16:49:35 +08:00
lin onetwo
eecab2c0b8 feat: replace prosemirror-schema-list to prosemirror-flat-list 2025-03-24 02:34:54 +08:00
linonetwo
e2414094f6 feat: example ast round trip 2025-03-24 00:38:03 +08:00
linonetwo
2941bf6af3 fix: document is not defined by checking !$tw.browser
ReferenceError: document is not defined
    at $tw.utils.domMaker ($:/boot/boot.js:181:32)
    at ProsemirrorWidget.render ($:/plugins/tiddlywiki/prosemirror/widget.js:36:29)
2025-03-23 23:01:39 +08:00
linonetwo
de0c98978c DEBUG: add "tiddlywiki/prosemirror" to preview website
DEBUG: add "tiddlywiki/prosemirror" to preview website
2025-03-23 22:53:05 +08:00
linonetwo
323e4c941f chore: rename to trigger netlify 2025-03-23 22:53:00 +08:00
linonetwo
c208e6741f chore: trigger preview page build 2025-03-23 22:53:00 +08:00
linonetwo
06a8751939 feat: add css from prosemirror-view and prosemirror-menu 2025-03-23 22:13:46 +08:00
linonetwo
685520aa88 chore: add dependencies 2025-03-23 21:54:57 +08:00
linonetwo
cec30f9ed2 feat: try prosemirror instead 2025-03-23 21:40:47 +08:00
linonetwo
221193a587 WIP: ast transformers 2025-03-23 20:57:19 +08:00
linonetwo
3d2392dc70 feat: debounced on change 2025-03-23 20:24:12 +08:00
linonetwo
2b7343f831 feat: example editorjs view setup 2025-03-23 20:07:15 +08:00
lin onetwo
7c6c0c30e0 Update void.js 2025-03-23 01:26:38 +08:00
lin onetwo
22749bbe42 Merge remote-tracking branch 'upstream/master' into feat/to-string 2025-03-23 01:22:23 +08:00
Leilei332
961e74f73d
Remove .eslintrc.json (#8987) 2025-03-22 11:32:00 +00:00
Mario Pietsch
8aa558eb2c
Remove module function wrapper and add matching configurations for dprint and eslint (#7596)
* remove blks first try

* dprint.json seems to be OK, some forgotten functions

* add some more space-after-keyword settings

* server remove blks

* add **/files to dprint exclude

* dprint.js fixes a typo

* add boot.js and bootprefix.js to dprint exclude

* dprint change dprint.json

* add dprint fmt as script

* remove jslint comments

* fix whitespace

* fix whitespace

* remove function-wrapper from geospatial plugin

* fix whitespace

* add function wrapper to dyannotate-startup

* remove dpring.json
2025-03-21 17:22:57 +00:00
lin onetwo
819d84ecab
Add removeEventListener, and allow register multiple listeners (#8978)
* feat: add removeEventListener , and allow register multiple listeners

Instead of remove old one when add new one.

* refactor: simplify the logic, similar to wiki class's addEventListener

* feat: prevent adding the same event listener multiple times
2025-03-21 15:51:13 +00:00
Jeremy Ruston
55dbce10f4 Fix crash loading large files
Attempts to load large files are neutered with a warning message

Is 100MB the right limit?
2025-03-21 14:48:01 +00:00
Leilei332
0b3efc2771
Fix overflow in Browser Storage settings page (#8752)
Only a small fix
2025-03-21 13:35:26 +00:00
Leilei332
06adaf3331
Update zh-Hans translation (#8974) 2025-03-11 12:33:14 +00:00
lin onetwo
a97aedec34 fix: double quotes for parameter values 2025-03-09 23:35:52 +08:00
lin onetwo
5c0198b7b5 refactor: fold long comment 2025-03-09 23:31:49 +08:00
lin onetwo
711bf01049 refactor: fold commentText variable 2025-03-09 23:31:15 +08:00
lin onetwo
8ab12738cf Revert DEBUG: render result and diff below body only on browser 2025-03-09 15:46:10 +08:00
Jeremy Ruston
c3695765ad
Move execution of startup actions after initialisation of the language switcher (#8950)
Fixes #8946
2025-03-06 21:29:21 +00:00
Cameron Fischer
636dae6c58
Fixed RSoD error with moduleproperty filter operator (#8958)
* Fixed RSoD error with moduleproperty filter operator

* No RSoD when getting non-string objects as well
2025-03-06 21:28:39 +00:00
Jeremy Ruston
c25d6c11da Update release note 2025-03-06 21:20:37 +00:00
Mario Pietsch
4822919aa4
fix .median sort function (#8971) 2025-03-03 17:11:16 +00:00
lin onetwo
74c9841901 test: remove pad space in /> 2025-03-01 02:12:09 +08:00
lin onetwo
86ec4cae45 fix: remove pad space in /> 2025-02-28 23:11:43 +08:00
Cameron Fischer
0dda07e3f1
Fix for #5930: missing tiddlers with checkbox indexes (#8964) 2025-02-27 18:02:43 +00:00
Mario Pietsch
0f79f88f58
Fix problem toc-selective-expandable (#8959)
fix problem toc-selective-expandable
2025-02-24 20:49:48 +00:00
Leilei332
2cb5f57c69
Remove flags in language plugins (#8837)
* Remove flags in language plugins

* Remove references to language icons

* Remove obsolete example

There are no incoming links to this tiddler

* Remove icon from en-GB language

* Temporarily add all the languages for testing

To be removed before merging

* Add new "language" icon

* Languageswitcher update

* Translator editon docs update

* Fixes for introduction edition

* Remove LanguageGallery in ja-JP edition

* Remove temporary setting

---------

Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
2025-02-21 12:17:53 +00:00
lin onetwo
069181d615 DEBUG: render result and diff below body only on browser
DEBUG: render result below body only on browser

DEBUG: render result below body

DEBUG: fix build

DEBUG: show render result as ViewTemplate
2025-02-20 16:25:10 +08:00
linonetwo
2765e995dd fix: link may not have attribute and children 2025-02-19 19:55:40 +08:00
Jeremy Ruston
d3f441cbb5 Unpack plugins for wiki based tests 2025-02-18 21:15:01 +00:00
Jeremy Ruston
361a9668a2 Merge branch 'tiddlywiki-com' 2025-02-18 11:53:00 +00:00
Jeremy Ruston
b0d950faec Delete references to TiddlyWiki's Twitter account 2025-02-18 11:52:47 +00:00
Mario Pietsch
8a92c4632d
[DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions (#8729)
* [DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions

* update with requested changes.

* [DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions

* Refactor text according to feedback

* Create link to DefaultTiddlers system tiddler
2025-02-18 10:43:21 +00:00
Mario Pietsch
a1053ddc3d
list-tagged-draggable shows caption field if it is available (#8721) 2025-02-18 10:31:08 +00:00
Mario Pietsch
7ea788ca83
fix page save button wikify update problem (#8956) 2025-02-18 09:06:14 +00:00