Felipe Escoto

Results 44 comments of Felipe Escoto

The only reason why not to do it would be to avoid breaking backwards compatibility. I've avoided upgrading the database since the first time it's been released. If you can...

Agreed! I want to make the Spice-Up color picker into it's own "Module" to be able to get the same color picker in both apps

Yeah, that's something that could be done :) It won't make it on the next release since it requires making changes to the database, but languages could be set even...

Yeah, that's on the pipeline! I actually have that written down on the Projects section :) https://github.com/Philip-Scott/Notes-up/projects/2

But you won't loose your current notes, they will be auto-imported when you first start up the app again

yeah, it will give you the newest available version and will import your notes :) and *if* something goes wrong, you can run a `sudo apt-get install notes-up --reinstall` to...

yeah, it looks like you don't have all dependencies installed. You need to install: ``` granite>=0.3 gee-0.8 gtksourceview-3.0 gtk+-3.0 webkit2gtk-4.0 sqlite3>=3.5.9 ``` And you can do it by running `sudo...

Did you get into any issues? Things like not importing or the app crashing?

Ahh i see. That just builds the app. But you need to run `sudo make install` to actually install it I'll update the README in a min

Glad that's working out for you now :) Hope you didn't have any problems with the update