bold italic inline code escape: *
Indent lists 2 spaces:
verbatim code block
Horizontal rule ----
WikiWordLink? label http://domain/page
Wiki markup help
WikiWordLink? label http://www.thiliem.com/page
iki markup help
Thiliem.com
qqqq0508@thiliem.com
www.thiliem.com
verbatim code zh-tw
WikiWordLink? label https://sites.google.com/a/thiliem.com/www/
The default behavior of the opening tab is on the right-side of current tab. If you want to use the build-in tab opening order, just comment the index line of actions.js.
function emulateNativeOpenLinkInNewTab(url, base_tab) { chrome.tabs.create({ windowId: base_tab.windowId, //index: base_tab.index + 1, url: url, selected: false }); }
chrome.tabs.create({ windowId: base_tab.windowId, //index: base_tab.index + 1, url: url, selected: false });
windowId: base_tab.windowId,
url: url, selected: false
Heading1
Heading2
Heading3
bold italic inline code escape: *
Indent lists 2 spaces:
Horizontal rule ----
WikiWordLink? label http://domain/page
Wiki markup help
Heading1
Heading2
Heading3
bold italic inline code escape: *
Indent lists 2 spaces:
Horizontal rule ----
WikiWordLink? label http://www.thiliem.com/page
iki markup help
Heading1
Thiliem.com
Heading2
qqqq0508@thiliem.com
Heading3
www.thiliem.com
bold italic inline code escape: *
Indent lists 2 spaces:
Horizontal rule ----
WikiWordLink? label https://sites.google.com/a/thiliem.com/www/
The default behavior of the opening tab is on the right-side of current tab. If you want to use the build-in tab opening order, just comment the index line of actions.js.
function emulateNativeOpenLinkInNewTab(url, base_tab) { }