ctriantaf / cnotes-ubuntu-touch

CNotes - Ubuntu Touch
2 stars 0 forks source link

[Note Enhancement] Add support for markdown #12

Closed krnekhelesh closed 11 years ago

krnekhelesh commented 11 years ago

It is natural for users to want to edit their text style to bold, italics, underline etc. This can provide a powerful enhancement to the notes feature. One way of doing this is by using markdown syntax or html tags
etc.

ctriantaf commented 11 years ago

I was able to add Markdown support for the TextField but it seems that TextArea (note's body) doesn't support rich text... It says at the docs that it supports but I can't get it to work

ctriantaf commented 11 years ago

Ok, done ;)

krnekhelesh commented 11 years ago

Can you close a bug after you push the code to trunk? This way a user can test it also confirm if necessary.

ctriantaf commented 11 years ago

There are some small bugs to fix. Give me some time and I'll push

ctriantaf commented 11 years ago

Try it :)

krnekhelesh commented 11 years ago

I get an error message when trying to run it. file:///home/krnekhelesh/AppShowdown2013/cnotes-ubuntu-touch/Storage.js:23: Error: no such table: categories Unable to execute statement

It opens the app, but I cannot save any note. It gives error file:///home/krnekhelesh/AppShowdown2013/cnotes-ubuntu-touch/CreateNotePage.qml:32: TypeError: Cannot read property '0' of undefined

ctriantaf commented 11 years ago

In MainPage around line 9 is deleteDatabase() commented?

krnekhelesh commented 11 years ago

not commented

ctriantaf commented 11 years ago

Ok, commented it and try again