Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shiraji/slide-code-snippets
- Owner: shiraji
- Created: 2017-08-28T06:37:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T06:43:21.000Z (over 7 years ago)
- Last Synced: 2024-10-30T02:41:53.523Z (2 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.