All Projects → unsafecast → WordIDE

unsafecast / WordIDE

Licence: MIT license
A tool that helps you write code in your favorite IDE: your word processor!

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to WordIDE

Elementary Ide
An unofficial elementary OS (Vala) oriented IDE.
Stars: ✭ 75 (+102.7%)
Mutual labels:  programming, ide
kodbox
kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
Stars: ✭ 1,188 (+3110.81%)
Mutual labels:  ide, text-editor
Robertalab
IMPORTANT: this repository statys for HISTORICAL reasons only. The actively supported repository is "openroberta-lab". In the "develop" branch of this repository please read the files "IMPORTANT_CHANGE.md" and "README.md". Thank you very much.
Stars: ✭ 121 (+227.03%)
Mutual labels:  programming, ide
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (+494.59%)
Mutual labels:  ide, text-editor
codemirror-blocks
A library for building language-specific, CodeMirror-friendly editors that are a11y-friendly.
Stars: ✭ 22 (-40.54%)
Mutual labels:  programming, ide
Fiduswriter
Fidus Writer is an online collaborative editor for academics.
Stars: ✭ 405 (+994.59%)
Mutual labels:  word, text-editor
IcicleDevelop
A freezing cold development environment
Stars: ✭ 16 (-56.76%)
Mutual labels:  ide, text-editor
Liquid
Clojure Text Editor, for editing clojure code and markdown. Written entirely in Clojure with inspiration from Emacs and Vim.
Stars: ✭ 859 (+2221.62%)
Mutual labels:  ide, text-editor
openroberta-lab
The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based applica…
Stars: ✭ 98 (+164.86%)
Mutual labels:  programming, ide
LangPad
A word processor/dictionary/generally useful tool for linguistics.
Stars: ✭ 20 (-45.95%)
Mutual labels:  text-editor, word-processor
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (+316.22%)
Mutual labels:  ide, text-editor
goneovim
A GUI frontend for neovim.
Stars: ✭ 1,721 (+4551.35%)
Mutual labels:  ide, text-editor
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+30889.19%)
Mutual labels:  ide, text-editor
Ted2Go
Ted2Go IDE is a leading IDE for Monkey2 programming language. Written on Monkey2! Based on original Ted2.
Stars: ✭ 16 (-56.76%)
Mutual labels:  programming, ide
Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+3097.3%)
Mutual labels:  ide, text-editor
Pylon
Pylon IDE, a Cloud9 v2 descendant with some added extras and support for modern node >= 10.20.1 (including v11.x, v12.x, v13.x, v14.x, v15.x). OSS licensed.
Stars: ✭ 156 (+321.62%)
Mutual labels:  programming, ide
Slingcode
personal computing platform
Stars: ✭ 277 (+648.65%)
Mutual labels:  ide, text-editor
Kodexplorer
A web based file manager,web IDE / browser based code editor
Stars: ✭ 5,490 (+14737.84%)
Mutual labels:  ide, text-editor
Neovim-Studio
Neovim turned full-blown IDE
Stars: ✭ 30 (-18.92%)
Mutual labels:  ide, text-editor
zee
A modern text editor for the terminal written in Rust
Stars: ✭ 1,120 (+2927.03%)
Mutual labels:  ide, text-editor

WordIDE

Have you ever wondered: How would it feel like to write code in a word processor? Me neither. But after monthsminutes of planning, I present to you (drum rolls)... WordIDE!

WordIDE Screenshot

Write your code in any word processor, and WordIDE will convert it to plain text, so that your dumb compiler understands it. It's as simple as

$ wide compile test.odt

Advantages

  • Color your code manually
  • Use any fonts
  • Use any text size
  • Use any word processor

Disadvantages

  • None

Note that this was a weekend project, so the code is... less than perfect. Still, it does the job. I plan on making it better in the future, and if you feel like fixing it yourself, submit a pull request!

Building

Just make sure you have a Go compiler installed, then run make. If you don't have make installed, you can also do it with go build, but make sure to supply another output binary with -o binary, because the default one conflicts with the package name wordide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].