<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Journal: JSL block in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923224#M108169</link>
    <description>&lt;P&gt;Hm, at the moment, I just need it for JSL code. -&amp;gt;&amp;nbsp; I will use a standard Script Box ...&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6387531519112w694h540r878" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6387531519112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6387531519112w694h540r878');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6387531519112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jan 2026 18:27:39 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-01-10T18:27:39Z</dc:date>
    <item>
      <title>Journal: JSL block</title>
      <link>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923198#M108165</link>
      <description>&lt;P&gt;How can I add a Block with JSL code (like in a JMP notebook) to a Journal ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1768058257139.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90628i2C25A5E00608803D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1768058257139.png" alt="hogi_0-1768058257139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jan 2026 15:17:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923198#M108165</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-10T15:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Journal: JSL block</title>
      <link>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923220#M108167</link>
      <description>&lt;P&gt;This should do it for you&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);

jr=new window("the journal",&amp;lt;&amp;lt;journal);
Names Default To Here( 1 );

nb = Notebook();
block = nb &amp;lt;&amp;lt;
Add New Block(
	"JSL"
);

theWindows = ( Get Window List() &amp;lt;&amp;lt; Get Window Title() );

jr &amp;lt;&amp;lt; append(window(thewindows[nitems(thewindows)]));

window(thewindows[nitems(thewindows)])&amp;lt;&amp;lt;close window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 10 Jan 2026 17:29:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923220#M108167</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2026-01-10T17:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Journal: JSL block</title>
      <link>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923223#M108168</link>
      <description>&lt;P&gt;Ah, thanks!&lt;BR /&gt;One has to paste the hole "Window", not just the JSL "Code Block" ?!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Buttons are missing in the Journal.&lt;BR /&gt;This is ok, one can still run the code via right click.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1768067043221.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90641iE8197545DC13A432/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1768067043221.png" alt="hogi_0-1768067043221.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jan 2026 17:44:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923223#M108168</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-10T17:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Journal: JSL block</title>
      <link>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923224#M108169</link>
      <description>&lt;P&gt;Hm, at the moment, I just need it for JSL code. -&amp;gt;&amp;nbsp; I will use a standard Script Box ...&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6387531519112w694h540r411" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6387531519112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6387531519112w694h540r411');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6387531519112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jan 2026 18:27:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Journal-JSL-block/m-p/923224#M108169</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-10T18:27:39Z</dc:date>
    </item>
  </channel>
</rss>

