Skip to content

Commit 217b799

Browse files
Move feature out of "preview"
1 parent 1657789 commit 217b799

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ Document some advanced types so users may try them out and provide feedback. The
1616

1717
- Read more in the extension documentation
1818

19-
Added the ability to convert a notebook to a PDF! This requires an additional extension called ":"Markdown PDF", which you will be prompted to install. This includes:
20-
21-
- A new sidebar entry for PDF generation and a button in the top-right of the notebook to generate a PDF
22-
23-
- When you click the button to create a PDF, as long as your notebook is saved to disk, it will create Markdown, open it, and start the PDF generation process
24-
25-
- Once finished, it closes the Markdown file
26-
27-
- The Markdown and PDF file use the same base name as your notebook. Meaning if your notebook is called "My-notebook.idlnb" you will have a "My-notebook.md" and "My-notebook.pdf" file generated in the same folder
28-
29-
- You do need to save your notebook to disk so we have a path to write the Markdown and PDF files
30-
3119
## 4.5.0 - May 2024
3220

3321
New-and improved IDL Notebook user experience!
@@ -62,6 +50,20 @@ The extension now automatically detects when you have code that is "standalone"
6250

6351
When running IDL through the debug console, we now properly catch stops/breakpoints that aren't a result of manually sending commands to IDL. This supports use cases where widget/UI applications are running and hit a stop or breakpoint in a callback routine.
6452

53+
Moved the following features out of `preview` since there have been no reported issues:
54+
55+
Added the ability to convert a notebook to a PDF! This requires an additional extension called ":"Markdown PDF", which you will be prompted to install. This includes:
56+
57+
- A new sidebar entry for PDF generation and a button in the top-right of the notebook to generate a PDF
58+
59+
- When you click the button to create a PDF, as long as your notebook is saved to disk, it will create Markdown, open it, and start the PDF generation process
60+
61+
- Once finished, it closes the Markdown file
62+
63+
- The Markdown and PDF file use the same base name as your notebook. Meaning if your notebook is called "My-notebook.idlnb" you will have a "My-notebook.md" and "My-notebook.pdf" file generated in the same folder
64+
65+
- You do need to save your notebook to disk so we have a path to write the Markdown and PDF files
66+
6567
## 4.4.2 - April 2024
6668

6769
For notebook cells, syntax errors are now highlighted and problems are reported on the lines that have errors. This behaves the same as PRO files when using the debug console as well.

0 commit comments

Comments
 (0)