Code Monkey home page Code Monkey logo

ziya's Introduction

ziya

✏️ Your local in-browser editor

BCH compliance npm

Şener Şen

User Quickstart

# Install ziya as global
$ npm install ziya -g

# Run ziya
$ ziya

# See what happens in the browser in the address: localhost:5000

Developer Quickstart

# Clone the repository
$ git clone [email protected]:hwclass/ziya.git

# Go to source folder
$ cd ziya/src/

# Install Dependencies
$ npm install

# Run Development Server
$ npm run start:dev

# Build App for Production
$ npm run build

# Run Production Server
$ npm run start:prod

Logo

Coming soon.

Design

Designers wanted!

Change Log

This project adheres to Semantic Versioning.
Every release, along with the migration instructions, is documented on changelog.

Contributors

Meet people who made it possible:

License

MIT

ziya's People

Contributors

altaywtf avatar anonrig avatar atakangktepe avatar hwclass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ziya's Issues

Cannot save changes on file with CTRL+S

Version Number

Ziya: 1.1.8
Node: 6.9.4
npm: 3.10.10
OS: Windows 10 (1607)
Browser: Mozilla Firefox 50.1.0

Test Case

Saving changes in a file

Steps to Reproduce

  1. Open a text file from file tree.
  2. Make some changes.
  3. Press CTRL+S to save.
  4. Check the file contents.

Expected Behavior

The changes must be visible in the file

Actual Behavior

The file is not changed and it is in original state.

Newbie questions!

Hi @hwclass! 👯

I've took a general look at the project and I think it'd be a useful tool for developers. I decided to gather my questions under this issue so we'd have an archive about these discussions.

  • I guess we are going to implement browsing through filesystem feature. I am not experienced with these kind of fs things. Do you recommend any resource so I can dig into it? (by the way, we can create or use a component like this for this feature.)
  • Are we going to implement a code editor (and also a rich text editor other than native contentEditable feature, I guess React doesn't like it much)? (btw I have some experience with Codemirror and react-rte)
  • If we are, how will be the decision process of types of editors we'll be using for various file types?
  • Are we going to show hidden files/folders? 😅
  • I'd be very happy to contribute this project, especially on the unit testing part 😈

We can discuss the roadmap and features we want to have on the first iteration under this issue or Telegram.

add commitizen

1.1.9

Code Example

  • Before committing changes, enter the following line:
git cz

Expected behavior

Some kind of "questionare" appears and asks for the details of the commit

Actual Behavior

git commit

And the usual "style" of committing to the project.

embed reactified editor

Hi @altayaydemir

Do you think that it would be nice to embed codemirror editor with this component? If so, this night I will be implementing this.

Regards

Baris

Fails to run on Windows 10

Version Number

1.1.8

Test Case

Installing and running on Windows 10 (built 1607) with node v0.12.2 and npm v2.7.4

Steps to Reproduce

  1. Used following command to install
    C:\> npm install ziya
  2. In command prompt, type the app name to run
    C:\>ziya

Expected Behavior

Expected to run on Windows 10

Actual Behavior

Crashes with the error displayed below, without further information about a solution or workaround.

C:\Users[removed_for_privacy]\AppData\Roaming\npm\node_modules\ziya\src\server\index.js:25
app.get('/files/:path', (req, res) => {
^^
SyntaxError: Unexpected token =>
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3

add readme info

Here we need the following:

  • A subtitle of the application
  • An animated gif showing the usage
  • Installation and usage steps
  • Contributors list
  • Licence notice

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.