ver. 160719_c
NOTE: this is a backup of my own notes.
-
switch on "Regular Expressions"
-
now you can go back and use regular expressions
| /* WITH MODS TO ORIG -- iOS Browser Bookmarklets to launch other apps and stuff */ | |
| /* ver 2014-04-14a */ | |
| /* backing up my "Open In" bookmarks */ | |
| // note iOS6 requires some changes to these | |
| // BEGIN TESTING STUFF -- IN PROFRESS LIKELY NOT WORKING | |
| // SOME WORK, MOST tests are not WORK -- | |
| // PINNER APP TEST STUFF (as a private one) | |
| // the page title as the title and your selected text as the description. |
| ### | |
| ####### HISTIGNORE ####### | |
| ### | |
| # examples from interwebs, noob dot file notes | |
| #export HISTIGNORE='pwd:exit:fg:bg:top:clear' | |
| # (if try to erasedups do not ignore things want 2 pune but on OSX it no workie) | |
| # ignore things that start with a space, and ignore the exit command | |
| #HISTIGNORE='[ \t]*:exit' | |
| # some slashdot dudes says | |
| #export HISTIGNORE="&:ls:[bf]g:exit:pwd:clear:mount:umount:[ \t]*" |
The amazing Safari extension (User CSS)[http://code.grid.in.th] closest thing to [http://userstyles.org] gets on Sarari. Here is the (pimpmysafari)[http://www.pimpmysafari.com/items/User-CSS-Safari-Extension/] page.
Once I did something like cleared all local data or something and lost my User CSS stuff I made.
It's easier to back up here as gists.
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",
| /* Github darker Grey */ | |
| /* https://(STAR).github.com/(STAR) */ | |
| /* BASED ON THIS WITH MODIFICATIONS */ | |
| /* | |
| Dark Github | |
| By JojoBoss | |
| http://userstyles.org/styles/42119 | |
| */ |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" | |
| "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <!-- (ORIGINAL AUTHOR, ORIGINAL HEADER) | |
| BBEdit Applescript Codeless Language Module. | |
| Bill Hernandez <http://www.mac-specialist.com/> | |
| Version 1.0.1 | |
| Updated - Monday, November 20, 2006 ( 6:41 PM ) | |
| Updated - Tuesday, November 21, 2006 ( 10:05 PM ) |
thanks 4 putting source for a noob to learn a little
DocSets-for-iOS and paid 4 it too https://github.com/omz/DocSets-for-iOS/
Real Time Congress
| <!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} |
| <html> | |
| <head> | |
| <title>Dash Hyphen Unicode chars</title> | |
| <style> | |
| pre, code { | |
| font-family: "SourceSansPro-Regular", "DejaVuSansMono", monospace; | |
| } | |
| a { | |
| color: #A2BDE0; | |
| text-decoration:none; |