Your Latest Workflow Improvement - Desktop Customization & Workflow
|
||
Now enjoying Elinks ( elinks-0.13-20190627 ) on my OpenBSD 6.5 ( current ) with :
- youtube-dl + mplayer ( youtube videos ) - youtube-dl + ffmpeg + mpg123 ( youtube audios ) The build was okay with : Standard, No Backtrace, IPv6, gzip, UTF-8, Periodic Saving, Viewer (Search History, Timer, Marks), Cascading Style Sheets, Protocol(Authentication, File, CGI, FTP, HTTP, URI rewrite, User protocols), SSL (OpenSSL), MIME (Option system, Mailcap, Mimetypes files), LED indicators, Bookmarks, Cookies, Form History, Global History, Scripting (Perl), Goto URL History Sadly I wasn't able to add ecmascript ( spidermonkey ) support correctly. Yet. Script for URL passing keybinds: - view youtube videos Code: #!/bin/ksh - Listen only audio from youtube : Code: #!/bin/ksh My next step is to move from Thunderbird to neomutt. |
||
|
||
Refreshing workflow improvement: Getting rid of LaTeX.
http://www.danielallington.net/2016/09/t...ex-fetish/ |
||
|
||
jkl Wrote: Refreshing workflow improvement: Getting rid of LaTeX. So you're getting rid of LaTex but using something else instead it ? I'm thinking about BSD mandoc . |
||
|
||
I chose groff for "letters and stuff" and Markdown for almost anything else. The one big feature missing in Markdown is a way to add CSS classes to specific paragraphs though. Still blogging in HTML. I wonder what will replace it one day.
|
||
|
||
I recently stumbled upon scdoc, which is to mdoc(7) what markdown is to HTML.
I'm still not sure how I feel about it, but it sure is interesting and worth mentionning! |
||
|
||
Ah, sircmpwn's repositories are always a good source for things which you never thought you'd need.
|
||
|
||
(22-07-2019, 06:00 PM)jkl Wrote: The one big feature missing in Markdown is a way to add CSS classes to specific paragraphs though. Still blogging in HTML. I wonder what will replace it one day. What parser are you using? With pandoc you could just use https://pandoc.org/MANUAL.html#heading-identifiers or https://pandoc.org/MANUAL.html#divs-and-spans to add custom class or id attributes. |
||
|
||
Honestly, this is not really cleaner than just writing normal HTML.
I need that twice a year, one certain kind of my blog articles has right-aligned images with links behind them, colored subheaders and 100-or-so specially highligted SPANs. I wonder if I should investigate... Maybe it is a viable solution. Thank you. |
||
|
||
I literally just add the colour after generating. It's as easy.
|
||
|
||
quick script to upgrade all my repos at once:
Code: for i in * |
||