Fading Coder

One Final Commit for the Last Sprint

Configuring Typora to Automatically Upload Local Images to Cnblogs

1. Obtaining Your Cnblogs Authentication Cookie After logging into your Cnblogs account, retrieve the cookie value from your browser's developer tools. The required cookie key is .Cnblogs.AspNetCore.Cookies. This single cookie entry is sufficient for authentication. 2. Creating the Upload Script Cr...

Essential Typora Keyboard Shortcuts and Markdown Features

Windows Shortcuts Uonrdered list: - + Space Ordered list: 1. + Space Task list: - [ ] + Space Headers: Ctrl + Number (1-6) Table: Ctrl + T Select line: Ctrl + L Select word: Ctrl + D Select similar text: Ctrl + E Jump to start: Ctrl + Home Jump to end: Ctrl + End Search: Ctrl + F Replace: Ctrl + H B...