You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,18 +16,6 @@ Document some advanced types so users may try them out and provide feedback. The
16
16
17
17
- Read more in the extension documentation
18
18
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
-
31
19
## 4.5.0 - May 2024
32
20
33
21
New-and improved IDL Notebook user experience!
@@ -62,6 +50,20 @@ The extension now automatically detects when you have code that is "standalone"
62
50
63
51
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.
64
52
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
+
65
67
## 4.4.2 - April 2024
66
68
67
69
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