Typora adds a key to the end button

Every time typora is opened, it is at the top of the file, and it takes a long time to slide down to the bottom, so I added a floating button, one button to the end.

First, open the file in the typora installation directory resourcesfolder, locate the place that needs to be modified by searching keywords , and then modify it to the following stylewindow.html
write
div


<a id="down" href="#DD" style="display: inline-block;width: 70px;border-radius: 50%;position: fixed;bottom: 10%;right: 5%; text-decoration: none;font-size: 20px; color: #77ac98; z-index:1" >by胖橘</a>

<div id="write" class="ty-before-first-render" contenteditable="false" spellcheck="true" tabindex="-1"><div style="opacity: 0"><h1>ABCDEFG</h1><p>abcdefg</p></div></div>

<a id='DD' ></a>

Guess you like

Origin blog.csdn.net/qq_39125451/article/details/124529697