Closed sbrl closed 4 years ago
Thank you for reporting, I don't know how easy this will be to fix... @Waqar144 ?
@sbrl A quick work around is to use * instead of _
Meanwhile I am going to take a look at this. It's probably because spellchecker is parsing the word as later_ instead of just later
Will try to fix this asap so we can have it in today's build
Will try to fix this asap so we can have it in today's build
I also can make another release tomorrow :grin:
Will try to fix this asap so we can have it in today's build
I also can make another release tomorrow grin
Lately we have been making a release everyday :smile:
_italic_
formatting with underscores
(for #1379, thank you @Waqar144)There now is a new release, could you please test it and report if it works for you?
Let's see how the OBS builds work out...
OBS is looking good, thank you @Waqar144!
Yep, that works for me!
Though if I use the _italics_
formatting, the note preview panel decides to display it as an underline instead :confused:
Yep, that works for me!
Though if I use the
_italics_
formatting, the note preview panel decides to display it as an underline instead 😕
Since when?
Howdown is converting _underline_
as underline. For italics best use *italics*
.
Howdown is converting
_underline_
as underline. For italics best use*italics*
.
Well hoedown hasn't been updated in a prettttyyy long time. I will look into this, perhaps we can fix this on our side.
Howdown is converting
_underline_
as underline. For italics best use*italics*
.
@pbek Markdown doesn't have underline support. You have to use \<u> for that. Should I change _word_ behaviour to italic?
Should I change word behaviour to italic?
lol, I made it a setting for https://github.com/pbek/QOwnNotes/issues/1160
Well then let's leave it as it is. An option for everyone :wink:
Yep, that works for me!
Though if I use the
_italics_
formatting, the note preview panel decides to display it as an underline instead confused
@sbrl just disable it in the Settings -> Preview
Ah, I see! Thanks @Waqar144
Expected behaviour
When using italics on more than one word, QOwnNotes should not identify it as a spelling mistake. Example:
In the above example,
text_
will be marked as a spelling mistake. Screenshot:Actual behaviour
It identifies the last word of multi-word italics as a spelling mistake
Steps to reproduce
Output from the debug section in the settings dialog
Debug information
QOwnNotes Debug Information =========================== ## General Info **Current Date**: `Fri Nov 8 11:13:10 2019` **Version**: `19.11.5` **Build date**: `Nov 5 2019` **Build number**: `610` **Platform**: `linux` **Operating System**: `Ubuntu 18.04.3 LTS` **Build architecture**: `x86_64` **Current architecture**: `x86_64` **Release**: `Launchpad PPA` **Qt Version (build)**: `5.9.5` **Qt Version (runtime)**: `5.9.5` **Portable mode**: `no` **Settings path / key**: `/home/bryan-smithl/.config/PBE/QOwnNotes.conf` **Application database path**: `/home/bryan-smithl/.local/share/PBE/QOwnNotes/QOwnNotes.sqlite` **Application arguments**: `QOwnNotes` **Qt Debug**: `0` **Locale (system)**: `en_GB` **Locale (interface)**: *empty* **Icon theme**: `breeze-dark-qownnotes` **Notes in current note folder**: `62` **Calendar items**: `24` **Enabled scripts**: `3` ## Server Info **serverUrl**: `https://nextcloud.starbeamrainbowlabs.com` **appIsValid**: `no` **notesPathExists**: *empty* **connectionErrorMessage**: *empty* ## Note folders **currentNoteFolderId**: `1` ### Note folder `default` **id**: `1` **isCurrent**: `yes` **activeTagId**: `-1` **localPath**: `/home/bryan-smithl/Documents/Nextcloud/Notes` **remotePath**: `Notes` **cloudConnectionId**: `1` **isShowSubfolders**: `yes` **isUseGit**: `no` **activeNoteSubFolder name**: `PhD` **database file**: `/home/bryan-smithl/Documents/Nextcloud/Notes/notes.sqlite` ## Cloud connections ### Cloud connection `Default` **id**: `1` **isCurrent**: `yes` **serverUrl**: `https://nextcloud.starbeamrainbowlabs.com` **username**: `admin` ## Enabled scripts ### Script `Paste Latex Image` **id**: `1` **path**: `/home/bryan-smithl/.local/share/PBE/QOwnNotes/scripts/paste-latex-image/paste-latex-image.qml` **variablesJson**: *empty* **identifier**: `paste-latex-image` **version**: `0.0.1` **minAppVersion**: `17.05.6` ### Script `Paste HTML as GitHub Markdown` **id**: `2` **path**: `/home/bryan-smithl/.local/share/PBE/QOwnNotes/scripts/paste-html-as-github-markdown/paste-html-as-github-markdown.qml` **variablesJson**: *empty* **identifier**: `paste-html-as-github-markdown` **version**: `0.0.1` **minAppVersion**: `17.08.2` ### Script `Support for PlantUML in notes` **id**: `3` **path**: `/home/bryan-smithl/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml` **variablesJson**: ``` { "javaExePath": "java", "noStartUml": true, "plantumlJarPath": "/usr/share/plantuml/plantuml.jar", "workDir": "/tmp" } ``` **identifier**: `render-plantuml` **version**: `0.0.6` **minAppVersion**: `17.05.7` ## Settings **ActiveNoteHistoryItem** (NoteHistoryItem): `Relevant log output in the Log panel