• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle

  • You can make this a macro and trigger it with just a hot key.

    Select Start Recording in the Macro menu. Open the search dialog, in the “Find what” field just type three characters: “:.*” (that’s a colon, period, and asterisk). In the “Replace with” field enter just a single colon. Switch search mode to “Regular expression”, and make sure “matches new line” box is not checked, and hit Replace All.

    Now Stop Recording in the Macro menu, and then Save Current Recorded Macro. Give it a name and optionally a hot key, and note you can run it from the Macro menu or the hot key.


  • So you’re using Markdown cells for notes and not using code cells at all? This is a strange choice. It seems like just writing Markdown in a text editor, Markdown editor, or even an IDE with Markdown rendering would be better options. If you want to output the Markdown to other formats, pandoc is all you need. I’m not sure what advantage Jupyter gives you in this use case.