You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the comment on that line mentions that bullet points disappear when splitting lines.
there's probably more to it though since there can be bold text, striked out text and other forms of formatting which will probably be completely invisible to the terminal.
The only way this could be fixed is if the dbus API provided some way to get the note contents with all markup for the formatting. Then we could use the version with markup for the edit action.
The text was updated successfully, but these errors were encountered:
I've just tried using the edit subcommand with gnote and was surprised by the result:
Both of those details are linked to what the following returns:
In the Scout.get_note_content method, the two things are visible:
https://github.com/lelutin/scout/blob/master/src/scout/core.py#L153
the comment on that line mentions that bullet points disappear when splitting lines.
there's probably more to it though since there can be bold text, striked out text and other forms of formatting which will probably be completely invisible to the terminal.
The only way this could be fixed is if the dbus API provided some way to get the note contents with all markup for the formatting. Then we could use the version with markup for the edit action.
The text was updated successfully, but these errors were encountered: