DB48X-on-DM42 icon indicating copy to clipboard operation
DB48X-on-DM42 copied to clipboard

Add a way to put runnable RPL code in the documentation

Open c3d opened this issue 1 year ago • 0 comments

Suggested by @Wiljea: Being able to put anchor containing RPL code in the help file, that would execute when you select them, would make it much easier to share examples of code.

An alternative would be to automatically be able to select code in between markdown code blocks. The following would show as code, and then if ENTER is pressed while the cursor is there, the code would be put in the editor.

0 1 100 FOR i 'X' i ^ + NEXT

c3d avatar Oct 02 '24 23:10 c3d