Fabricate
Fabricate doesn't maintain any of its own documents; it only records metadata in its settings. Do you think that would be a problem for TRL? For example, is there an assumption that applications are tied to documents? I would be surprised, but thought it worth asking up front...
Svelte 5 TJSDocument Prototype
Funky interaction with fokus management
How to get rid of funky Prosemirror overlap

TJSDocument not working properly with Module Sub-Types (Data Models)
this.updateSource()
, for example:
```js...TRL `0.1.2` - Fine Tuning release
Embed a DropDown/MenuList made with Svelte
Slide Animations for SvelteApplication
Bug: Multiple ProseMirror editors on same svelte component do not save properly
System Works in Dev Mode but not after build
Error building after updating to TRL 0.1.1
npm run build
it errors out. Not sure why.
```js
[commonjs--resolver] Missing "./svelte/store" specifier in "@typhonjs-fvtt/runtime" package
error during build:...TJSApplication Character Sheet odd behavior with unlinked tokens
// Applications which are not currently rendered must be forced
if ( !force && (this._state <= states.NONE) ) return;
// Applications which are not currently rendered must be forced
if ( !force && (this._state <= states.NONE) ) return;
TJSDocumentCollection best practices?
game.actors
, and to do so was going to use a TJSDocumentCollection
.
Now for my actual ask. Within my component I have the following code.
```JS
<script>...Release `TRL 0.1.1` - Patch release
0.1.0
release regarding the internally used ResizableHandle Svelte component for application windows via ApplicationShell
. In the 0.1.0
release if you set width
or height
to auto
and the app window is resizable an error occured. This was just a missed refactoring aspect to some internal code and I happened to not catch it in testing for the 0.1.0
release as it was data specific in how an app is setup.
Another fix is passing the element as a JQuery element in the SvelteApplication hook invocation for closeApplication
. ...Uncaught TypeError: $storeElementRoot is undefined
Popcorn Initiative
PostcssConfig seem not workin with 0.1.0
TJSDocument for aggregating actor flags for Svelte Component
Update to ChatMessage outside of Svelte doesn't trigger reactivity on linked TJSDocument