View Types#
Softworks enables custom view types
Custom Cell Views#
View Type |
Extensions |
Editors |
Description |
---|---|---|---|
xpdf |
A pdf Document |
||
ppt |
*.pptx |
open office |
A power point presentation |
Excel |
*.xlsx *.xlsm |
open office |
A spreadsheet |
html |
*.html |
firefox |
A web page |
module |
*.py (*.pyc) |
PyCharm, gedit |
A Python module |
notebook |
*.ipynb |
PyCharm, gedit |
A Python Jupyter notebook |
markdown |
*.md |
PyCharm, gedit |
A markdown document. PyCharm supports both editing and rendering. |
yaml |
*.yml |
PyCharm, gedit |
A yaml data file |
skill |
*.il |
Skill IDE, gedit |
A SKILL code file |
skillpp |
*.ils |
Skill IDE, gedit |
A SKILL++ code file |