Simple example: ls the user preferences folder, grep for some filename. I hope I did this correctly. I edit poorly.
# simple example, list user pref files, grep for names containing "midi"| <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:creativeCommons="http://blogs.law.harvard.edu/tech/creativeCommonsRssModule" version="2.0"> | |
| <channel> | |
| <title><![CDATA[Librivox: Last Enemy by Piper, H. Beam]]></title> | |
| <link><![CDATA[http://librivox.org/last-enemy-by-h-beam-piper/]]></link> | |
| <description><![CDATA[ {{{An undercover Paratimer has disappeared on assignment while in an alternate time line, and it’s up to Verkan Vall of the Paratime Police to save her. To do so, he must infiltrate a universe in which assassination is an honorable profession, and reincarnation a scientific fact. Will Verkan Vall survive in a world of killers and the undead? (Summary by mark Nelson)}}} ]]></description> | |
| <genre>Fiction, Science fiction</genre> | |
| <itunes:image href="http://archive.org/download/last_enemy_0905_librivox/Last_Enemy_1204.jpg" /> | |
| <language>en</language> | |
| <itunes:summary><![CDATA[ {{{An undercover Paratimer has disappeared on assignment while in an a |
| /* Safari UserCSS - Carbon Copy Cloner betterr */ | |
| /* http://help.bombich.com/(STAR) */ | |
| table.listing { | |
| background-color: blue !important; | |
| } | |
| li.faqitem { | |
| background-color: slate !important; | |
| } | |
| div { |
| /* SAFARI USERCSS | |
| Sublime Docs | |
| http://sublime-text-unofficial-documentation.readthedocs.org/(STAR) | |
| */ | |
| .wy-nav-content { | |
| //background-color: orange; | |
| //background: orange; | |
| background-color: #2980b9; | |
| } |
Simple example: ls the user preferences folder, grep for some filename. I hope I did this correctly. I edit poorly.
# simple example, list user pref files, grep for names containing "midi"| /* SAFARI USERCSS | |
| Reaper forums darker | |
| http://forum.cockos.com/(STAR) | |
| */ | |
| .alt1, .alt1Active, .tcat { | |
| background-color: #E0E0E0 !important; | |
| } |
| /* SAFARI USERCSS | |
| Dash help darker | |
| http://kapeli.com/(STAR)guide(STAR) | |
| */ | |
| body div.container { | |
| background-color: #E0E0E0; | |
| } |
FYI unrelated info, iOS 8 has "lexicon pairs for custom keyboards" for example, this dev doc,
requestSupplementaryLexiconWithCompletion
*Summary: iOS/OSX text expansion snippets - On iOS called "Keyboard Shortcuts",
| <html> | |
| <head> | |
| <title>Dash Hyphen Unicode chars</title> | |
| <style> | |
| pre, code { | |
| font-family: "SourceSansPro-Regular", "DejaVuSansMono", monospace; | |
| } | |
| a { | |
| color: #A2BDE0; | |
| text-decoration:none; |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <meta http-equiv="Content-Style-Type" content="text/css"> | |
| <title>UNICODE BIDIRECTIONAL STUFF</title> | |
| <meta name="Generator" content="Cocoa HTML Writer"> | |
| <style type="text/css"> | |
| p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 32.0px 'Helvetica Neue'; color: #efefef; -webkit-text-stroke: #efefef} | |
| p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px 'Helvetica Neue'; color: #efefef; -webkit-text-stroke: #efefef} |