Page 1 of 1

[Editing]Text format and bullet list

Posted: Thu Nov 03, 2011 9:12 pm
by Thomas Lohrum
When the line wraps, text in the new line should appear with indent, e.g.

* This is line one and it wraps now,
__and the text starts correctly indented.

Wrong - 1.5.1

* This is line one and it wraps now,
but the text starts at pos 1.

Re: [Editing]Text format and bullet list

Posted: Thu Nov 03, 2011 10:26 pm
by Thomas Lohrum
There should also be an option to start a new paragraph to the same bullet, which is usually done by Shift+Enter in most word processors.

Re: [Editing]Text format and bullet list

Posted: Fri Nov 04, 2011 7:37 am
by CintaNotes Developer
When the line wraps, text in the new line should appear with indent


I agree, but unfortunately implementing this will be difficult since CintaNotes does not
rely on RichEdit features for lists and implements lists via inserting bullets/numbers as
text. :( This can be done either by reverting the approach and using richedit features
(however Ctrl+C won't copy bullets as text, and it will not be easy to display them in
note preview), or I'd have to turn off standard line-wrapping and implement my own.

Registered on the roadmap:
http://roadmap.cintanotes.com/topic/79776-/

There should also be an option to start a new paragraph to the same bullet,
which is usually done by Shift+Enter in most word processors.

On a positive note, this will be easy to implement and will most probably be
included into the next update.

Registered on the roadmap:
http://roadmap.cintanotes.com/topic/797 ... list-item/