Giter Club home page Giter Club logo

quihex's People

Contributors

bobmk2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tsuki

quihex's Issues

npm version didn't parse the quiver code block

The code below shows different in quiver-util.js between Github and NPM, it caused quihex won't parse code block in quiver.

// code in npm `quiver-util.js`
obj.content = noteObj.content.cells
        .filter((cell) => {
          return cell.type === 'markdown';
        })
        .map((cell) => {
          return cell.data;
        })
        .join('\n\n');
// code in github `quiver-util.js`
    obj.content = noteObj.content.cells
        .map((cell) => {
          if (cell.type === 'markdown') {
            return cell.data;
          } else if (cell.type === 'code') {
            return `\`\`\`${cell.language}\n${cell.data}\n\`\`\``;
          }
        })
        .join('\n\n');

How about change tagsForNotSync to tagsForSync?

In my option,Quiver is some place to write note,it mean maybe there will have something trifling.But in blog,i will write something serious.So maybe 2 or 3 note will generate one blog article.It will be better,if just need to add a tag for post a article.

npm install fail

I like this tool,but run npm install -g quihex fail.
log:

npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/Cellar/node/5.8.0/bin/node" "/usr/local/bin/npm" "install" "-g" "quihex"
npm ERR! node v5.8.0
npm ERR! npm  v3.7.3
npm ERR! path /usr/local/lib/node_modules/quihex/build/index.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/quihex/build/index.js'
npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/quihex/build/index.js'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/bai/workplace/hexo_blog/npm-debug.log

Test at here also fail.

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.