- Copy-paste to split book into separate chapter files (also see split.sh)
- Add non-breaking space in range of numbers
- Fix inline spans broken by a space after a word before the closing
*
- Remove image width and height inherited from images in docx
- Wrap all images in an Electric Book figure blockquote
- Simplify indentation in lists by reducing space after list marker to one space
- [Remove non-kramdown markdown
^
around superscripts after numbers](#remove-non-kramdown-markdown--around-superscripts-a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Convert YouTube subtitles(vtt) to human readable text. | |
Download only subtitles from YouTube with youtube-dl: | |
youtube-dl --skip-download --convert-subs vtt <video_url> | |
Note that default subtitle format provided by YouTube is ass, which is hard | |
to process with simple regex. Luckily youtube-dl can convert ass to vtt, which | |
is easier to process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version="2.0"> | |
<head> | |
<title>FreshRSS</title> | |
<dateCreated>Tue, 15 Dec 2020 12:05:01</dateCreated> | |
</head> | |
<body> | |
<outline text="Altro"> | |
<outline text="MGMT Magazine" type="rss" xmlUrl="http://feeds.feedburner.com/MgmtMagazine" htmlUrl="https://mgmtmagazine.com/" description=""/> | |
<outline text="Synthesia Updates" type="rss" xmlUrl="https://www.synthesiagame.com/forum/app.php/feed/news" htmlUrl="https://www.synthesiagame.com/forum/index.php" description=""/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**================================================================================= | |
/** ██████╗░██████╗░░░███░░░░█████╗░███╗░░██╗██╗░██████╗ | |
/** ██╔══██╗██╔══██╗░░███░░░██╔══██╗████╗░██║╚█║██╔════╝ | |
/** ██████╦╝██████╔╝░░███░░░███████║██╔██╗██║░╚╝╚█████╗░ | |
/** ██╔══██╗██╔══██╗░░███░░░██╔══██║██║╚████║░░░░╚═══██╗ | |
/** ██████╦╝██║░░██║░░███░░░██║░░██║██║░╚███║░░░██████╔╝ | |
/** ╚═════╝░╚═╝░░╚═╝░░░░░░░░╚═╝░░╚═╝╚═╝░░╚══╝░░░╚═════╝░ | |
/** | |
/** ░█████╗░██████╗░░██████╗██╗██████╗░██╗░█████╗░███╗░░██╗ ░█████╗░░██████╗░██████╗ | |
/** ██╔══██╗██╔══██╗██╔════╝██║██╔══██╗██║██╔══██╗████╗░██║ ██╔══██╗██╔════╝██╔════╝ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Internationally known as "KDE Mover-Sizer" Version 2.9 | |
; | |
; http://corz.org/windows/software/accessories/KDE-resizing-moving-for-Windows.php | |
; Which is essentially.. | |
; Easy Window Dragging -- KDE style (requires XP/2k/NT) -- by Jonny | |
; ..with nobs on. See http://www.autohotkey.com and their forum. | |
; | |
; This script makes it much easier to move or resize a window: 1) Hold down |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Advanced Window Snap (Extended | |
* Snaps the Active Window to one of nine different window positions. | |
* | |
* @Editing author Jarrett Urech | |
* @Original author Andrew Moore <[email protected]> | |
* @version 2.1 | |
* | |
**/ |