imdone / imdone-atom

imdone-atom has been archived
https://imdone.io/docs
MIT License
222 stars 18 forks source link

Cann't open journal #170

Open rayk opened 8 years ago

rayk commented 8 years ago

@piascikj I can not seem to open the the journal... I just get the message it can not find the markdown file. I am assuming if the file does not exist it would create it.

Attach screen shot, does show something interesting. The actual project directory is ~/Projects/bodhi . By it is attempt in open in another directory ~/Project/banyan/notes . This directory but it is totally unrelated to project I have loaded. Deleting ~/Projects does not appear to help I have. But after hunting looking at the config.cson file I found the following entries.

screen shot 2016-10-31 at 12 52 49 pm

"imdone-atom":
    showNotifications: true
    showTagsInline: true
    todaysJournal:
      directory: "~/Projects/banyan/notes"
 "imdone-atom-beta":
    showNotifications: true
    showTagsInline: true
 "imdone-atom-github":
    accessToken: "#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*"
    defaultIssueMetaKey: "chore"

After changing directory: "~/Projects/banyan/notes" to ``` directory: "~/Projects/bodhi/notes" I get the same problem, just this time in it trying the correct place. I also don't think it is permissions, the bodhi direct is drwxr-xr-x.

piascikj commented 6 years ago

@rayk Is this still an issue?