pbek / QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
https://www.qownnotes.org/
GNU General Public License v2.0
4.69k stars 414 forks source link

While typing, randomly, the cursor jumps to the top of the file on a Mac #2095

Closed bkomanet closed 3 years ago

bkomanet commented 3 years ago

Expected behavior

While I type, I would like to be able to keep typing without the program moving the cursor randomly to the top of the file.

Actual behavior

While I type, randomly, the cursor jumps to the very top of the file without notifying me that it is going to do that. Thus, I must find my way back to where I was typing after repairing the unwanted data typed at the start of the file becuase of the Jump

Steps to reproduce

Output from the debug section in the settings dialog

Expand

Relevant log output in the Log panel

Expand
pbek commented 3 years ago

Sounds like #1672, #656, or similar. πŸ˜‰

bkomanet commented 3 years ago

You close these so quickly I don’t have a chance to respond to them

I turned off restore cursor in the preferences and the problem still exists.

Sent from my iPad

On Apr 10, 2021, at 10:19 PM, Patrizio Bekerle @.***> wrote:

ο»Ώ

Closed #2095https://github.com/pbek/QOwnNotes/issues/2095.

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pbek/QOwnNotes/issues/2095#event-4578156816, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZEXAUWUWWO2WJYPXLKOVDTIEWMJANCNFSM42WYXIGQ.

CAUTION: This email originated from outside Chabot Las Positas Community College District. Do not click links or open attachments unless you recognize the sender and know the content is safe.

pbek commented 3 years ago

Can you please post the output from the debug settings (see issue template). Is there any useful log output if you enable the log panel (see Window / Panels)? Please make sure you also enable debug logging in the log panel (by right-clicking on the panel and and selecting Debug in Options).

bkomanet commented 3 years ago

i'll get to this when I finish grading classroom papers. :-). Thanks.

On Apr 11, 2021, at 11:26 AM, Patrizio Bekerle @.**@.>> wrote:

Can you please post the output from the debug settings (see issue template). Is there any useful log output if you enable the log panel (see Window / Panels)? Please make sure you also enable debug logging in the log panel (by right-clicking on the panel and and selecting Debug in Options).

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pbek/QOwnNotes/issues/2095#issuecomment-817351210, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZEXAQGPU7ZDQJR5BTOBJ3TIHSUBANCNFSM42WYXIGQ.

CAUTION: This email originated from outside Chabot Las Positas Community College District. Do not click links or open attachments unless you recognize the sender and know the content is safe.

bkomanet commented 3 years ago

OK, I was able to reproduce the issue, almost immediately and below is the results of the debug log.

My notes are stored on Dropbox and this is a relatively new issue. I have verified that there are no other computers accessing my notes...

[14:14:56] [debug] storing note file: "Swift Programming Notes.md" [14:14:56] [debug] stored note: Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" false [14:14:56] [debug] storeUpdatedNotesToDisk - 'count': 1 [14:14:56] [status] Stored 1 note(s) to disk [14:14:57] [debug] notesWereModified: "/Users/bkomanet/Dropbox/Apps/QOwnNotes/Swift Programming Notes.md" [14:14:57] [status] Current note was modified externally [14:14:57] [debug] openNoteDiffDialog - 'changedNote': Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" true [14:14:57] [status] Loading external changes from: Swift Programming Notes.md [14:15:06] [debug] storing note file: "Swift Programming Notes.md" [14:15:06] [debug] stored note: Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" false [14:15:06] [debug] storeUpdatedNotesToDisk - 'count': 1 [14:15:06] [status] Stored 1 note(s) to disk

On Apr 11, 2021, at 11:26 AM, Patrizio Bekerle @.**@.>> wrote:

Can you please post the output from the debug settings (see issue template). Is there any useful log output if you enable the log panel (see Window / Panels)? Please make sure you also enable debug logging in the log panel (by right-clicking on the panel and and selecting Debug in Options).

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pbek/QOwnNotes/issues/2095#issuecomment-817351210, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZEXAQGPU7ZDQJR5BTOBJ3TIHSUBANCNFSM42WYXIGQ.

CAUTION: This email originated from outside Chabot Las Positas Community College District. Do not click links or open attachments unless you recognize the sender and know the content is safe.

bkomanet commented 3 years ago

I went into settings and turned off Use as Active Note folder and the problem seemed to go away...

On Apr 11, 2021, at 2:16 PM, Bill Komanetsky @.**@.>> wrote:

OK, I was able to reproduce the issue, almost immediately and below is the results of the debug log.

My notes are stored on Dropbox and this is a relatively new issue. I have verified that there are no other computers accessing my notes...

[14:14:56] [debug] storing note file: "Swift Programming Notes.md" [14:14:56] [debug] stored note: Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" false [14:14:56] [debug] storeUpdatedNotesToDisk - 'count': 1 [14:14:56] [status] Stored 1 note(s) to disk [14:14:57] [debug] notesWereModified: "/Users/bkomanet/Dropbox/Apps/QOwnNotes/Swift Programming Notes.md" [14:14:57] [status] Current note was modified externally [14:14:57] [debug] openNoteDiffDialog - 'changedNote': Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" true [14:14:57] [status] Loading external changes from: Swift Programming Notes.md [14:15:06] [debug] storing note file: "Swift Programming Notes.md" [14:15:06] [debug] stored note: Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" false [14:15:06] [debug] storeUpdatedNotesToDisk - 'count': 1 [14:15:06] [status] Stored 1 note(s) to disk

On Apr 11, 2021, at 11:26 AM, Patrizio Bekerle @.**@.>> wrote:

Can you please post the output from the debug settings (see issue template). Is there any useful log output if you enable the log panel (see Window / Panels)? Please make sure you also enable debug logging in the log panel (by right-clicking on the panel and and selecting Debug in Options).

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pbek/QOwnNotes/issues/2095#issuecomment-817351210, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZEXAQGPU7ZDQJR5BTOBJ3TIHSUBANCNFSM42WYXIGQ.

CAUTION: This email originated from outside Chabot Las Positas Community College District. Do not click links or open attachments unless you recognize the sender and know the content is safe.

bkomanet commented 3 years ago

After some more work, that setting change didn't actdually do the job. Problem still happening.

On Apr 11, 2021, at 2:38 PM, Bill Komanetsky @.**@.>> wrote:

I went into settings and turned off Use as Active Note folder and the problem seemed to go away...

On Apr 11, 2021, at 2:16 PM, Bill Komanetsky @.**@.>> wrote:

OK, I was able to reproduce the issue, almost immediately and below is the results of the debug log.

My notes are stored on Dropbox and this is a relatively new issue. I have verified that there are no other computers accessing my notes...

[14:14:56] [debug] storing note file: "Swift Programming Notes.md" [14:14:56] [debug] stored note: Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" false [14:14:56] [debug] storeUpdatedNotesToDisk - 'count': 1 [14:14:56] [status] Stored 1 note(s) to disk [14:14:57] [debug] notesWereModified: "/Users/bkomanet/Dropbox/Apps/QOwnNotes/Swift Programming Notes.md" [14:14:57] [status] Current note was modified externally [14:14:57] [debug] openNoteDiffDialog - 'changedNote': Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" true [14:14:57] [status] Loading external changes from: Swift Programming Notes.md [14:15:06] [debug] storing note file: "Swift Programming Notes.md" [14:15:06] [debug] stored note: Note: 1 "Swift Programming Notes" "Swift Programming Notes.md" 0 "" false [14:15:06] [debug] storeUpdatedNotesToDisk - 'count': 1 [14:15:06] [status] Stored 1 note(s) to disk

On Apr 11, 2021, at 11:26 AM, Patrizio Bekerle @.**@.>> wrote:

Can you please post the output from the debug settings (see issue template). Is there any useful log output if you enable the log panel (see Window / Panels)? Please make sure you also enable debug logging in the log panel (by right-clicking on the panel and and selecting Debug in Options).

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pbek/QOwnNotes/issues/2095#issuecomment-817351210, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZEXAQGPU7ZDQJR5BTOBJ3TIHSUBANCNFSM42WYXIGQ.

CAUTION: This email originated from outside Chabot Las Positas Community College District. Do not click links or open attachments unless you recognize the sender and know the content is safe.

pbek commented 3 years ago

Can you please post the output from the debug settings (see issue template).

bkomanet commented 3 years ago

Well, you keep telling me to post the debug output (see issue template), but I cannot find an issue template anywhere.

https://github.com/pbek/QOwnNotes/issues

On Apr 11, 2021, at 9:12 PM, Patrizio Bekerle @.**@.>> wrote:

Can you please post the output from the debug settings (see issue template).

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pbek/QOwnNotes/issues/2095#issuecomment-817464770, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZEXARJOUC657ZM4WJGLOLTIJXJ7ANCNFSM42WYXIGQ.

CAUTION: This email originated from outside Chabot Las Positas Community College District. Do not click links or open attachments unless you recognize the sender and know the content is safe.

pbek commented 3 years ago

The issue template is what you get when you open an issue. You had a section Output from the debug section in the settings dialog (with some description) which you left empty.

pbek commented 3 years ago

You can also use the issue assistant in the Help menu of QON (as mentioned in the issue template) to post this issue so you can provide needed information more easily. The menu entry is named Post questions, feature requests or issues.

bkomanet commented 3 years ago

How's this?

QOwnNotes Debug Information

General Info

Current Date: Sun Apr 11 22:45:03 2021 Version: 21.4.0 Build date: Apr 9 2021 Build number: 826 Platform: macosx Operating System: macOS 11.2 Build architecture: x86_64 Current architecture: x86_64 Release: GitHub Actions Qt Version (build): 5.15.2 Qt Version (runtime): 5.15.2 Portable mode: no Settings path / key: /Users/bkomanet/Library/Preferences/com.pbe.QOwnNotes.plist Application database path: /Users/bkomanet/Library/Application Support/PBE/QOwnNotes/QOwnNotes.sqlite Application arguments: /Applications/QOwnNotes.app/Contents/MacOS/QOwnNotes Qt Debug: 0 Locale (system): en_US Locale (interface): empty Primary screen resolution: 2560x1440 Screen resolution(s): 2560x1440, 2560x1440 Icon theme: breeze-qownnotes Notes in current note folder: 178 Calendar items: 0 Enabled scripts: 0

Server Info

serverUrl: empty appIsValid: yes notesPathExists: empty serverVersion: empty appVersion: empty

Spellchecking

Enabled: false Selected language: empty Language codes: empty Language names: empty Application dictionaries path: /Users/bkomanet/Library/Application Support/PBE/QOwnNotes/dicts

Note folders

currentNoteFolderId: 1

Note folder default

id: 1 isCurrent: yes activeTagId: 11 localPath: /Users/bkomanet/Dropbox/Apps/QOwnNotes remotePath: Notes cloudConnectionId: 1 isShowSubfolders: no isUseGit: no activeNoteSubFolder name: empty database file: /Users/bkomanet/Dropbox/Apps/QOwnNotes/notes.sqlite

Cloud connections

Cloud connection Default

id: 1 isCurrent: yes serverUrl: empty username: empty

Enabled scripts

Settings

AKLastEmailListRequestDateKey (QDateTime): 2021-04-11T11:28:17.587 AKLastIDMSEnvironment (qlonglong): 0 AboutDialog/geometry (QByteArray): <binary data> ActiveNoteHistoryItem (NoteHistoryItem): <binary data> Country (QString): US Debug/fakeOldVersionNumber (bool): false Debug/fileLogging (bool): false Editor/CurrentSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb Editor/autoBracketClosing (bool): true Editor/autoBracketRemoval (bool): true Editor/disableCursorBlinking (bool): false Editor/editorWidthInDFMOnly (bool): true Editor/highlightCurrentLine (bool): true Editor/indentSize (qlonglong): 4 Editor/removeTrailingSpaces (bool): false Editor/useTabIndent (bool): false Editor/vimMode (bool): false FileDialog/LastPath (QString): /Users/bkomanet/Desktop FileDialog/LastPath-NotePDFExport (QString): /Users/bkomanet/Desktop IssueAssistantDialog/geometry (QByteArray): <binary data> LastUpdateCheck (QDateTime): 2021-04-11T22:43:33.176 LogWidget/criticalLog (bool): true LogWidget/debugLog (bool): true LogWidget/fatalLog (bool): true LogWidget/infoLog (bool): true LogWidget/scriptingLog (bool): true LogWidget/statusLog (bool): true LogWidget/warningLog (bool): true MainWindow/geometry (QByteArray): <binary data> MainWindow/mainToolBar.iconSize (qlonglong): 32 MainWindow/menuBarGeometry (QByteArray): <binary data> MainWindow/noteTextEdit.code.font (QString): .AppleSystemUIFontMonospaced,14,-1,5,50,0,0,0,0,0 MainWindow/noteTextEdit.font (QString): .AppleSystemUIFont,17,-1,5,50,0,0,0,0,0 MainWindow/noteTextView.code.font (QString): .AppleSystemUIFontMonospaced,10,-1,5,50,0,0,0,0,0 MainWindow/noteTextView.font (QString): .AppleSystemUIFont,13,-1,5,50,0,0,0,0,0 MainWindow/noteTextView.ignoreCodeFontSize (bool): true MainWindow/noteTextView.rtl (bool): false MainWindow/noteTextView.underline (bool): true MainWindow/noteTextView.useEditorStyles (bool): true MainWindow/noteTextView.useInternalExportStyling (bool): true MainWindow/showNotesFromAllNoteSubFolders (bool): true MultipleSessionEnabled (bool): true NoteDiffDialog/geometry (QByteArray): <binary data> NoteFolder-1/NoteTabNameList (QStringList): Comparing two Directories NoteFolder-1/NoteTabStickinessList (QStringList): empty NoteFolder-1/NoteTabSubFolderPathDataList (QStringList): empty NoteFolder-1/allowDifferentNoteFileName: empty NoteHistory-1 (QVariantList): <variant list with 149 item(s)> NoteHistoryCurrentIndex-1 (qlonglong): 148 PKSecureElementAvailableFlagsByHost (qlonglong): 1 PMPrintingExpandedStateForPrint2 (bool): false PiwikClientId (QString): <hidden> Printer/NotePDFExportOrientation (qlonglong): 0 Printer/NotePDFExportPageSize (qlonglong): 4 Printer/NotePrinting (QByteArray): <binary data> ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data> SearchEngineId (qlonglong): 2 SettingsDialog/geometry (QByteArray): <binary data> SettingsDialog/mainSplitterState (QByteArray): <binary data> ShowSystemTray (bool): false StartHidden (bool): false UpdateDialog/geometry (QByteArray): <binary data> WebAutomaticSpellingCorrectionEnabled (bool): false WelcomeDialog/geometry (QByteArray): <binary data> _HIHideMenuBar (bool): false acceptAllExternalModifications (bool): true allowNoteEditing (bool): true allowOnlyOneAppInstance (bool): false appMetrics/disableAppHeartbeat (bool): false appMetrics/disableTracking (bool): false appMetrics/notificationShown (bool): true automaticNoteFolderDatabaseClosing (bool): false checkSpelling (bool): false closeTodoListAfterSave (bool): false cryptoKey (qlonglong): <hidden> currentNoteFolderId (qlonglong): 1 currentWorkspace (QString): initial cursorWidth (qlonglong): 1 customNoteFileExtensionList (QStringList): empty darkMode (bool): false darkModeColors (bool): false darkModeIconTheme (bool): false darkModeTrayIcon (bool): false defaultNoteFileExtension (QString): txt disableAutomaticUpdateDialog (bool): false disableSavedSearchesAutoCompletion (bool): false dockWasInitializedOnce (bool): true enableNoteTree (bool): false enableSocketServer (bool): true externalEditorPath (QString): empty fullyHighlightedBlockquotes (bool): false gitCommitInterval (qlonglong): 30 gitExecutablePath (QString): empty gitLogCommand (QString): empty guiFirstRunInit (bool): true ignoreAllExternalModifications (bool): false ignoreAllExternalNoteFolderChanges (bool): false ignoreNoteSubFolders (QString): ^\. imageScaleDown (bool): false imageScaleDownMaximumHeight (qlonglong): 1024 imageScaleDownMaximumWidth (qlonglong): 1024 initialLayoutIdentifier (QString): full insertTimeFormat (QString): empty interfaceFontSize (qlonglong): 11 interfaceLanguage (QString): empty internalIconTheme (bool): false itemHeight (qlonglong): 18 legacyLinking (bool): false localTrash/autoCleanupDays (qlonglong): 30 localTrash/autoCleanupEnabled (bool): true localTrash/supportEnabled (bool): true markdownHighlightingEnabled (bool): true navigationPanelHideSearch (bool): false networking/ignoreSSLErrors (bool): true networking/proxyType (qlonglong): 2 newNoteAskHeadline (bool): false noteEditIsCentralWidget (bool): true noteListPreview (bool): false noteSaveIntervalTime (qlonglong): 10 noteSubfoldersPanelDisplayAsFullTree (bool): true noteSubfoldersPanelHideSearch (bool): false noteSubfoldersPanelOrder (qlonglong): 0 noteSubfoldersPanelShowFullPath (bool): false noteSubfoldersPanelShowNotesRecursively (bool): false noteSubfoldersPanelShowRootFolderName (bool): true noteSubfoldersPanelSort (qlonglong): 0 notesPanelOrder (qlonglong): 0 notesPanelSort (qlonglong): 0 notesPath (QString): /Users/bkomanet/Dropbox/Apps/QOwnNotes notifyAllExternalModifications (bool): false overrideInterfaceFontSize (bool): false ownCloud/supportEnabled (bool): false ownCloud/todoCalendarBackend (qlonglong): 3 ownCloud/todoCalendarCalDAVPassword (QString): <hidden> ownCloud/todoCalendarCalDAVServerUrl (QString): empty ownCloud/todoCalendarCalDAVUsername (QString): empty ownCloud/todoCalendarCloudConnectionId (qlonglong): 1 ownCloud/todoCalendarDisplayNameList (QStringList): empty ownCloud/todoCalendarEnabledList (QStringList): empty ownCloud/todoCalendarEnabledUrlList (QStringList): empty ownCloud/todoCalendarUrlList (QStringList): empty ownCloudInfo/appIsValid (bool): true ownCloudInfo/connectionErrorMessage (QString): empty ownCloudInfo/notesPathExistsText (QString): empty ownCloudInfo/serverVersion (QString): empty restoreCursorPosition (bool): false restoreLastNoteAtStartup (bool): true restoreNoteTabs (bool): true savedSearches/noteFolder-1 (QStringList): Note 2021-04-08T14.25.24, Note 2021-03-24T13.50.14, Note 2021-03-10T17.12.13, Note 2021-03-10T14.32.07, Note 2021-03-09T19.33.58, Note 2021-03-06T11.32.29, Note 2021-03-06T10.49.09, Note 2021-02-25T06.26.36, Note 2021-02-14T09.28.39, Note 2021-02-13T14.34.02, Note 2021-02-11T22.07.37, Note 2021-02-10T17.22.49, Note 2021-02-06T13.15.21, Note 2021-02-01T20.31.31, Note 2021-01-18T12.00.08 showMatches (bool): true showMenuBar (bool): false showStatusBar (bool): true systemIconTheme (bool): false taggingShowNotesRecursively (bool): false tagsPanelHideNoteCount (bool): false tagsPanelHideSearch (bool): false tagsPanelOrder (qlonglong): 0 tagsPanelSort (qlonglong): 0 todoCalendarSupport (bool): true toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List toolbar/1/name (QString): mainToolBar toolbar/1/title (QString): main toolbar toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote toolbar/2/name (QString): formattingToolbar toolbar/2/title (QString): formatting toolbar toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time toolbar/3/name (QString): insertingToolbar toolbar/3/title (QString): inserting toolbar toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note toolbar/4/name (QString): encryptionToolbar toolbar/4/title (QString): encryption toolbar toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size toolbar/5/name (QString): windowToolbar toolbar/5/title (QString): window toolbar toolbar/6/items (QStringList): action_Quit toolbar/6/name (QString): quitToolbar toolbar/6/title (QString): quit toolbar toolbar/size (qlonglong): 6 useNoteFolderButtons (bool): false useUNIXNewline (bool): false webSocketServerService/bookmarksNoteName (QString): Bookmarks webSocketServerService/bookmarksTag (QString): bookmarks webSocketServerService/port (qlonglong): 22222 workspace-initial/name (QString): Full workspace-initial/noteSubFolderDockWidgetVisible (bool): true workspace-initial/windowState (QByteArray): <binary data> workspaces (QStringList): initial

System environment

USER: bkomanet __CFBundleIdentifier: com.PBE.QOwnNotes COMMAND_MODE: unix2003 LOGNAME: bkomanet PATH: /usr/bin:/bin:/usr/sbin:/sbin SSH_AUTH_SOCK: /private/tmp/com.apple.launchd.8gxSE6lUxs/Listeners SHELL: /bin/zsh HOME: /Users/bkomanet __CF_USER_TEXT_ENCODING: 0x1F5:0x0:0x0 TMPDIR: /var/folders/fq/cvchdvz55t14hp72n6nbgjh40000gn/T/ XPC_SERVICE_NAME: application.com.PBE.QOwnNotes.4127557.84010210 XPC_FLAGS: 0x0 QT_LOGGING_RULES: qt.network.ssl.warning=false

On Apr 11, 2021, at 10:32 PM, Patrizio Bekerle @.**@.>> wrote:

The issue template is what you get when you open an issue. You had a section Output from the debug section in the settings dialog (with some description) which you left empty.

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pbek/QOwnNotes/issues/2095#issuecomment-817494699, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZEXAT3FEZQO4F352CRQQDTIKAXJANCNFSM42WYXIGQ.

CAUTION: This email originated from outside Chabot Las Positas Community College District. Do not click links or open attachments unless you recognize the sender and know the content is safe.

pbek commented 3 years ago

restoreCursorPosition is off as it should. But that's strange, because there is nothing else that that is automatically restoring the cursor position.

ignoreAllExternalModifications

you can try to enable that in the General settings

ignoreAllExternalNoteFolderChanges

if above doesn't help also enable that

bkomanet commented 3 years ago

Ok, so far so good with turning on

ignoreAllExternalModifications

I'll let you know if it happens again.

Thanks.

On Apr 11, 2021, at 11:42 PM, Patrizio Bekerle @.**@.>> wrote:

ignoreAllExternalModifications

pbek commented 3 years ago

Great. macOS is known for doing that. Something seems to write into folders all the time... (could be Finder)