-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HTML element text processor commands (#feature-request #quest59) #1337
Comments
Does this also work with nested calls? |
And this feature is available in the actual Questversion? |
It's in the last available testing build, but I haven't created a PR yet. (I really only created this particular issue to link to it from the PR. That seems to be how Alex does things.) |
KVonGit
added a commit
to KVonGit/quest
that referenced
this issue
Jan 15, 2025
Closes textadventures#1337 Allows things like this (for the WebEditor users, who can't always use `<`): ``` {:div id="test-div"}{:span id="test-span"}I am the text in the SPAN.{/span}{/div} ``` `<div id="test-div"><span id="test-span">Iam the text in the SPAN.</span></div>`
This is technically a duplicate of #1231 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've already got the code for this, and it was in the last available testing build.
CoreTypes (add to
game.textprocessorcommands
)CoreOutput.xml
https://textadventures.co.uk/forum/quest/topic/ykouw7idaeytupcl3rmywa/isnt-there-an-easy-way-to-add-text-processor-commands-solved
The text was updated successfully, but these errors were encountered: