<div>
<textarea name="attr_logos1_theme_title" class="" placeholder="THEME TITLE"></textarea>
<textarea name="attr_logos1_identity" class="" placeholder="Identity..."></textarea>
<textarea name="attr_logos1_concept" class="" placeholder="Concept..."></textarea>
<button type="action" name="act_theme1_playbook" class="">Playbook</button>
</div>
<script type="text/worker">
on("clicked:theme1_playbook", function() {
startCharactermancer("theme1-playbook");
});
</script>
<charmancer class="sheet-charmancer-theme1-playbook">
<div>
<textarea name="comp_logos1_theme_title" class="" placeholder="THEME TITLE"></textarea>
<textarea name="comp_logos1_identity" class="" placeholder="Identity..."></textarea>
<textarea name="comp_logos1_concept" class="" placeholder="Concept..."></textarea>
<button type="cancel" value="cancel">Cancel Charactermancer</button>
<button type="finish" value="finish">Apply Changes</button>
</div>
</charmancer> I'm updating a character sheet to make use of the Charactermancer. Got the Charactermancer to launch by selecting a Compendium per this thread , but after hitting the Finish button the Charactermancer stalls out without updating the charactersheet attributes. The console logs didn't provide me with any answers, but here it is for completeness sake. Starting Charactermancer: JQMIGRATE: $(html) HTML strings must start with '<' character
migrateWarn @ jquery.migrate.js:39
jQuery.fn.init @ jquery.migrate.js:199
jQuery @ jquery-1.9.1.js:62
d20.utils.htmlTranslator @ app.js?1556035433:545
d20.journal.charmancerLoadStep @ app.js?1556035433:561
(anonymous) @ app.js?1556035433:561
fire @ jquery-1.9.1.js:1037
fireWith @ jquery-1.9.1.js:1148
done @ jquery-1.9.1.js:8074
callback @ jquery-1.9.1.js:8598
XMLHttpRequest.send (async)
send @ jquery-1.9.1.js:8526
ajax @ jquery-1.9.1.js:7978
(anonymous) @ app.js?1556035433:561
console.trace
migrateWarn @ jquery.migrate.js:41
jQuery.fn.init @ jquery.migrate.js:199
jQuery @ jquery-1.9.1.js:62
d20.utils.htmlTranslator @ app.js?1556035433:545
d20.journal.charmancerLoadStep @ app.js?1556035433:561
(anonymous) @ app.js?1556035433:561
fire @ jquery-1.9.1.js:1037
fireWith @ jquery-1.9.1.js:1148
done @ jquery-1.9.1.js:8074
callback @ jquery-1.9.1.js:8598
XMLHttpRequest.send (async)
send @ jquery-1.9.1.js:8526
ajax @ jquery-1.9.1.js:7978
(anonymous) @ app.js?1556035433:561 Filling out textareas: no attr name
app.js?1556035433:545 Do refresh link cache!
app.js?1556035433:560 Refresh Journal List!
app.js?1556035433:560 Search took 12ms
app.js?1556035433:551 no attr name
app.js?1556035433:545 Do refresh link cache!
app.js?1556035433:560 Refresh Journal List!
app.js?1556035433:560 Search took 11ms
app.js?1556035433:551 no attr name
app.js?1556035433:545 Do refresh link cache!
app.js?1556035433:560 Refresh Journal List!
app.js?1556035433:560 Search took 12ms
2app.js?1556035433:551 no attr name Clicking the Finish button doesn't generate any more console logs and the Charactermancer sticks on a panel declaring "Applying Charactermancer changes..." without returning to the character sheet