Giter Site home page Giter Site logo

Comments (11)

nswbmw avatar nswbmw commented on May 31, 2024

应该是笔记内包含大的内嵌附件引起的,你看下笔记内容。

from everblog.

itgoyo avatar itgoyo commented on May 31, 2024

嗯,原因是文件太大导致的是么?我笔记里面我是单独出来的一个测试notebook,只有一篇短文章,还有_config.yml,仅仅这两个文件,它不会遍历我其他的笔记本内容吧?

from everblog.

nswbmw avatar nswbmw commented on May 31, 2024

@itgoyo 不会,只会读取 ~/.everblogrc 你配置的笔记本。你可以自己调试下,我的话可能会这样调试:删了那篇短文章,重新创建个笔记随便输入点保存,everblog build

from everblog.

itgoyo avatar itgoyo commented on May 31, 2024

好的,谢谢,我尝试一下您的方法, 如果不行的话,我换一下其他系统环境试试。

from everblog.

itgoyo avatar itgoyo commented on May 31, 2024

我之前的环境是 ubuntu 的环境,看到您教程的截图是在 mac下的我也在 mac 下尝试了,还是报同一个错误。请问您那边的 node版本是多少呢?我这边的是v8.9.4

我还发现一个地方,就是获取token 的地方你给的链接是https://www.evernote.com/api/DeveloperToken.action
我用的是https://app.yinxiang.com/api/DeveloperToken.action因为用 Alfred 的 evernote 有使用到过,所以直接用原来的了,你觉得有没有可能是这个可能?

from everblog.

nswbmw avatar nswbmw commented on May 31, 2024

@itgoyo 印象笔记不支持外链,所以建议用 evernote 国际版,否则 build 后内嵌图片无法正常显示

from everblog.

itgoyo avatar itgoyo commented on May 31, 2024

好的谢谢,这两天申请一下国际版的token,之后我再从头试试。

from everblog.

itgoyo avatar itgoyo commented on May 31, 2024

@nswbmw 您好,刚刚又试了一遍,加上sudo 之后DEBUG=* everblog build,错误变成了

/usr/local/lib/node_modules/everblog/bin/everblog:55
async function showConfig () {
      ^^^^^^^^

SyntaxError: Unexpected token function
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:373:25)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Function.Module.runMain (module.js:441:10)
    at startup (node.js:139:18)
    at node.js:990:3

出现这个的错误的原因可能是哪里呢?
是由于.everblogrc,没写正确么?

from everblog.

nswbmw avatar nswbmw commented on May 31, 2024

升级到 node@8+

from everblog.

itgoyo avatar itgoyo commented on May 31, 2024

你好,请问使用everblog生成的页面中如果想要添加tag标签要怎么做呢,之前如果是.md的话,都会在文章头部写好类似的

---
title: xxx
date: '2017/12/15 18:03:02' 
updated: '2017/12/18 14:38:31' 
tags: 
- deep learning 
- neural network 
---

但是如果使用everblog生成的页面呢?

from everblog.

nswbmw avatar nswbmw commented on May 31, 2024

可以。everblog默认抓了 evernote 笔记自带的 tag,如果你用 everblog-adaptor-hexo,这个里面也会解析头部的信息(你上面贴出来的),然后 merge evernote 返回的 attributes,最终会写回到生成的 md 里,你试试吧

from everblog.

Related Issues (8)

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.