Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shiraji/slide-code-snippets

Generate highlighted code snippets for slide
https://github.com/shiraji/slide-code-snippets

Last synced: 23 days ago
JSON representation

Generate highlighted code snippets for slide

Awesome Lists containing this project

README

        

**This plugin is not released yet**

# slide-code-snippets
Generate highlighted code snippets for slide

# URLs

* https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/codeInspection/export/InspectionTreeHtmlWriter.java
* https://github.com/JetBrains/intellij-community/blob/97eed9c38f08e0e8ca8f6af89e66801c2be41cbf/platform/lang-impl/src/com/intellij/codeInspection/ui/actions/ExportHTMLAction.java

# Concept

https://twitter.com/shiraj_i/status/902050178399485953

Basically, I want to generate all possible code snippet highlight. If it is possible I want to generate the code snippet for only what speakers want. However the difficulty is if speaker made mistake or want to change the code after generating all slides, he/she need to redo whole generating processes. This plugin is for easy-to-regenerate.