Jeremy Ruston
501f57499e
Update readme
2024-03-14 12:25:11 +00:00
Jeremy Ruston
2916cb6fd9
Clarify comment
...
Thanks @pmario
2024-03-14 11:55:55 +00:00
Jeremy Ruston
e553539b2a
Clarify that process.exit() is a hack
2024-03-13 22:12:41 +00:00
Jeremy Ruston
3da773c27f
Add HTTP tests to npm test command
2024-03-13 18:39:42 +00:00
Jeremy Ruston
b923be5e94
Merge branch 'master' into multi-wiki-support
2024-03-13 18:03:35 +00:00
Jeremy Ruston
3657e59a08
Merge branch 'tiddlywiki-com'
2024-03-13 18:03:23 +00:00
Mateusz Wilczek
21a5841aab
Add links to and instructions about Saq's PR Maker in docs ( #8068 )
2024-03-13 12:17:14 +00:00
Jeremy Ruston
c9ab184c65
TODOs before merging
2024-03-12 21:32:22 +00:00
Jeremy Ruston
bc45a16f40
Fix readme build
2024-03-12 21:21:49 +00:00
Mateusz Wilczek
edfd27fa45
Improve filter run prefix docs ( #8067 )
2024-03-12 20:54:45 +00:00
Jeremy Ruston
8b6642b56d
Update the root readme that is visible on GitHub
2024-03-12 17:33:07 +00:00
Jeremy Ruston
d6807cb471
Update MWS plugin readme
2024-03-12 17:32:54 +00:00
Jeremy Ruston
f9064428c5
Add npm start command
2024-03-12 17:32:35 +00:00
Jeremy Ruston
0e7d566df7
Add link to demo of TiddlyWiki as a library in other Node.js apps
2024-03-12 17:16:51 +00:00
Mario Pietsch
8481b7d137
Dev edition: change layout to fluid-fixed ( #8063 )
2024-03-12 08:56:12 +00:00
Mario Pietsch
0fbfdce4b6
Add $:/StoryList to gitignore for tiddlywiki-com branch ( #8065 )
2024-03-12 08:54:09 +00:00
Jeremy Ruston
a443e5f0ad
Add new command to test local or remote server via HTTP
2024-03-11 21:52:40 +00:00
Jeremy Ruston
24413c53dd
The listen command shouldn't return until the server is listening
2024-03-11 21:45:27 +00:00
Jeremy Ruston
9079186b18
Merge branch 'tiddlywiki-com'
2024-03-11 12:15:06 +00:00
Jeremy Ruston
e67eaca030
Revert "Docs - wikitext-macros new v5.3.x syntax ( #8033 )"
...
This reverts commit 0fb10da8b3
.
2024-03-11 12:13:25 +00:00
Jeremy Ruston
8b5c3746f8
Refactor command module filenames
2024-03-11 09:40:40 +00:00
Jeremy Ruston
9df625c44d
Reorganise JS modules into subdirectories
2024-03-11 09:10:01 +00:00
Rob Hoelz
54ff0446c6
MWS: store level tests ( #8021 )
...
* Fix a few typos
The "database instead of store" change isn't a typo fix, per se, but
these tests are testing the lower-level database layer, and I'm about
to introduce some tests for the higher-level store layer, so I want to
avoid any confusion in the test names
* Start on SQL store-level tests
* Add some tests for createBag
* Add test for getBagTiddler and getBagTiddlers
* Add basic recipe tests
* Add a test for saving a tiddler within a recipe
* Add store test for deleteTiddler
2024-03-11 09:01:43 +00:00
Jeremy Ruston
0f5dfb89ad
Refactor multipart form handling for more reusability
2024-03-10 20:20:06 +00:00
Jeremy Ruston
e3b27768d2
Update comment
2024-03-10 20:19:41 +00:00
Jeremy Ruston
580283433e
Remove unneeded highlight plugin from multiwikiserver edition
2024-03-10 18:07:02 +00:00
Jeremy Ruston
f4ac2b92e7
Remove unneeded plugins from tw5.com edition
2024-03-10 18:06:44 +00:00
Jeremy Ruston
e35584843d
Fix mws-save-archive command name
2024-03-10 18:06:26 +00:00
Jeremy Ruston
3335e87ef4
Remove unneeded option
2024-03-10 17:49:52 +00:00
Jeremy Ruston
abde67e5df
MWS: Add support for large tiddlers to be stored as attachment files
...
Fixes #8022
2024-03-10 17:45:33 +00:00
Jeremy Ruston
1222bed0de
Merge branch 'tiddlywiki-com'
2024-03-10 15:11:03 +00:00
Mario Pietsch
78a09fcf56
Docs - download empty button new syntax - v5.3.x ( #8034 )
...
* docs - download empty button new syntax - want to keep stuff like this for the time beeing
* use \procedure instead of \define for consistency
2024-03-10 15:07:56 +00:00
Mario Pietsch
0f395ce81d
Add code-body field to doc-styles tiddler ( #8054 )
2024-03-10 15:07:28 +00:00
Mario Pietsch
b28f420430
Some more tv-macros changed to new syntax. Plus adjusted doc tiddlers ( #8056 )
2024-03-10 15:06:04 +00:00
Mario Pietsch
0b7914785c
Minor adjustments to existing doc tiddlers without changing modified date ( #8057 )
2024-03-10 15:05:26 +00:00
Jeremy Ruston
967e2b7fef
Import variables should not parse with whitespace trim
...
Fixes #7909
2024-03-10 15:03:52 +00:00
Mario Pietsch
8d36ecd6bc
Add list-links to $:/deprecated tag ( #8053 )
2024-03-10 14:30:21 +00:00
Mario Pietsch
c2b436371b
Docs: tiddler-info-source - change sources tab to new syntax and add link to pr-creator ( #8029 )
...
* tiddler-info-source - change sources tab to new syntax and add link to pr-creator
* remove class from plain text elements as requested
2024-03-10 11:08:00 +00:00
Mario Pietsch
24e474bd72
Doc-macros, styles and documentation overview tiddler ( #8037 )
2024-03-10 10:41:09 +00:00
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