|
|
|
Naming Ideas for an Open-Source Project
|
|
1 points
by ykadosh
3637 days ago
|
|
I have an open-source project that I'm having trouble defining. The project is Mivhak.js - https://github.com/askupasoftware/mivhak.js - and it is a syntax highlighter/code sandbox for the web. It's a great tool to use when writing documentation or technical tutorials. The problem is that I can't define it as a syntax highlighter, since it is based on another syntax highlighter - Cloud9 Ace Editor.
I thought about referring to it as a "code viewer" or "code embedder" but I think that these definitions are a bit misleading.
Any ideas how I can define it accurately? |
|