All Projects β†’ ShaiMesisterano β†’ BlindJS

ShaiMesisterano / BlindJS

Licence: MIT license
BlindJS is a Javascript library that allows blind typing of pre-defined code. So stop worrying about writing valid code and start typing fast as hell!

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to BlindJS

language-tools
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Stars: ✭ 159 (+1035.71%)
Mutual labels:  vscode-extension
powerplatform-vscode
The Power Platform VSCode extension makes it easy to manage Power Platform environments and allows the developer to create, build and deploy Power Platform solutions, packages and portals.
Stars: ✭ 74 (+428.57%)
Mutual labels:  vscode-extension
vscode-vtools
A collection of small tools for Visual Studio Code.
Stars: ✭ 20 (+42.86%)
Mutual labels:  vscode-extension
lix.vscode
Visual Studio Code extension for lix
Stars: ✭ 16 (+14.29%)
Mutual labels:  vscode-extension
niconico-speenya
Google Chromeでニコニコするや぀
Stars: ✭ 85 (+507.14%)
Mutual labels:  presentation
vscode-chat
Chat with your team while you collaborate over code using VS Live Share
Stars: ✭ 496 (+3442.86%)
Mutual labels:  vscode-extension
pine-script-syntax-highlighting
Syntax Highlighting for Pine Script
Stars: ✭ 58 (+314.29%)
Mutual labels:  vscode-extension
2019-winter-Haskell-school
2019 winter Haskell school in Sydney Australia
Stars: ✭ 17 (+21.43%)
Mutual labels:  lecture
getx snippets extension
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 142 (+914.29%)
Mutual labels:  vscode-extension
DataverseDevTools-VSCode
The all-in-one tool to develop code for Dataverse/Dynamics 365. Helps you connect to a Dataverse environment, generate TypeScript definitions for entities, create a different type of Dataverse-specific projects, and much more.
Stars: ✭ 18 (+28.57%)
Mutual labels:  vscode-extension
vscode-appsync-resolver-autocomplete
Adds autocomplete functionality to vscode when editing AWS AppSync resolver vtl files.
Stars: ✭ 21 (+50%)
Mutual labels:  vscode-extension
vscode-ibmi
IBM i development extension for VS Code
Stars: ✭ 122 (+771.43%)
Mutual labels:  vscode-extension
robotframework-preso
Introduction to Robot Framework - TriTAUG Presentation
Stars: ✭ 16 (+14.29%)
Mutual labels:  presentation
vscode-guides
An extension for more guide lines
Stars: ✭ 64 (+357.14%)
Mutual labels:  vscode-extension
vscode-luogu
Solve Luogu Problems in VSCode
Stars: ✭ 62 (+342.86%)
Mutual labels:  vscode-extension
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+478.57%)
Mutual labels:  vscode-extension
brackets-compare
Brackets extension to diff files.
Stars: ✭ 49 (+250%)
Mutual labels:  brackets-extension
agda-mode-vscode
agda-mode on VS Code
Stars: ✭ 112 (+700%)
Mutual labels:  vscode-extension
quit-control-vscode
➑️ Stop mistyping keyboard shortcuts and quitting VSCode unintentionally
Stars: ✭ 37 (+164.29%)
Mutual labels:  vscode-extension
GeckoDownloadManager
🐸 Gecko Download Manager is a Chrome Extension that improves downloading lectures πŸ’Ύ from the Echo360 System.
Stars: ✭ 44 (+214.29%)
Mutual labels:  lecture

BlindJS Logo

The no code mistakes tool for presenters

BlindJS is an extremely useful tool for lectures, lessons and presentations.
It allows you to write code samples quickly and without any chance for mistakes.
BlindJS is a Javascript library that replaces content with pre-defined code in your code editor or web page.

How To Use BlindJS In VSCode?

Watch a 1:30 video: https://www.youtube.com/watch?v=zoC78I4eF4o

Commands

Show the code - right click and "Open With BlindJS"

Go back to regular editing - right click and "Terminate BlindJS"

How To Install BlindJS In VSCode?

Open VSCode and type ctrl+P and type ext install ShaiMesisterano.blindjs

How To Use BlindJS In The Browser?

  1. Include lib/blind.min.js before </body>
  2. Create a wrapper and insert your code:
        <div id="divElement">
            function func(){
                alert("Super Awesome!");
            }
        </div>
                        
  3. Add textarea placeholder:
        <textarea id="textareaElement">
        </textarea>
                        
  4. Start BlindJS with reference to an input text ∧ output element:
        BlindJS.start({
        input: divElement.innerText,
        output: textareaElement
        });
                        

About

BlindJS was created by Shai Mesisterano and is licensed under MIT.

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].