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
[ x] Searched existing issues to avoid creating duplicates.
[x ] Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
Describe the bug
When a file opened by Typora is modified by NeoVim externally, Typora does not sync the content, and disassociate it copy quietly from sync - so when user wanted to save, they would lose all change content from Vim
To Reproduce
Steps to reproduce the behavior:
Use Typora to open an .md file in Downloads folder (local directory)
Use NeoVide (3rd party app on Windows), to open the same file
Use NotePad on Windows to open the same file
Make changes on Typora - seeing the change reflected in Neovide, and NotePad
Make changes on NotePad, and see the changes on Neovide and Typora
Make change on Neovide. Seeing change on NotePad
NOT SEEING CHANGE on Typora
However, Typora still allow local change, and stop auto-update of the file
Type CTRL-S on Typora. IT OPENS UP EXPLORER WINDOW TO SELECT FILE TO SAVE TO
If I select the original file, it will overwrite all changes from step 6
If I edit now in NotePad. I no longer see changes on Typora but still seeing changes on NeoVide. Typora seems to be removed out of the sync process.
Expected behavior
Either
Typora auto reload after step 6 (changes from Neovide)
Typora pop up warning asking user to reload
Screenshots / Screencasts
If applicable, add screenshots / screencasts to help explain your problem.
Sample Markdown File
Please attach or send us [email protected] the sample md file that may reproduce this.
Desktop (please complete the following information):
OS: Windows 11 - 64 bit
Typora Version
1.9.5
Additional context
It would sync with NoteAad++, Visual Code Studio, .. but just not with NeoVim
I see the same behavior when editing with vim on WSL2. So Typora is able to detect the changes and disassociate it's copy from the rest of test of the application editing. But it should not, or offer user to reload - before user start making further changes to it's copy.
The text was updated successfully, but these errors were encountered:
[ x] Searched existing issues to avoid creating duplicates.
[x ] Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
[x ] Searched http://support.typora.io/
Describe the bug
When a file opened by Typora is modified by NeoVim externally, Typora does not sync the content, and disassociate it copy quietly from sync - so when user wanted to save, they would lose all change content from Vim
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either
Screenshots / Screencasts
If applicable, add screenshots / screencasts to help explain your problem.
Sample Markdown File
Please attach or send us [email protected] the sample md file that may reproduce this.
Desktop (please complete the following information):
Typora Version
1.9.5
Additional context
It would sync with NoteAad++, Visual Code Studio, .. but just not with NeoVim
I see the same behavior when editing with vim on WSL2. So Typora is able to detect the changes and disassociate it's copy from the rest of test of the application editing. But it should not, or offer user to reload - before user start making further changes to it's copy.
The text was updated successfully, but these errors were encountered: