SolarLune / masterplan

MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
https://solarlune.itch.io/masterplan
508 stars 46 forks source link

Serialize paths relative to the project file. #32

Closed bnpfeife closed 3 years ago

bnpfeife commented 3 years ago

Hi!

Sorry, about creating that other pull-request. I thought that the relative-path feature was not implemented. Upon further inspection, I saw it mentioned within commit messages.

Afterwards, I noticed that MasterPlan wasn't loading images on reload of projects. It looks like it is serializing the paths relative to the CWD instead of the project file. Then it attempts to de-serialize the path relative to the project file.

SolarLune commented 3 years ago

Whoops! You're right, the resource path should be serialized relative to the project path. Thanks!

SolarLune commented 3 years ago

Because of a mistake, I merged this separate from your PR in 1fc5747de8d26da8fdac432859841e76cbbd23aa. Apologies, and thank you, again!