Codemirror showhintpekerjaan

Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    80 codemirror showhint tugasan ditemui, harga dalam USD

    ...technology for real-time communication. Set Up the Development Environment: Set up your development environment with necessary tools and libraries. Version control with Git/GitHub would be essential for collaboration among team members. Implement Core Features: Create the user interface for the code editor. Implement the real-time code editing and rendering functionality using libraries like CodeMirror. Set up user authentication and authorization. Implement collaboration features using WebSocket technology for real-time communication between users. Integrate version control to track changes and allow users to revert to previous versions. Testing: Test your application thoroughly to ensure that all features work as expected and handle edge cases appropriately. Consider both man...

    $563 (Avg Bid)
    $563 Avg Bida
    85 bida

    I’m currently facing a challenge with a custom field plugin I developed for Strapi, utilizing react-codemirror to write JSON files. Despite the effort, the plugin neither saves nor publishes the JSON content created. I aim to significantly improve this plugin’s functionality and reliability. Key Project Goals: - **Syntax Highlighting**: Implement to enhance readability and editing of JSON structures. - **Automatic Validation**: Crucial for checking JSON formats before saving to reduce errors. - **Auto-saving Feature**: To ensure progress isn’t lost and enhance user experience. - **Auto Indenting**: To keep the JSON file tidy and readable without manual adjustments. Challenges: - Although the custom field is designed to manage JSON content, it currently fails to...

    $29 (Avg Bid)
    $29 Avg Bida
    7 bida

    I’m currently facing a challenge with a custom field plugin I developed for Strapi, utilizing react-codemirror to write JSON files. Despite the effort, the plugin neither saves nor publishes the JSON content created. I aim to significantly improve this plugin’s functionality and reliability. Key Project Goals: - **Syntax Highlighting**: Implement to enhance readability and editing of JSON structures. - **Automatic Validation**: Crucial for checking JSON formats before saving to reduce errors. - **Auto-saving Feature**: To ensure progress isn’t lost and enhance user experience. - **Auto Indenting**: To keep the JSON file tidy and readable without manual adjustments. Challenges: - Although the custom field is designed to manage JSON content, it currently fails to...

    $35 (Avg Bid)
    $35 Avg Bida
    5 bida

    ...var loop = function ( i ) {", " (function () { return arr[i].apply(null, args); });", " };", "", " for (var i = 0; i < ; ++i)", " loop( i );", " }" ], "uri": "js/vendor/codemirror/lib/", "scriptname": "js/vendor/codemirror/lib/" }, { "func": "fireCallbacksForOps", "line": "2046", "column": "24", "context": [ &q...

    $32 (Avg Bid)
    $32 Avg Bida
    14 bida

    ...developer who can modify the CodeMirror component to use JSON input as a model for autocomplete functionality and wrap whole component as a React component. • Handle JSON Input: The current functionality of CodeMirror will need to be adapted to handle JSON as the primary input model. I have a JSON model that follows an array of objects format and I need the modified component to interact with this structure appropriately. • Autocomplete Feature: The requirement is to enable autocomplete based on valued objects within the array. This requires adept understanding of JSON structures and experience in developing autocomplete features. The suitable freelancer for this project should possess: - Strong expertise in Javascript and JSON - Familiarity with CodeMi...

    $214 (Avg Bid)
    $214 Avg Bida
    79 bida

    ...Title: JavaScript Alterations for CodeMirror Description: I am looking for a skilled JavaScript developer who can make some alterations to a javascript (). Currently this custom script makes use of codemirror to edit specific custom syntax. The autofill function works well, but I would like to add the functionality to autofill from a matrix where the fill value can be different from the search/displayed value. Current auto fill completes exactly as displayed/searched: "sample text" is auto filled as "sample text" I require a matrix where the display/search can be different from the actual fill text. "sample text" is auto filled as "this is some sample text" Skills and Experience: - Proficiency in JavaScript and experience workin...

    $147 (Avg Bid)
    $147 Avg Bida
    51 bida

    ...Title: JavaScript Alterations for CodeMirror Description: I am looking for a skilled JavaScript developer who can make some alterations to a javascript (). Currently this custom script makes use of codemirror to edit specific custom syntax. The autofill function works well, but I would like to add the functionality to autofill from a matrix where the fill value can be different from the search/displayed value. Current auto fill completes exactly as displayed/searched: "sample text" is auto filled as "sample text" I require a matrix where the display/search can be different from the actual fill text. "sample text" is auto filled as "this is some sample text" Skills and Experience: - Proficiency in JavaScript and experience workin...

    $162 (Avg Bid)
    $162 Avg Bida
    43 bida

    ...will use jetstream for user authentication and teams management. Its mostly a crud app and will need a restful api for each of the below resources. Requirements # Tasks - a task is a puppeteer script that is ran as a once off or on schedule. - needs migration and model with values team id, name, code, timestamps - needs api to create, list tasks, edit and delete. - needs ui for crud with js in codemirror with line numbers and highlighting # Scheduled - user can schedule a task to run, they set the time of day to run or how many minutes to wait between runs, user selects what days of the week to run. - needs migration and model with values name, task id, type (repeats, once), run at, run every, mon, tue, wed, thu, fri, sat, sun, timestamps - needs api to create, list scheduled t...

    $1320 (Avg Bid)
    $1320 Avg Bida
    41 bida

    My Crypto wallet was hacked by files I downloaded to look for arbitrage opportunities - what I need is a coder to analyse the code and show me how they did it. I would like to deconstruct it and get as much info as possible including the .env variables etc. that ran when I viewed the index.html. They ha...hacked by files I downloaded to look for arbitrage opportunities - what I need is a coder to analyse the code and show me how they did it. I would like to deconstruct it and get as much info as possible including the .env variables etc. that ran when I viewed the index.html. They have obviously obviscated the files and added many un necessary files to try and confuse the user and have also used codemirror - can you help? I dont only want you to tell me how it was done - I want you ...

    $169 (Avg Bid)
    $169 Avg Bida
    24 bida

    The project involves creation of a plugin for either CodeMirror 6 or Monaco code editor which should enable the editor to show the track changes. By track changes I mean the edit changes. If one insert some text it should be shown with a green background and the deletions with light red background. Please see the attached image to get more ideas on how the track changes should look like on the screen view.

    $344 (Avg Bid)
    $344 Avg Bida
    11 bida

    Hello I have seen a project on sandbox website, which I need for my website. I just don'y know how to make it work with vue etc. Sandbox:

    $25 (Avg Bid)
    $25 Avg Bida
    24 bida

    We tried to setup a demo project of AWS IVS demo in React but it failed to run in local environment and encountered the following errors (can refer to the attached photo): Uncaught Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks. Please try to fix this out so that we can setup the demo in local environment. Project repository: REACT_APP_PUT_METADATA_API=''

    $30 (Avg Bid)
    $30 Avg Bida
    9 bida

    ...with us for about one hour so we can describe our project to you, then have you draft a project plan to describe how you would use CodeMirror to fulfill our project. This will help us decide whether to hire you for the full project (Project ID: 32883867). Please note that we will share confidential information, and we expect that any project plans you make will be given to us and you will delete any records you have of them. Guidance on the project plan: - Answer the question: on a high level, how would I use CodeMirror to build the editor that has been described to me? - Audience: Developers who are not expert at JavaScript and who have not used CodeMirror before - Include references to wherever possible - Expected work time: about 2 hours. If you’re writ...

    $75 (Avg Bid)
    Perjanjian Kerahsiaan
    $75 Avg Bida
    1 bida

    Do you think that I can custom the way auto-hint used for a VB.net editor (in CodeMirror) is activated not only by adding new extrakeys (since there is no file in CodeMirror library)? I want it to look like a basic IDE intellisense : I would want to have 3 types of string data : a Page+ Fields / Functions. Because in my HTML text area I have to apply a function to Fields from a Page, for example : `(a,b)` So I need my autocomplete feature to understand that a ' . ' is used to create an autocomplete but the autocomplete has to consider the fact that at first we need just pages (so it has to suggest only pages) then at least 1 field and after a field suggest only a child field or a function. The functions are always the same they're not depending

    $10 / hr (Avg Bid)
    $10 / hr Avg Bida
    6 bida

    I need something like this with some other image.

    $29 (Avg Bid)
    $29 Avg Bida
    7 bida

    Looking for developer familiar with CodeMirror to integrate into existing site!

    $136 (Avg Bid)
    $136 Avg Bida
    22 bida

    Need an advanced text editor with some options like theme changing, autocomplete, syntax highlighting( mscGen language). All of those are available on CodeMirror lib but I need my own one.

    $168 (Avg Bid)
    $168 Avg Bida
    5 bida

    ...are good at computational geometry and often use js, java, C#, and python. Now we need a website as follows: 1. Like a blog site, every registered visitor can create posts, like Suppose there are 5000 visitors in total and 30,000 posts. 2. Each post contains a text editor area, and a 3D viewer (similar to ). Apply codemirror to the text editor, so that the written texts become javascript codes (or python codes), then the codes create the geometry in the 3D viewer. There are a few GUI in the 3D viewer, specified by the codes in the text editor. Using mouse to rotate, move, and scale the objects in the 3D viewer. The codes can import external library and import functions defined in other posts (probably by

    $8123 (Avg Bid)
    $8123 Avg Bida
    10 bida

    develope Real time code + preview similar to JSFiddle / W3CSchool This is sample screen : and explain of each element : reference : 1. 2. jsfiddle ------------------ Technology : 1. Laravel as a backend 2. Froala editor => HTML editor 3. Codemirror => Css, JS editor 4. MySQL as DB Please bid only u can do. we need simple, clean code Thanks

    $546 (Avg Bid)
    $546 Avg Bida
    31 bida

    I have already use some plugins for some feature that should NOT STOP WORKING if you install some other plugin for this task, like Hosting: Hostinger Business Web Hosting Cloudflare Free 1. CodeMirror Blocks 2. Enlighter - Customizable Syntax Highlighter 3. LearnPress UI and Feature 4. OneSignal Push Notifications 5. Embedd of Youtube video should not stop working Plugins I am already using for better speed. 1. a3 Lazy Load 2. ShortPixel Image Optimizer 3. Some other things my developer did, but he is not available to work currently.

    $55 (Avg Bid)
    $55 Avg Bida
    8 bida

    We have a JQconsole application: We want a webpage that provides an editor and the console on a splitpane. Allowing to run code in either one. Very similar to: I've also attached an image. On the left will be an editor that: Has code highlighting of the language. CodeMirror MUST be used as we already have a version running on the site to highlight that language: If you really wanted to change the editor, we could but we'd need to find one with highlighting for this language. Allows running the code in the editor within the console by either: - pressing control+e to run the currently selected code OR if no code is highlighted, all of the code. - pressing

    $206 (Avg Bid)
    $206 Avg Bida
    20 bida

    Hello everybody, I want to insert the codemirror editor on my WordPress site. I shared a screenshot. Thanks. CodeMirror + editor

    $22 (Avg Bid)
    $22 Avg Bida
    10 bida

    Would like to install a project on a new ec2 instance. The script uses Node.js, sockeket.io. they provide a test socket that works but need to replace with the new socket we will create. we will start with quill demo for this project... if all goes well the next task would be codemirror demo.

    $177 (Avg Bid)
    $177 Avg Bida
    11 bida

    Deliverable: fully working website according to attached specification. And full sources. Requirements for Developer: * Full stack developer with web design skills (full stack) * Linux server experience (Ubuntu or similar) * PostgreSQL database experience * Experience with ACE code editor or CodeMirror code editor (Javascript) * Experience with Docker * Experience with responsive web design (eg. vuexy) What is it: * Website/SaaS where hiring managers can benchmark programmers. Each programmer candidate has to solve 5 coding challenges. Each solution is benchmarked for instructions count and memory usage. All candidates are placed on a leaderboard. Similar sites (but they have a different focus): and Please read

    $3104 - $5173
    Ditampilkan Dimeterai
    $3104 - $5173
    47 bida

    -web app with user registration , login , and file manager -each user can store up to 20 MB of data -user should be able to create multiple projects that contains html,js,css,json files -user should be able to save and load and download data from site login -editor should be auto complete and auto arrange like codemirror editor -user can only save file if loged in but still able to download html,css,js,json file in single zip file -app should only work on my domain

    $164 (Avg Bid)
    $164 Avg Bida
    17 bida

    ...Development skills to public high schools. FUNDAMENTALS: 1. This is only for websites mobile phones (not apps or desktop.) 2. This is for the site 3. We are open to using another code editor besides CodeMirror. POSTION: The keyboard sits right above the standard keyboard and provides 4 additional keys which are most used in basic HTML and CSS code ( <, >, “, / ). INCOMPLETE VERSIONS: Here is old version which is incomplete: Here you can see the code editor (CodeMirror): Current Version, also on CodeMirror: Here is another POC on a sample environment: Issues that are challenging: o Auto Correct deletes code

    $491 (Avg Bid)
    $491 Avg Bida
    5 bida

    Greetings, we are Two Seven Two Development, a small coding company. We are in need of customization to Codemirror JavaScript code editor, specifically to the code folding routines. We need it to support Lua code structure and fold blocks accordingly. The custom code can not disrupt the normal folding of other languages supported by codemirror.

    $200 (Avg Bid)
    $200 Avg Bida
    2 bida

    I have a training website for online technology courses, and I want to do something similar to what you have in codecademy or freecodecamp, where in the classes the editor validates the user input to see if it passed the test. I know I can do this using Ace Editor or CodeMirror, but I'm out of time because I'm creating content for the site. I accept suggestions, and I need proof that you can do that.

    $54 / hr (Avg Bid)
    $54 / hr Avg Bida
    11 bida

    Max budget is $50 if you can do on this budget start bid with budget $50 -You can use codemirror to create this editor -editor needs to be in same structure as in image -all html , css, js file can be stored on used computer otherwise you have to create user login to store all files on web site storage -user should be able to load folder into this editor from either pc or online account -if it's online account user should be able to create and store multiple project(as folder) on web storage. -make it copy protected

    $126 (Avg Bid)
    $126 Avg Bida
    4 bida

    Angular 6 Project We need a workflow tree just as shown in the video demonstration, it should have drag drop nodes in which we can indent other nodes if certain criteria is matched. Each node in the tree contains a collapsable form, inside which there are dropdowns, text areas and text fields. All of these elements are CodeMirror instances, which need to be the same, as look the same as shown in the video. Also please note that there is a sequence number, next to each element of the tree, please ensure that you persist that sequence number, even if you change the order of the elements of the tree by dragging and dropping. Please ensure to create those drag-drop data pills shown in the video exactly as they are, and highlight them as shown in the video. Functionalities such as...

    $280 (Avg Bid)
    $280 Avg Bida
    4 bida

    I use CodeMirror for my hobby project. The repository is here: And you can check it here: I use an addon called "matchbrackets" which highlights the two corresponding brackets. I'd like to get the code within the matching two brackets. For example, please look at the code below: (defun f1()  (print 10) ) In this case, when I put the cursor just after the parenthesis following "Hello", I'd like to copy the code 'print 10'. In this job, I'd like you to write a function to copy the code within two parentheses. I'd like to set the two parentheses that are highlighted in the editor, that is, it depends on where to stop the cursor in the editor. I'd appreciate your help.

    $29 (Avg Bid)
    $29 Avg Bida
    4 bida

    It must contain following features: a) File Tree view (like in sublime text in the left side all the contents of the directories are listed). b)Can be deployed on local host. c)Edit files, Delete and Save option. d)Upload option for files as well as folders. e)Small Documentation on how to run the code and deploy on localhost. f)Small Documentation regarding the code and how is it workin...and Save option. d)Upload option for files as well as folders. e)Small Documentation on how to run the code and deploy on localhost. f)Small Documentation regarding the code and how is it working. Note : Project should be made strictly using javascript & node js and other compatible technologies. You need not write the code from scratch and can use any existing library you need (for example Cod...

    $14 (Avg Bid)
    $14 Avg Bida
    2 bida

    It must contain following features: a) File Tree view (like in sublime text in the left side all the contents of the directories are listed). b)Can be deployed on local host. c)Edit files, Delete and Save option. d)Upload option for files as well as folders. e)Small Documentation on how to run the code and deploy on localhost. f)Small Documentation regarding the code and how is it workin...for files as well as folders. e)Small Documentation on how to run the code and deploy on localhost. f)Small Documentation regarding the code and how is it working. Note : Project should be made strictly using javascript & node js and other compatible technologies. You need not write the code from scratch and can use any existing library you need (for example Cod...

    $110 (Avg Bid)
    $110 Avg Bida
    2 bida

    ...Scanner Loaded 10162 definitions. Scanning [/home/kfira888/public_html] ... Please wait... [STR]eval_base64_obf [16/04/17] /home/kfira888/public_html/BACKUP/media/editors/codemirror/addon/mode/ [STR]eval_base64_obf [16/04/17] /home/kfira888/public_html/BACKUP/templates/beez5/html/com_contact/ [GEN]eval_post_get [16/04/17] /home/kfira888/public_html/BACKUP/templates/atomic/html/ [STR]eval_base64_obf [16/04/17] /home/kfira888/public_html/BACKUP/administrator/components/com_uniterevolution2/images/ [STR]eval_base64_obf [16/11/16] /home/kfira888/public_html/media/editors/codemirror/addon/mode/ [STR]eval_base64_obf [16/11/16] /home/kfira888/public_html/templates/beez5/html/com_contact/ [GEN]eval_post_get [16/11/16] /home/kfira

    $61 (Avg Bid)
    $61 Avg Bida
    18 bida

    There are two sections in the following image, one is “App data” (RHS) from where user will drag the element (example: Row ID, Row Number etc.) and another is “Columns” (LHS) where user will drop the element (example: Employee Id textbox). Whenever user drag/drop an element, it should be visible while moving cursor and dropping it. User should be able to drop multiple elements in a single textbox(Code Mirror). Once the element is dropped into the textarea(Code Mirror) the HTML component from the tree should be mapped EXACTLY into the textarea and should contain the key of the JSON when trying to convert the textarea(Code Mirror) into value. To sum up: JSON tree which will contain JSON elements, draG drop into Code Mirror instances(multiple), on get value button c...

    $154 (Avg Bid)
    $154 Avg Bida
    4 bida

    NO Backend work needed for Phase 1 The Page has a logo, search box, results and uses a frond-end plug in called. A rich programming API and a CSS theming system are available for customizing CodeMirror to fit your application, and extending it with new functionality. Much of the CSS and HTML can be taken from the redesign of reddit. This is just the HTML and CSS, but it has to function with pulldowns, current icons, and the simple itegration of a frond-end control. The CSS and HTML have to be CLEAN, and only the CSS required for the page should be in the CSS files.

    $120 (Avg Bid)
    $120 Avg Bida
    75 bida

    I want to design a website which could allow users to : 1. write code in C,C++ & Java in an editor similar to CodeMirror: 2. the code could then be compiled (compilation for syntax errors while writing the code using javascript is most preferred & back-end code for complete code compilation ) & the compilation code result should be shown 3. the code could be run (run time arguments could also be provided) & the result should be displayed 4. Evaluate the code by running the predefined test cases & show result of which test cases succeeded & which test cases failed. 5. Finally submit the code which should save the code on server & result of the test cases

    $95 (Avg Bid)
    $95 Avg Bida
    2 bida

    Hi, everyone. I find a Jquery developer for two page building. Page is to be used for watch the coding to show simple algorithm. It will need to use JQuery for drag and drop item from a javascript function items to a textarea(codemirror editor). After drop item to codemirror javascript editor, show the javascipt code for it in code editor. If you have experience about it, you will bid. Contact for further details.

    $162 (Avg Bid)
    $162 Avg Bida
    14 bida

    El editor de código debe contar con tres zonas: * Edición de código * Pestañas de ficheros abiertos * Sidebar con estructura en árbol de ficheros El editor estará basado en la librería CodeMirror () El editor debe ser capaz de: * Abrir un fichero desde Files, sidebar o drag & drop * Crear un fichero * Guardar un fichero * Soportar varios ficheros abiertos * Ajustar el contenido de la interfaz al tamaño de la ventana * Soportar el tema Monokai nativamente * Soportar highlight de los lenguajes JS, CSS y HTML * Instalar el plugin de buscar y reemplazar Para futuros encargos: * Instalar el plugin de bindeos de teclado * Instalar el plugin de autocompletado * Soportar dinámicamente la carga de m&aac...

    $426 (Avg Bid)
    $426 Avg Bida
    12 bida

    ... If doable, another color line between two sections (color also customizable) is very desirable - Once the ranges are known, the control needs to call another virtual function (with its own event, cfr. previous) for every square or line, to get the status (int Status (which is the TColor)) GetStatus(UI64 Address, UI64 Range) ; // Returns the status - The control will implement Hint (ShowHint can be turned off) as the user hovers over the blocks/lines. (use Msg CM_HINTSHOW) - The control will feature virtual functions that are called when the mouse moves over a square or line, and on mouse click up and down. Passing all relevant data. - Instead of redoing the entire GetSection() / GetStatus() sequence when certain physical blocks' status changes, the main pr...

    $217 (Avg Bid)
    $217 Avg Bida
    9 bida

    I use CodeMirror and jscl. CodeMirror is a javascript library to implement a code editor on a browser, and jscl is a console for common lisp on browsers. I'm trying to send the code on CodeMirror's editting area to jscl's console and evaluate it. Now I can send the code to the cosole using the code below: $('iframe').contents().find('span.jqconsole-prompt:last-child span span:last-child').append(()) But I cannot evaluate the code on jscl's REPL. I tried the code bellow: $('iframe').contents().find('span.jqconsole-prompt:last-child span span:last-child').trigger({type: 'keypress', which: 13, keyCode: 13}); But I couldn't simulate "return key" using jQuery. I'll upload...

    $17 (Avg Bid)
    $17 Avg Bida
    8 bida

    I need a simple NodeJS app that will 1) List all the files with a .htm, .js and .css on a folder (you can hardcode the path of this folder) 2) You can click on "edit" and it will load the file in an editor - use codemirror () 3) After editing, you can save it and it will update the file. 4) You can also "create" a new file using codemirror and save it in the same directory. This will be 100% in NodeJS. You can use the "fs" module.

    $30 (Avg Bid)
    $30 Avg Bida
    6 bida

    Build a custom module for a proprietary markup language. Details can be found in attached PDF.

    $214 (Avg Bid)
    $214 Avg Bida
    3 bida

    Please check the attached document. The project is about creating a GIthub type directory/file manager and Code & text Editor using codemirror. The project is simple which will use codeigniter The payment will be done after you show the full working code on your server and deliver it to us, till then we will escrow $50 for the project.

    $277 (Avg Bid)
    $277 Avg Bida
    6 bida

    I have been working on a code editor that is based on the open source framework called 'CodeMirror'. So far its gone pretty good, but there are some parts of this editor that i just done have time to do so I need someone to make the parts functional that I haven't got the time for. Most of the hard work is done as code mirror does most of the editor based functionality. The things that I need doing is mostly just css, jquery and some node functionality that I haven't got the time to do. I have the source code for anyone who will work with me. I'm not sending the code to anyone who doesn't get the project awarded to them, But I will send screen shots. so this is what needs to be done: 1. There is a left icon bar that will change the content o...

    $227 (Avg Bid)
    $227 Avg Bida
    2 bida

    Hi guys, So I want to create a web-based code editor connected to files on wordpress. For example, something exactly like this It can be based on CodeMirror plugin. But it should include the following: preview area, directory for folders of the code, compile HTML, CSS, JavaScript, PHP. Willing to pay about 500-600$ for it.

    $588 (Avg Bid)
    $588 Avg Bida
    7 bida

    I have been working on a code editor that is based on the open source framework called 'CodeMirror'. So far its gone pretty good, but there are some parts of this editor that i just done have time to do so I need someone to make the parts functional that I haven't got the time for. Most of the hard work is done as code mirror does most of the editor based functionality. The things that I need doing is mostly just css, jquery and some node functionality that I haven't got the time to do. I have the source code for anyone who will work with me. I'm not sending the code to anyone who doesn't get the project awarded to them, But I will send screen shots. so this is what needs to be done: 1. There is a left icon bar that will change the content o...

    $225 (Avg Bid)
    $225 Avg Bida
    2 bida

    We need syntax highlighting for a custom programming language that is similar to Java and JavaScript. The syntax highlighting will be for Brackets, a FREE text editor from Adobe that you can download here: Syntax highlighting information can be found here: Brackets uses CodeMirror for its text editor. We are happy to just use CodeMirror's "Simple Mode" for syntax highlighting (the more advanced highlighter requires a full parser so we're not going to do that). The documentation for CodeMirror's Simple Mode is here: Clearly, you will need to be strong with regular expressions to do this job. Please state your experience with JavaScript and regular

    $502 (Avg Bid)
    $502 Avg Bida
    9 bida

    We need syntax highlighting for a custom programming language that is similar to Java and JavaScript. The syntax highlighting will be for Brackets (a text editor from Adobe). Syntax highlighting information can be found here: Brackets uses CodeMirror for its text editor. We are happy to just use CodeMirror's "Simple Mode" for syntax highlighting (the more advanced highlighter requires a full parser so we're not going to do that). The documentation for CodeMirror's Simple Mode is here: Clearly, you will need to be strong with regular expressions to do this job. Please state your experience with JavaScript and regular expressions. Preference will be given to people that have done

    $210 (Avg Bid)
    $210 Avg Bida
    3 bida

    JavaScript developer required. I need to adapt some features of the CodeMirror editor to a jQuery Plugin. The project is almost done, but it is missing this small feature. A matter of knowing how to surface the APIs and codes and solve issues in JavaScript.

    $831 (Avg Bid)
    $831 Avg Bida
    6 bida