Closed krnekhelesh closed 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
Ok, done ;)
Can you close a bug after you push the code to trunk? This way a user can test it also confirm if necessary.
There are some small bugs to fix. Give me some time and I'll push
Try it :)
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
In MainPage around line 9 is deleteDatabase() commented?
not commented
Ok, commented it and try again
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.