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.
[Editing]Text format and bullet list
Forum rules
1. Please keep it one request/suggestion per topic.
2. Please mark the requests with the following tags:
[Startup] - issue related to the program's startup or shutdown process;
[Taking] and [Clipping] - related to acquiring/creating notes (excl. editing);
[Viewing] - related to notes list browsing and reading;
[Editing] - related to the process of editing new and existing notes;
[Search] - related to note searching and finding;
[Managing] - related to note organization and management;
[Reordering/Sorting] - related to sorting or reordering the notes list;
[Clipboard] - clipboard operations;
[Import] and [Export] - issue related to bulk notes import/export;
[Globalization] - issues related to multiple languages/cultures support;
[Files] and [Backup] - file operations,notes back-end and backup;
[UI] - UI issues which don't fall into any of the above categories;
[Other] - other issues which don't fall into any of the above categories.
Thank you!
1. Please keep it one request/suggestion per topic.
2. Please mark the requests with the following tags:
[Startup] - issue related to the program's startup or shutdown process;
[Taking] and [Clipping] - related to acquiring/creating notes (excl. editing);
[Viewing] - related to notes list browsing and reading;
[Editing] - related to the process of editing new and existing notes;
[Search] - related to note searching and finding;
[Managing] - related to note organization and management;
[Reordering/Sorting] - related to sorting or reordering the notes list;
[Clipboard] - clipboard operations;
[Import] and [Export] - issue related to bulk notes import/export;
[Globalization] - issues related to multiple languages/cultures support;
[Files] and [Backup] - file operations,notes back-end and backup;
[UI] - UI issues which don't fall into any of the above categories;
[Other] - other issues which don't fall into any of the above categories.
Thank you!
-
- Posts: 1324
- Joined: Tue Mar 08, 2011 11:15 am
-
- Posts: 1324
- Joined: Tue Mar 08, 2011 11:15 am
Re: [Editing]Text format and bullet list
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.
- CintaNotes Developer
- Site Admin
- Posts: 5005
- Joined: Fri Dec 12, 2008 4:45 pm
- Contact:
Re: [Editing]Text format and bullet list
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/
Alex