Git Product home page Git Product logo

rinrab / codecell Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 460 KB

CodeCell is a text format for creating tables with data and formulas, which is very useful for viewing and editing files in a plain text editor and storing them using version control systems.

Home Page: https://rinrab.github.io/codecell/

License: MIT License

TypeScript 24.17% JavaScript 73.09% HTML 0.60% CSS 2.14%
excel formula sheet

codecell's Introduction

CodeCell

What is it

CodeCell is a text format for creating tables with data and formulas, which is very useful for viewing and editing files in a plain text editor and storing them using version control systems. The format consists of commands, each of which is an assignment consisting of a left part (cell selector) and a right part (values or formulas), separated by a colon. All cells and ranges of cells are defined using selectors, and values can be numbers, strings or formulas. In addition, you can add comments by starting them with the hash symbol #.

CodeCell example

A1: 1, 2, 3
--: =A1 * 4, =A2 * A1 + 1, 10

It'll render next table

* A B C
1 1 2 3
2 4 5 10

For details see: spec

For developers

  1. Install vscode
  2. Install nodejs
  3. Get working copy from https://github.com/rinrab/codecell
  4. Open working copy in vscode
  5. Open terminal using ctrl+` or View > Terminal
  6. Run command npm run init. It'll install all needed packages and build project
  7. To build full project enter npm run build or press ctrl+shift+b and select npm: build
  8. To start watch typescript press ctrl+shift+b and select project {core | tests | www | vscode-extension}
  9. Start coding!!!

vscode extension

  1. Open /vscode-extension in vscode
  2. Press F5 to run extension

codecell's People

Contributors

rinrab avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.