User Details
- User Since
- Oct 1 2021, 07:59 (187 w, 1 d)
- Availability
- Available
Tue, Apr 22
Thu, Apr 17
@avivey is right... you should add the button where the remarkup code block is created. The remarkup tests should be edited and the markup of the button added in every txt file testing the code block!
Wed, Apr 16
First of all: you should create the copy button server side. Ideally inside the remark rule for creating a code block. There you can attach the ressources too. And you can add sigils to the button. Javelin uses sigils to attach behaviors and listen to events.
Tue, Apr 15
@mturdus the page option is now 1-indexed and I have fixes some css styles for a better rendering of different options.
- - make page option 1-indexed
Mon, Apr 14
Works for me. Tested on our firm instance.
Sun, Apr 13
Reset to original diff.
Sat, Apr 12
@mturdus I have landed this but have reintroduced this code which you have removed - I hope you can remove it again. Sorry for that!
Fri, Apr 11
@pppery I don't know if you wanna step in, since the change was introduced by you.
May 24 2024
@mturdus Can you spare some time to review this diff?
May 23 2024
./bin/celerity map
- Fixes non stretching nav bar if content is absolute or does not fill entire page height
May 4 2024
@speck here you can see the described overflowing:
All described here with screenshot (and now video): T15809
May 3 2024
May 2 2024
I have a nice working version here, which renders the diagram with the drawio viewer javascript component:
- Fixes regression from missing html element
May 1 2024
Apr 30 2024
Apr 16 2024
You are right of course!
Yeah, there are some malformed URLs we should tackle for sure.
I have edited the answer. Because with draw.io you can integrate Mermaid out of the box. With R5 you can start using the syntax like instantly.
@valerio.bozzolan Could you try again to install it? There is a readme with new instructions.
Apr 15 2024
Apr 14 2024
@mturdus right, I don't have the whole picture of this little bit wild codebase 😁 Thanks for the pointer. As far as I can see, this image and the DOMContentLoaded event handler serves no purpose anymore. All is working without it. I have renamed the main js and some functions in it for clarity. Would love if you could give it a try.
- Renames behavior and some functions and gets rid of unnecessary image proxy
@mturdus I have added some console logs in the js code (so patch and purge the caches on <phorge-base>config/cache/!)
- Caches draw.io assets, uses base64 method of diagram and adds some console logs for js debugging
Firefox does work for me. Does Chrome work for you?
Apr 13 2024
@mturdus You don't have to download the diff, you can do an arc patch D25577 (and you should, because I have changed something again). Mh, but I don't know why it should not work.... 🤔
- Dumps base64 image data directly while remarkup rendering and adds js/css files for remarkup object rule
@mturdus Is the phorge_extension.js file loaded?
Well I have worked the entire day on this (and I see your mentioned issues)... main problem is: extension is not working with security.alternate-file-domain. That I have fixed at least for the creation/editing of diagrams. I have changed pretty much and would love to send a diff.