Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 648 Bytes

File metadata and controls

19 lines (13 loc) · 648 Bytes

Power Point to Markdown - ppt2md

VBA script to export a PowerPoint presentation in markdown format.

How to use

  1. Open a presentation
  2. Ctrl + F11 to open the development tools.
  3. Copy the content of ppt2md.vbs into a new module.
  4. Run the macro
  5. The results are in the build folder.
  6. Open the *.md file on VS VS Code for example.
  7. Install Marp Extension to see the markdown presentation.

💡 You can use (Pandoc) to build a beamer présentation.

License

GNU Affero General Public License. For more details, see the LICENSE FILE.