arnm / cerebro-org-todo

manage org mode todos in cerebro
MIT License
0 stars 0 forks source link

can't bootstrap #10

Open luckydevil13 opened 6 years ago

luckydevil13 commented 6 years ago

export const settings = { todoFile: { type: 'string', description: '/home/andy/org/Getting Started with Orgzly.org' }

npm run start

cerebro-org-todo@0.1.0 start /home/andy/cerebro-org-todo cerebro-scripts start

Start plugin development Create symlink fs.js:1031 return binding.symlink(preprocessSymlinkDestination(target, type, path), ^

Error: ENOENT: no such file or directory, symlink '/home/andy/cerebro-org-todo' -> '/home/andy/.config/Cerebro/plugins/node_modules/cerebro-org-todo'

@arnm, how could I setup?

arnm commented 6 years ago

I updated the readme.

You have to do npm install then npm run start. Then type in plugins and search for "Org Todo" to edit the settings.

I will publish this to npm tomorrow with updated installation instructions.