Dropping items into ProseMirror causes error (how does enriched content work)?
Live-changing Title
Extending ActiveEffectConfig (i.e. custom ActiveEffects sheet based on Svelte)
Can the application to respond reactively to game.combat?
SidebarControl musings
TJS ChatMessage doesn't include the standard chat header
[Discussion] template-svelte-ts
template-svelte-ts
.Get dynamic application width
Minimal.... Nah Maximal FVTT types for TRL
#runtime/types/fvtt
.Application
class things should be firmly defined....Can't open more than one character sheet at a time
TRL `0.2.0-next.X` Update Marathon
0.2.0-next.2
and beyond. The 0.2.x
release series of TRL is all about hardening & streamlining the API taking a solid 2nd+ pass over everything. It represents "peak TRL" for Svelte 4.
My goal is to ship 0.2.0
on Wednesday. It's API / feature complete, but receiving any early feedback and learning about any problems you have in updating will help me create a better official release video where I can mention aspects that will help others update. If you have time before Wednesday to start your effort now is appreciated. If you are having problems let me know here or get in contact directly. I can help out with a PR if necessary....Is there any way to avoid 'game' is not defined lint error for vite build?
7:09:30 PM [vite-plugin-svelte] /Users/noeldacosta/code/foundryvtt-final-fantasy/src/components/organisms/item/shared/EffectsTab.svelte:172:768 'game' is not defined
170:
7:09:30 PM [vite-plugin-svelte] /Users/noeldacosta/code/foundryvtt-final-fantasy/src/components/organisms/item/shared/EffectsTab.svelte:172:768 'game' is not defined
170:
Injecting .svelte code into existing Foundry Document
.svelte
file into existing html? In my existing code, I was able to use
html.find('.sub-nav:not(.sub-sub-nav)').append('<a data-tab="subsystems" class="">Subsystems</a>')
to add the subsystems tab in that top block, and I have an append statement prepped to get the rest of my html in the appropriate place as shown below:
html.find('.container').append('<div class="tab" data-tab="subsystems" data-region="subsystems"> CODE HERE </div>')
...Failed to resolve module specifier "#runtime/svelte/application"
Discussion: TRL 0.2.0-next.1 Pre-release
0.2.0-next.1
release to set expectations and address concerns. When released I recommend as many folks to upgrade as soon as possible to get a better testing pool. Like all of the TRL releases even the first "beta" release will be rock solid and production ready. The further next.X
series of releases will mostly be refining types particularly new Foundry core types and other odds and ends. All of the major refactoring of sub-path exports will be present from the initial release as well as various fixes reported since v12
dropped and many other useful enhancements to TRL.
The discussion below relates to 0.2.0
update concerns and not TRL 0.1.x
. ...TJSGameSettings doesn't respect `onChange` option?
Derived Store - To use or not to use
Separate components unintentionally updating one another
How can I respond to the _onDrop event in the shell?
TJSGameSettings getStore not saving properly?
game.settings.get
that the setting has been "updated"
Then I refresh and the changes made disappear. What gives?...