Paste after last line
See original GitHub issueDescription
Pasting text does not work under certain circumstances.
- Can you reproduce the issue?
Steps to reproduce
- Open Marktext (new file)
- Hit Enter (
\n) 5 times - Try to paste the following (unformatted) text: Amazing text
Expected behavior:
That the text gets pasted
Actual behavior:
Nothing happens
Versions
- Mark Text: v 0.13.50
- Operating system: Windows 10
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
VBA: Paste new data after last row | MrExcel Message Board
Im looking to create VBA so that when I run the original macro its know to paste the new data at the end...
Read more >VBA Paste Data After Last Row Issue - Stack Overflow
I am getting a Range of Object "_Global" failed for the 'Range(lastRow). Select'.
Read more >How can I paste something at the end of the line in VIM?
There is if you create a mapping, e.g.. Then you can type , to paste at the end of the line. Remember, one...
Read more >excel vba copy paste after last row - Code Grepper
excel vba copy paste after last row ; 1. Sub InsertIntoEnd() ; 2. Dim last_row As Long ; 3. last_row = Cells(Rows.Count, "A").End(xlUp).Row...
Read more >Paste Data After last row of data - Excel General
Hi all, I am using this code to find the last row of data on JT YTD worksheet: (Code, 3 lines) Instead of...
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

Yes, I’ll definitive take a look at these resources.
As regards the
Ctrl+Alt+Sissue, it’s a electron v3 bug. I can reproduce it with a simple application on Windows and I’ll report it later.@stefnotch Thanks, the has issue has been fixed, we’ll release a hotfix version these days.