Jeremy Ruston
422df10841
Fix ChatGPT import
2024-08-05 16:33:07 +01:00
Jeremy Ruston
ea595dfe2f
Refactor procedures and functions to be global for reuse
2024-07-28 13:07:24 +01:00
Jeremy Ruston
58f96e779a
Add documentation for the conversation format
2024-07-28 12:52:43 +01:00
Jeremy Ruston
a32a1a3802
Merge branch 'master' into feat-ai-tools
2024-07-28 12:39:43 +01:00
Mohammad Rahmani
b4597e7b1e
Remove Redundant Filter in ViewTemplateBodyFilters ( #8434 )
...
* Remove Redundant Filter in ViewTemplateBodyFilters
This PR closes #8426
* Space between filters are added
2024-07-27 18:38:56 +01:00
Jeremy Ruston
28d262e371
Merge branch 'master' into feat-ai-tools
2024-07-27 17:16:43 +01:00
Mario Pietsch
4d8932a836
Add NoBreak HTML entity ( #8431 )
2024-07-27 14:00:52 +01:00
Mohammad Rahmani
a620a6cc00
Add Copy to Clipboard Button to Code Template ( #8430 )
2024-07-27 13:58:19 +01:00
Jeremy Ruston
43b937d350
Merge branch 'tiddlywiki-com'
2024-07-27 09:02:31 +01:00
Jeremy Ruston
cbfe6b6c18
Jeremy's CLA signature for Intertwingled Innovations
2024-07-26 19:36:32 +01:00
Jeremy Ruston
8e8d5060e5
Jeremy's company is now Intertwingled Innovations
2024-07-26 19:36:16 +01:00
Val Packett
886514aa52
bootprefix: Tighten browser check to include the document global ( #8423 )
...
Deno's node emulation can run TiddlyWiki now that it supports the VM isolates API, but the window global exists in that environment, so both browser and node were being detected, causing the autoboot to trip up on nonexistent argv, as the boot was happening in the constructor right before argv was set.
Ref: https://github.com/denoland/deno/issues/19286
Ref: https://github.com/flexdinesh/browser-or-node
2024-07-26 08:54:02 +01:00
Val Packett
c175992949
Sign the CLA ( #8424 )
2024-07-26 08:49:51 +01:00
Jeremy Ruston
9069992163
Update release note
2024-07-25 18:23:57 +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
Jeremy Ruston
be22951973
Merge branch 'tiddlywiki-com'
2024-07-25 17:41:47 +01:00
Jeremy Ruston
6f8df68b28
Rename Jermolene/TiddlyWiki5 to TiddlyWiki/TiddlyWiki5
2024-07-25 17:41:28 +01:00
Jeremy Ruston
b1cd1306ef
Geospatial Plugin: Support for custom popups ( #8404 )
...
* Allow width, height and maxZoom to be specified
* Add images to city marker tiddlers
* Initial support for custom popups
* Custom popup templates for the US and Canadian example data
* Popups should use the geomap as their parent widget
This lets root widget messages work
* Typo in default popup template
* Clean up the use of popup templates
* Allow GeoJSON features to be hidden via a checkbox
* Popup template for volcano dataset
* Add Natural Earth country data
* Optimise marker SVG
2024-07-25 17:31:37 +01:00
Jeremy Ruston
cd58622c06
Clarify that the Llamafile prompt is for Llava models
2024-07-24 22:28:30 +01:00
Jeremy Ruston
d39a3d61e3
Merge branch 'master' into feat-ai-tools
2024-07-24 22:05:24 +01:00
Mario Pietsch
acb2602d78
Fix $:/core/ui/testcases/DefaultTemplate so narrative can use wikitext formatting ( #8416 )
2024-07-24 13:02:41 +01:00
Jeremy Ruston
0c9d61d4a3
Merge branch 'tiddlywiki-com'
2024-07-24 11:55:46 +01:00
Jeremy Ruston
2aec57213d
Update URL of GitHub pages repo for tiddlywiki.com
2024-07-24 11:38:00 +01:00
Jeremy Ruston
995f3babce
Update github URL for TW5 repo
2024-07-24 11:21:59 +01:00
Mario Pietsch
a27824af7e
Update Release Info for v5.3.5 ( #8412 )
2024-07-23 22:12:47 +01:00
webplusai
98df1c58e3
Signing the CLA ( #8411 )
2024-07-23 14:02:59 +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
btheado
adfb69a68c
Use the testcase widget for the $reveal widget examples ( #8406 )
...
* Use the testcase widget for the $reveal widget examples
* Convert $reveal testcase widget examples into testcase tiddlers
* Add expected results to $reveal test case tiddlers
These examples are intended to be interactive and the expect results
only test the initial rendering. Still that seems like useful verification
2024-07-22 09:05:40 +01:00
Leilei332
b5200483a1
Fix invisible stability badges on hover ( #8407 )
2024-07-22 08:59:51 +01:00
Jeremy Ruston
80fdaae6de
Llamafile use native /completion API endpoint
...
So that we can do image analysis
2024-07-21 21:08:42 +01:00
Jeremy Ruston
4a79af9eea
Revise default system prompt
2024-07-21 19:34:25 +01:00
Jeremy Ruston
370ff3057e
Refactor completion servers so that they handle their own response
2024-07-21 16:51:19 +01:00
Jeremy Ruston
fb641d340c
Fix an annoying little bug that prevents importvariables being used inside action-createtiddler in action strings
...
The root cause was that action-createtiddler widget was calling refreshChildren() with no argument.
A secondary factor was that importvariables widget was not defensive in handling a missing changedTiddlers parameter
2024-07-21 16:50:55 +01:00
Jeremy Ruston
3bdd449b3e
Don't hardcode the API route
2024-07-21 16:11:46 +01:00
Jeremy Ruston
0037935af5
Revert "Give conversation tiddlers a dummy text field"
...
This reverts commit 0e5955397b40c9d320daa327a260c74f30a9b899.
2024-07-21 15:48:33 +01:00
Jeremy Ruston
dbb7e1c300
Merge branch 'master' into feat-ai-tools
2024-07-21 15:48:14 +01:00
Jeremy Ruston
7c35ada55d
Merge branch 'tiddlywiki-com'
2024-07-21 15:47:19 +01:00
springerspandrel
3d2e6e4895
Tweak empty-tag-node solution, to avoid interfering with technical plugins' use of tag-space ( #8405 )
2024-07-20 22:37:23 +01:00
Jeremy Ruston
0e5955397b
Give conversation tiddlers a dummy text field
...
To avoid triggering a docs template
2024-07-19 14:51:18 +01:00
Leilei332
bfb9c38c42
Make markdown wikitext links readable ( #8402 )
2024-07-19 08:52:57 +01:00
Jeremy Ruston
b48be91ec5
Fix tiddlers should not be interactive after being closed ( #8344 )
...
* Initial Commit
* Revert "Initial Commit"
This reverts commit 25edf0e2129195f9d8e59bbdd3ca5dc56d67f9a4.
* Alternative fix
2024-07-19 08:51:48 +01:00
Mario Pietsch
bd936e2b7d
Update test-tags-operator.js ( #8401 )
...
Forgot to activate the tests :/
2024-07-18 17:12:22 +01:00
Jeremy Ruston
638bd78059
Formatting typo
2024-07-18 09:52:24 +01:00
Jeremy Ruston
d56958331b
Docs tweaks
2024-07-18 09:49:33 +01:00
Jeremy Ruston
a2cff69fee
Update docs
2024-07-18 09:24:37 +01:00
Jeremy Ruston
837374b5ab
Don't try to parse plugins as conversations
2024-07-18 08:39:03 +01:00
Jeremy Ruston
d6f3058e9d
Merge branch 'master' into feat-ai-tools
2024-07-18 08:34:21 +01:00
Jeremy Ruston
4f3f09d223
Merge branch 'tiddlywiki-com'
2024-07-18 08:29:55 +01:00
Mario Pietsch
2a8d664c09
tags-operator: add new test ( #8392 )
2024-07-17 21:51:31 +01:00
Mario Pietsch
da8b213be5
fix RSOD if tm-copy-to-clipboard param is empty ( #8393 )
2024-07-17 21:49:40 +01:00