Opening a file opens an entirely new instance of marktext
See original GitHub issueDescription
- Can you reproduce the issue?
Steps to reproduce
- [First step]
- [Second step]
- [and so on…]
Expected behavior:
I expected the file would be opened in the existing instance of MarkText. Actual behavior:
A separate instance of MarkText was opened with the new file. Link to an example: [optional]
Versions
- Mark Text: 0.13.65
- Operating system: Ubuntu Liinux 18.04 (Chrome 70)
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Getting files to open in the same instance of a program.
From Windows explorer. How do I manipulate the way files are opened. I.E. double click to open a file in the same instance...
Read more >The Mark Text element - HTML: HyperText Markup Language
Marking text of interest. In this first example, a <mark> element is used to mark some text within a quote which is of...
Read more >KOFAX POWER PDF ADVANCED QUICK START GUIDE
Use File > Open > Browse, set All Files as file type and choose one or more non-PDF files whose types are supported...
Read more >Why Mark Text is my favorite markdown editor | Opensource.com
For me, Mark Text is Typora's open source opposite number. While not quite as polished as Typora, Mark Text is still quite a...
Read more >Writing in Markdown with Mark Text - Open Source Musings
While not quite as polished as Typora, Mark Text is quite a flexible editor ... You can either start a new document or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@CAtoDC @RickyWong33 We added a settings option
openFilesInNewWindowto open files in a new window (true) or tab (false). I’m thinking about to add an option for folders as well in v0.15.x but first we need to refactor some code to implement this feature for folders.quite useful if implemented