#telegram #tips #plus1
Telegram 官方 Desktop 客户端现在可以创建格式化文本链接了!
只需要在消输入息框使用弹出菜单->Formatting 即可快速格式化文本
对应 Markdown
对应 Markdown
对应 Markdown
Link/链接:Ctrl+K
无对应 Markdown ( [foo](https://) 是无效的 )
Telegram 官方 Desktop 客户端现在可以创建格式化文本链接了!
只需要在消输入息框使用弹出菜单->Formatting 即可快速格式化文本
快捷键:Bold/粗体:Ctrl+K
对应 Markdown
__text__ **Text**
Italic/斜体:Ctrl+I对应 Markdown
_text_ *Text*
Monospace/等宽:Ctrl+Shift+M对应 Markdown
```MultiLineText```Plain/无格式:Ctrl+Shift+N
`SingleLineText`
Link/链接:Ctrl+K
无对应 Markdown ( [foo](https://) 是无效的 )
#web #dev #tips 快速创建 Web 前端:
Script tag
async 表示加载时不要等待获取脚本
charset 可选
关于 HTML Head 中可用标签
<!DOCTYPE html>HTML Tag
<html lang="en" dir="ltr"></html>// lang: en/zh-cn
Script tag
<script type="" async="" charset="UTF-8" src="script_location"></script>type 默认 text/javascript,如果不是浏览器当它普通文本块由第三方脚本处理执行
async 表示加载时不要等待获取脚本
charset 可选
关于 HTML Head 中可用标签
<meta charset="UTF-8 / utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
; <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
; <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<title>Tab Title</title>
<link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000">
<meta property="og:site_name" content="OpenGraph title">
<meta property="og:url" content="https://www.microsoft.com/zh-cn">
<meta property="og:title" content="Page">
<meta property="og:description" content="At Microsoft our mission and values are to help people and businesses throughout the world realize their full potential.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">
<meta name="theme-color" content="#2196F3">
<link rel="alternate" type="application/atom+xml" title="ATOM" href="/">
<meta content="index,follow" name="robots">
<meta content="telphone=no, email=no" name="format-detection">
<meta name="format-detection" content="telephone=no">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="description" content="Desc">
<link rel="icon" href="https://all-dream.com/favicon.ico">
<link rel="SHORTCUT ICON" href="https://a.com/favicon.ico" type="image/x-icon">
<link rel="dns-prefetch" href="//statics-marketingsites-neu-ms-com.akamaized.net">
<link rel="preconnect" href="//statics-marketingsites-neu-ms-com.akamaized.net">
<link rel="preload" as="font" crossorigin="crossorigin" type="font/woff" href="https://w.woff2">
<link rel="preload" as="script" href="//www">
<link rel="stylesheet" href="//www" type="text/css" media="all">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
<link rel="canonical" href="https://www.foo.com">
<script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//audiencemanager.js"></script>
<link rel="stylesheet" href="https://cdnjs.loli.net/ajax/libs/mdui/0.4.1/css/mdui.min.css">
「净土」 CS 交流网站 #cs #pl #recommended #web #share #tips
从此远离各种工程系撕逼(别问我这么「厉害?真的厉害么?」为什么不写点能用的程序出来,一周半天时间你速度快你写去)...
QAQ 本来我还打算建个中文 CS 社区的(maybe https://cs-china.love ???),我居然没有想到可能已经有人建好了...
ps. 还有个叫 AVPlayer.net 的社区也不错
从此远离各种工程系撕逼(别问我这么「厉害?真的厉害么?」为什么不写点能用的程序出来,一周半天时间你速度快你写去)...
QAQ 本来我还打算建个中文 CS 社区的(maybe https://cs-china.love ???),我居然没有想到可能已经有人建好了...
ps. 还有个叫 AVPlayer.net 的社区也不错
Forwarded from 浅影随想