Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Journal tasks are not appearing in board #304

Open
eyaleizenberg opened this issue Jan 30, 2018 · 5 comments
Open

Journal tasks are not appearing in board #304

eyaleizenberg opened this issue Jan 30, 2018 · 5 comments

Comments

@eyaleizenberg
Copy link

.imdoneignore

src
src/**/*
test
test/**/*

.imdone/config.json

{
  "exclude": [
    "^(node_modules|bower_components|\\.imdone|target|build|test|dist|logs|flow-typed)[\\/\\\\]?|\\.(git|svn|hg|npmignore)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$"
  ],
  "watcher": true,
  "keepEmptyPriority": false,
  "code": {
    "include_lists": [
      "TODO",
      "DOING",
      "DONE",
      "PLANNING",
      "FIXME",
      "ARCHIVE",
      "HACK",
      "CHANGED",
      "XXX",
      "IDEA",
      "NOTE",
      "REVIEW",
      "TODO",
      "BACKLOG",
      "BACKLOG",
      "DOING",
      "DONE"
    ]
  },
  "lists": [
    {
      "name": "TODO",
      "hidden": false
    },
    {
      "name": "DOING",
      "hidden": false
    },
    {
      "name": "DONE",
      "hidden": false
    }
  ],
  "marked": {
    "gfm": true,
    "tables": true,
    "breaks": false,
    "pedantic": false,
    "smartLists": true,
    "langPrefix": "language-"
  }
}

2018-01-30.md

- #TODO: Wrap in phase5 experiment +PremiumAlerts
- #TODO: Send BI events for open/CTA +PremiumAlerts
@piascikj
Copy link
Member

Are you using the project journal?

@piascikj
Copy link
Member

Looks like a bug when you first create the project journal folder. I'll get this fixed soon, but if you restart atom it will recognize the tasks in that folder going forward.

@eyaleizenberg
Copy link
Author

Restarting doesn't help

@eyaleizenberg
Copy link
Author

eyaleizenberg commented Jan 31, 2018

It's the global journal

@piascikj
Copy link
Member

piascikj commented Jan 31, 2018

@eyaleizenberg Are you opening the global journal kanban?
Try opening the global journal with alt(opt)+j. Save the file. Then with the cursor in the file for editing press alt(opt)+t.
If this doesn't work, can you send me a screenshot of the imdone kanban?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants