When I write down notes I would like to be able to format my text so it is easier to read.
For example format text copied from emails, write lists, have bold, italic and headlines.
I guess the easiest thing to implement is Markdown syntax? Or maybe the same format bar as in this forum.
As of today this has been implemented. We actually found a better solution than using Markdown. We have added a WYSIWYG HTML editor to notes section. This allows for HTML links, different font sizes, bold, italics and much more. Take a look! More info on our blog as well.
If I stand in the notes section and write a list. if I TAB or
Shift+TAB the focus goes to the textbox for “Name”.
I don’t have options for some kind of size or headlines to help me
sort the notes.
The “Format Block” don’t seam to do anything.
When I stand on a action in the “middle part” and pres Shift+Enter the “marker” still is on the action row and not on the “Notes row”. And if I press arrow down the “marker” jumps to the next action. I have to place the “marker” below the action manually to be able to write the note. Maybe it is because of the WYSIWYG?
I like to use the notes section as a description of the action it self but also as a log what have happened in this action (I think there have been another post about that).
And to be able to use it as a log I’d would like, from the top of my head: lists, headlines, dividers, colors, indents, maybe different font options and erase formatting to default.
I’ll think about it some more and maybe I’ll add some more things. =)
I agree with Markdown! I’ve gotten really comfortable and efficient entering text using Markdown.
I tried copying some of my notes to GTDNext from my previous system and there’s some tools missing from the current editor - like headings, horizontal lines, block quotes, and remove all formatting (having to go into HTML view and manually remove tags is cumbersome).
I do like GTDNext’s table tool though, that’s one thing that’s missing or too limited in a lot other apps.
It would be perfect if I could just copy the raw markdown to GTDNext.
There are some interesting Markdown implementations out there, look at Checkvist and Notejoy. And don’t forget to use a more complete Markdown parser, like Github’s GFM, rather than Gruber’s or CMD’s basic parser.