Plugin: Note Link System

That plugin is very hard to extend, and so QuickLink plugin is.

You can just disable them. Every single feature can be turned on/off in this plugin.

1 Like

thanks for the help @ylc395, and as always for the great plugin too. I use it all the time.

I tried the CSS snippet you suggested but the outcome was that only the lower part of the Referrers panel (after the referrers list, as shown in the image below) was affected by the body. you can compare the result with the one here.

in any case, if my question was too specific I may enter dev mode at some point and inspect the elements, once I figure out how to do so. :wink:
just hoped that there was a quick solution.

image

I don't really get what your want :joy: Would you mind describing more specifically? @shikuz

sorry for the ambiguity.

the problem: I could not find a way change the background color of some elements in the panel using the Panel: Stylesheet text box in the plugin settings.
solution: edited the style (of #root) in referrerPanelView/style.css.

maybe there's a better way, but it worked and this is great for me.

Me too; however, I find that when I want to just explore/read/navigate my notes, it is best to switch to rendered view only. Since all the links, and most importantly - internal Joplin links are rendered there without the MD clutter, it's much easier and faster to navigate. And it also is exactly the moment when the Link preview comes in the most handy. I love it.

Somehow that very handy feature of bringing me straight to the (highlighted) link source, when i click an internal link doesn't work anymore (in most cases, especially when the link source is placed in between a long note with a lot of links).

1 Like

After further investigation, I just want to give a shout-out to @ylc395 .

This plugin makes an excellent impression so far (feature and code-wise) and probably will be a staple for my usage.

Thank you!

The 'create new note' option only appear if no matching notes are found. Is it just me, or is there a bug?

1 Like

Might also have found a parsing bug.

Reproduction

(Vanilla Joplin, only this plugin)

Create note B with no content.

Create note A with code block of certain length as content:
```sh
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
```

Down under, create link from A to B - like with quicklink @@.

Result

No referrer/backlink is shown, when note B is selected.

Workaround

Remove a couple of chars (a) in the code block
-or-
Place the code block at the very bottom (under the link to B)

Thoughts

This might be a parsing-bug related to codeblocks. It is unclear to me, wether it is related to length of code-blocks or their location in the note containing the link.

Hopefully, this will provide enough debugging help. Unfortunately, I currently cannot post it as Github issue.

1 Like

@zblesk @economista check bugfix in v0.4.0

2 Likes

Hello author, I like your plugin very much, especially interested in the preview function.
The plugin is still very good for previewing web pages, but sometimes I want to view the preview window separately, if the web page itself supports opening links from a new window, Joplin will also open it in a new window, so I can further adjust the size and position of this window; but if the web page itself is not opened in a new window, the mouse cannot leave the preview window, otherwise it will exit the preview .
I don't know if this can be set, but it would be perfect if it could be selected by right-clicking, opening the preview in a new window, and pinned to the front. (At least I would feel like I don't have to think about which browser to open it in)
VeryCapture_20220113230151
Thanks again for the hard work!

@artdupengyun 你的意思是给预览框加个 pinned 按钮?

恩,差不多意思

v0.5.0 released! previewers can be pinned now.

@artdupengyun

4 Likes

非常感谢及时的更新,我进行了具体实践。固定的体验很不错。
实际用途演示:
20220115插件可以固定后很实用,更方便对比了

3 Likes

但是也遇到一些问题,不知道是不是页面是HTML的原因。
当预览窗口在右边时,显示不完全。
20220115目前插件所存在问题——预览窗口位置

还有,在这个页面pinned 按钮没有显示,不知道是不是和其他css冲突了。
20220115目前插件所存在问题——预览窗口钉住按钮显示
我这贴一下这页的代码,方便你进行测试和有兴趣的人使用。
因为代码数量限制,只贴一部分。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><style>
	body{
  margin: 0;
  padding: 0;
  font-family: "montserrat";
  background-image: linear-gradient(125deg,#2c3e50,#27ae60,#2980b9,#e74c3c,#8e44ad);
  background-size: 400%;
  animation: bganimation 15s infinite;
}
.text{
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 300px 0;
  font-size: 22px;
}
@keyframes bganimation {
  0%{
    background-position: 0% 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0% 50%;
  }
</style>
    <style>
        @font-face {
            font-family: "iconfont";
            src: url('iconfont.eot?t=1614232911140');
            /* IE9 */
            src: url('iconfont.eot?t=1614232911140#iefix') format('embedded-opentype'),
                /* IE6-IE8 */
                url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
                url('iconfont.woff?t=1614232911140') format('woff'),
                url('iconfont.ttf?t=1614232911140') format('truetype'),
                /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
                url('iconfont.svg?t=1614232911140#iconfont') format('svg');
            /* iOS 4.1- */
        }
        .iconfont {
            font-family: "iconfont" !important;
            font-size: 16px;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .icon-shexiang:before {
            content: "\e60d";
        }
        .icon-xiaolian:before {
            content: "\e6e9";
        }
        .icon-shexiang1:before {
            content: "\e698";
        }
        .icon-gengduo-a:before {
            content: "\e602";
        }
        .icon-sousuo:before {
            content: "\e635";
        }
        .icon-qipao:before {
            content: "\e600";
        }
        .icon-renqun:before {
            content: "\e64b";
        }
        .icon-wenjian:before {
            content: "\e6f8";
        }
        .icon-qipao1:before {
            content: "\e647";
        }
        .icon-dialog-right:before {
            content: "\e601";
        }
        .icon-crowd:before {
            content: "\e705";
        }
        .icon-wenjian1:before {
            content: "\e673";
        }
        .icon-caidan:before {
            content: "\e620";
        }
        @font-face {
            font-family: "iconfont";
            /* Project id 3036839 */
            src: url('iconfont.woff2?t=1640013763127') format('woff2'),
                url('iconfont.woff?t=1640013763127') format('woff'),
                url('iconfont.ttf?t=1640013763127') format('truetype');
        }
        .iconfont {
            font-family: "iconfont" !important;
            font-size: 16px;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .icon-caidan:before {
            content: "\e620";
        }
        .icon-shezhi:before {
            content: "\e64b";
        }
        .icon-pinglun:before {
            content: "\e642";
        }
        .icon-shezhi1:before {
            content: "\e630";
        }
        .icon-dashboard:before {
            content: "\e618";
        }
        .icon-wechat:before {
            content: "\e6ca";
        }
        .icon-shezhi2:before {
            content: "\e65d";
        }
        .icon-youjian:before {
            content: "\e675";
        }
        .icon-liaotian:before {
            content: "\e688";
        }
        .icon-caidan1:before {
            content: "\e61d";
        }
        .icon-shexiang:before {
            content: "\e60d";
        }
        .icon-Dashboard:before {
            content: "\e6a7";
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            color: rgba(255, 255, 255, 0.6);
        }
        .wrap11 {
            width: 100%;
            height: 100vh;
            background: url(https://static01.imgkr.com/temp/ee5b93aa27934159a78436afa6d1bd48.png) center no-repeat;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
        }
  /*      .wrap {
            width: 100%;
            height: 100vh;
            background: url(https://static01.imgkr.com/temp/ee5b93aa27934159a78436afa6d1bd48.png) center no-repeat;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
        }*/
        .nav {
            width: 110px;
            /*    width: 280px;*/
            margin-right: 180px;
            height: 820px;
            background: rgba(0, 0, 0, 0.8);
            border-radius: 20px;
            overflow: hidden;
            transition: 0.5s;
        }
        .nav:hover {
            width: 280px;
        }
        .btn {
            width: 60px;
            height: 10px;
            display: flex;
            justify-content: space-around;
            margin-left: 25px;
            margin-top: 25px;
        }
        .btn-item {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }
        .btn-item:nth-child(1) {
            background: #eb5a56;
        }
        .btn-item:nth-child(2) {
            background: #f8bc33;
        }
        .btn-item:nth-child(3) {
            background: #62cb44;
        }
        .icon {
            width: 250px;
            height: 60px;
            margin-left: 25px;
            margin-top: 20px;
            display: flex;
        }
        .icon-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 4px solid rgba(255, 255, 255, 0.3);
            overflow: hidden;
        }
        .icon-img img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
        }
        .icon-con {
            height: 60px;
            margin-left: 25px;
        }
        .icon-con p {
            padding-top: 0px;
        }
        .icon-con h2 {
            font-weight: 400;
        }
        .line {
            width: 60px;
            height: 1px;
            background: rgba(245, 253, 255, 0.5);
            margin: 20px 25px;
            transition: 0.5s;
        }
        .nav:hover .line {
            width: 230px;
        }
        .title {
            width: 60px;
            margin-left: 25px;
            margin-bottom: 20px;
        }
        .title p {
            font-size: 14px;
        }
        .menu {
            width: 230px;
            margin-left: 25px;
        }
        .item {
            display: flex;
            position: relative;
            transition: 0.5s;
            border-radius: 6px;
        }
        .item:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .licon {
            width: 60px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
	    .licon a { 
			text-decoration:none;
		}
        .con {
            width: 0px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.5s;
            overflow: hidden;
            position: relative;
            left: -20px;
            opacity: 0;
        }
        .nav:hover .con {
            width: 160px;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 1;
        }
        .ricon {
            width: 0px;
            height: 50px;
            transition: 0.5s;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            opacity: 0;
        }
        .nav:hover .ricon {
            width: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 1;
        }
        .iconfont {
            font-size: 26px;
        }
        .ricon .iconfont {
            font-size: 20px;
            color: #62cb44;
        }
        .light {
            width: 6px;
            height: 50px;
            background: #eb5a56;
            position: absolute;
            left: -25px;
            transition: 0.5s;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            opacity: 0;
        }
        .item:hover .light {
            opacity: 1;
        }
        .serve {
            width: 60px;
            /*    background: rgba(98, 203, 68, 0.5);*/
            background: rgba(0, 0, 0, 0.7);
            margin-left: 25px;
            border-radius: 10px;
            overflow: hidden;
            transition: 0.5s;
        }
        .nav:hover .serve {
            width: 230px;
        }
    </style>
    <title>侧边栏伸缩菜单</title>
</head>
<body><br><br><br><br>
   <div class="wrap1">
	<div style="columns: 4;">
        <div class="nav">
            <!--按钮-->
            <div class="btn">
                <div class="btn-item"></div>
                <div class="btn-item"></div>
                <div class="btn-item"></div>
            </div>
            <!--头像-->
            <div class="icon">
                <div class="icon-img"><img src="https://s4.ax1x.com/2022/01/15/7J0E6O.png" alt="" /></div>
                <div class="icon-con">
                    <p>这里是祝福1</p>
                    <h2>这里是名字1</h2>
                </div>
            </div>
            <div class="line"></div>
            <div class="title">
                <p>列表 6-1</p>
            </div>
            <div class="menu">
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://www.bilibili.com/"><span class="iconfont icon-wenjian" ></span></a></div>
                    <div class="con">B站</div>
                    <div class="ricon"><span class="iconfont icon-shezhi"></span></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://www.zhihu.com/"><span class="iconfont icon-qipao1"></span></a></div>
                    <div class="con">知乎</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://naotu.baidu.com/file/336260c6d460a5f585ce377cc44b131d"><span class="iconfont icon-shexiang1"></span></a></div>
                    <div class="con">百度脑图</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="http://www.mindline.cn/webapp"><span class="iconfont icon-xiaolian"></span></a></div>
                    <div class="con">销售额1</div>
                    <div class="ricon"><span class="iconfont icon-caidan1"></span></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdlVA"><span class="iconfont icon-shexiang"></span></a></div>
                    <div class="con">折扣1</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://www.deepl.com/translator"><span class="iconfont icon-wenjian1"></span></a></div>
                    <div class="con">报酬1</div>
                    <div class="ricon"></div>
                </div>
            </div>
            <div class="line"></div>
            <div class="title">
                <p>服务 6-1</p>
            </div>
            <div class="serve">
                <div class="item">
                    <div class="licon"><a  href="https://www.bilibili.com/video/BV1bL4y1n7Rt?share_source=copy_web"><span class="iconfont icon-caidan"></span></a></div>
                    <div class="con">罗老师语录</div>
                    <div class="ricon">
                        <span class="iconfont icon-Dashboard"></span>
                    </div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="http://www.mindline.cn/webapp"><span class="iconfont icon-renqun"></span></a></div>
                    <div class="con">思维导图</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://www.deepl.com/translator"><span class="iconfont icon-sousuo"></span></a></div>
                    <div class="con">高级翻译</div>
                    <div class="ricon"><span class="iconfont icon-caidan1"></span></div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://www.tubiaoxiu.com/p.html?s=1d9837404ca02cc3&isChart=true"><span class="iconfont icon-gengduo-a"></span></a></div>
                    <div class="con">图表</div>
                    <div class="ricon"></div>
                </div>
            </div>
        </div>
        <div class="nav">
            <!--按钮-->
            <div class="btn">
                <div class="btn-item"></div>
                <div class="btn-item"></div>
                <div class="btn-item"></div>
            </div>
            <!--头像-->
            <div class="icon">
                <div class="icon-img"><img src="https://s4.ax1x.com/2022/01/15/7J0ene.png" alt="" /></div>
                <div class="icon-con">
                    <p>这里是祝福2</p>
                    <h2>这里是名字2</h2>
                </div>
            </div>
            <div class="line"></div>
            <div class="title">
                <p>列表 6-2</p>
            </div>
            <div class="menu">
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://www.bilibili.com/"><span class="iconfont icon-wenjian" ></span></a></div>
                    <div class="con">仪表板2</div>
                    <div class="ricon"><span class="iconfont icon-shezhi"></span></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdSvF"><span class="iconfont icon-qipao1"></span></a></div>
                    <div class="con">产品2</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JduKe"><span class="iconfont icon-shexiang1"></span></a></div>
                    <div class="con">活动2</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdKDH"><span class="iconfont icon-xiaolian"></span></a></div>
                    <div class="con">销售额2</div>
                    <div class="ricon"><span class="iconfont icon-caidan1"></span></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdlVA"><span class="iconfont icon-shexiang"></span></a></div>
                    <div class="con">折扣2</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7Jd35t"><span class="iconfont icon-wenjian1"></span></a></div>
                    <div class="con">报酬2</div>
                    <div class="ricon"></div>
                </div>
            </div>
            <div class="line"></div>
            <div class="title">
                <p>服务 6-2</p>
            </div>
            <div class="serve">
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdtxS"><span class="iconfont icon-caidan"></span></a></div>
                    <div class="con">软件2</div>
                    <div class="ricon">
                        <span class="iconfont icon-Dashboard"></span>
                    </div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdarQ"><span class="iconfont icon-renqun"></span></a></div>
                    <div class="con">聊天2</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdBan"><span class="iconfont icon-sousuo"></span></a></div>
                    <div class="con">交流2</div>
                    <div class="ricon"><span class="iconfont icon-caidan1"></span></div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7Jd62T"><span class="iconfont icon-gengduo-a"></span></a></div>
                    <div class="con">环境2</div>
                    <div class="ricon"></div>
                </div>
            </div>
        </div>
        <div class="nav">
            <!--按钮-->
            <div class="btn">
                <div class="btn-item"></div>
                <div class="btn-item"></div>
                <div class="btn-item"></div>
            </div>
            <!--头像-->
            <div class="icon">
                <div class="icon-img"><img src="https://s4.ax1x.com/2022/01/15/7J0Yng.png" alt="" /></div>
                <div class="icon-con">
                    <p>这里是祝福3</p>
                    <h2>这里是名字3</h2>
                </div>
            </div>
            <div class="line"></div>
            <div class="title">
                <p>列表 6-3</p>
            </div>
            <div class="menu">
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7Ja538"><span class="iconfont icon-wenjian" ></span></a></div>
                    <div class="con">仪表板3</div>
                    <div class="ricon"><span class="iconfont icon-shezhi"></span></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdSvF"><span class="iconfont icon-qipao1"></span></a></div>
                    <div class="con">产品3</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JduKe"><span class="iconfont icon-shexiang1"></span></a></div>
                    <div class="con">活动3</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdKDH"><span class="iconfont icon-xiaolian"></span></a></div>
                    <div class="con">销售额3</div>
                    <div class="ricon"><span class="iconfont icon-caidan1"></span></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdlVA"><span class="iconfont icon-shexiang"></span></a></div>
                    <div class="con">折扣3</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7Jd35t"><span class="iconfont icon-wenjian1"></span></a></div>
                    <div class="con">报酬3</div>
                    <div class="ricon"></div>
                </div>
            </div>
            <div class="line"></div>
            <div class="title">
                <p>服务 6-3</p>
            </div>
            <div class="serve">
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdtxS"><span class="iconfont icon-caidan"></span></a></div>
                    <div class="con">软件3</div>
                    <div class="ricon">
                        <span class="iconfont icon-Dashboard"></span>
                    </div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdarQ"><span class="iconfont icon-renqun"></span></a></div>
                    <div class="con">聊天3</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdBan"><span class="iconfont icon-sousuo"></span></a></div>
                    <div class="con">交流3</div>
                    <div class="ricon"><span class="iconfont icon-caidan1"></span></div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7Jd62T"><span class="iconfont icon-gengduo-a"></span></a></div>
                    <div class="con">环境3</div>
                    <div class="ricon"></div>
                </div>
            </div>
        </div>
        <div class="nav">
            <!--按钮-->
            <div class="btn">
                <div class="btn-item"></div>
                <div class="btn-item"></div>
                <div class="btn-item"></div>
            </div>
            <!--头像-->
            <div class="icon">
                <div class="icon-img"><img src="https://s4.ax1x.com/2022/01/15/7J0N7j.png" alt="" /></div>
                <div class="icon-con">
                    <p>这里是祝福4</p>
                    <h2>这里是名字4</h2>
                </div>
            </div>
            <div class="line"></div>
            <div class="title">
                <p>列表 6-4</p>
            </div>
            <div class="menu">
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7Ja538"><span class="iconfont icon-wenjian" ></span></a></div>
                    <div class="con">仪表板4</div>
                    <div class="ricon"><span class="iconfont icon-shezhi"></span></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdSvF"><span class="iconfont icon-qipao1"></span></a></div>
                    <div class="con">产品4</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JduKe"><span class="iconfont icon-shexiang1"></span></a></div>
                    <div class="con">活动4</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdKDH"><span class="iconfont icon-xiaolian"></span></a></div>
                    <div class="con">销售额4</div>
                    <div class="ricon"><span class="iconfont icon-caidan1"></span></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7JdlVA"><span class="iconfont icon-shexiang"></span></a></div>
                    <div class="con">折扣4</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="light"></div>
                    <div class="licon"><a  href="https://imgtu.com/i/7Jd35t"><span class="iconfont icon-wenjian1"></span></a></div>
                    <div class="con">报酬4</div>
                    <div class="ricon"></div>
                </div>
            </div>
            <div class="line"></div>
            <div class="title">
                <p>服务 6-4</p>
            </div>
            <div class="serve">
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdtxS"><span class="iconfont icon-caidan"></span></a></div>
                    <div class="con">软件4</div>
                    <div class="ricon">
                        <span class="iconfont icon-Dashboard"></span>
                    </div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdarQ"><span class="iconfont icon-renqun"></span></a></div>
                    <div class="con">聊天4</div>
                    <div class="ricon"></div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7JdBan"><span class="iconfont icon-sousuo"></span></a></div>
                    <div class="con">交流4</div>
                    <div class="ricon"><span class="iconfont icon-caidan1"></span></div>
                </div>
                <div class="item">
                    <div class="licon"><a  href="https://imgtu.com/i/7Jd62T"><span class="iconfont icon-gengduo-a"></span></a></div>
                    <div class="con">环境4</div>
                    <div class="ricon"></div>
                </div>
            </div>
        </div>
      </div>
   </div>
</div>
</body>
</html>

Wow, those are cool. What are you using for the maps?

I have some more visibility suggestions to make:

  1. In the referrers panel, linked notes in the expanded view are not legible in dark mode.

    Notice it is basically invisible against a black background:
    Screenshot from 2022-01-18 14-04-17

    Whereas it is visible in light mode:
    image

  2. Quick link also has some things to could be improved.
    image

    • When using a dark theme, it would be better if the quick link menu also matches. The white is bit jarring and doesn't match.
    • For the selected note, gray text on blue background is not legible.

This is really just a very simple and clumsy way to write a map background with some buttons with location information as a HTML text in a Markdown editor.
If you're interested, I can post the code and you can play around with it.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML 
xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>【赞】用CSS打造的中国地图 - www.webdm.cn</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META 
content=地图。 
name=description>
<META content=地图 name=keywords>
<style>
	HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
H1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
H2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
H4 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
H5 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
H6 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
DIV {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
SPAN {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
LABEL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; LETTER-SPACING: 0px
}
BODY {
	FONT-SIZE: 12px; BACKGROUND: #fff; COLOR: #666; LINE-HEIGHT: 1.8; FONT-FAMILY: Verdana, "宋体", Arial,Sans; TEXT-ALIGN: center
}
A:link {
	COLOR: #000099; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #000099; TEXT-DECORATION: underline
}
A:hover {
	BACKGROUND: #fed762; COLOR: #000; TEXT-DECORATION: none
}
A:active {
	BACKGROUND: #fed762; COLOR: #000; TEXT-DECORATION: none
}
UL {
	LIST-STYLE-TYPE: none
}
LI {
	LIST-STYLE-TYPE: none
}
IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
#logo {
	PADDING-RIGHT: 6px; DISPLAY: block; FLOAT: left; MARGIN: 5px 18px 6px 5px
}
#denglu {
	PADDING-RIGHT: 10px; PADDING-LEFT: 30px; RIGHT: 10px; BACKGROUND: url(http://www.webdm.cn/images/20091030/tabfree.gif) no-repeat left bottom; FLOAT: right; PADDING-BOTTOM: 0px; WIDTH: 505px; PADDING-TOP: 4px; TOP: 4px; HEIGHT: 48px; TEXT-ALIGN: right
}
#main {
	MARGIN: 10px auto 0px; WIDTH: 950px; TEXT-ALIGN: left
}
#footer {
	CLEAR: both; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(http://www.webdm.cn/images/20091030/footer_bg.jpg) repeat-x left top; PADDING-BOTTOM: 10px; MARGIN: 0px auto; PADDING-TOP: 10px; TEXT-ALIGN: center
}
#header {
	MARGIN: 0px auto; WIDTH: 950px
}
#header H2 {
	MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 35px; COLOR: #404040
}
#info {
	FLOAT: left; WIDTH: 100%
}
#center {
	MARGIN: 0px 360px 0px 0px
}
#right {
	FLOAT: left; MARGIN-LEFT: -350px; WIDTH: 350px
}
#rightbox {
	MARGIN: 0px
}
#nav LI {
	FLOAT: left; MARGIN-LEFT: 5px
}
#navbox {
	MARGIN-LEFT: 330px; TEXT-ALIGN: left
}
#nav {
	MARGIN-TOP: -30px; FLOAT: left; WIDTH: 100%; TEXT-ALIGN: left
}
.nav_a A:link {
	PADDING-RIGHT: 10px; MARGIN-TOP: 3px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgb.gif) no-repeat right top; FLOAT: left; COLOR: #000; TEXT-DECORATION: none
}
.nav_a A:visited {
	PADDING-RIGHT: 10px; MARGIN-TOP: 3px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgb.gif) no-repeat right top; FLOAT: left; COLOR: #000; TEXT-DECORATION: none
}
.nav_a SPAN {
	DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbga.gif) no-repeat; FLOAT: left; CURSOR: hand; LINE-HEIGHT: 29px
}
.nav_a A:hover {
	PADDING-RIGHT: 10px; MARGIN-TOP: 0px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgb.gif) no-repeat right bottom; COLOR: #000; TEXT-DECORATION: none
}
.nav_a active {
	PADDING-RIGHT: 10px; MARGIN-TOP: 0px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgb.gif) no-repeat right bottom; COLOR: #000; TEXT-DECORATION: none
}
.nav_a A:hover SPAN {
	MARGIN-TOP: 0px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbga.gif) no-repeat left bottom; PADDING-BOTTOM: 2px; CURSOR: hand; LINE-HEIGHT: 29px; PADDING-TOP: 1px
}
.nav_a A:active SPAN {
	MARGIN-TOP: 0px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbga.gif) no-repeat left bottom; PADDING-BOTTOM: 2px; CURSOR: hand; LINE-HEIGHT: 29px; PADDING-TOP: 1px
}
.nav_b A:link {
	PADDING-RIGHT: 10px; MARGIN-TOP: 0px; DISPLAY: block; FONT-WEIGHT: bold; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgav.gif) no-repeat right top; COLOR: #fff; TEXT-DECORATION: none
}
.nav_b A:visited {
	PADDING-RIGHT: 10px; MARGIN-TOP: 0px; DISPLAY: block; FONT-WEIGHT: bold; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgav.gif) no-repeat right top; COLOR: #fff; TEXT-DECORATION: none
}
.nav_b SPAN {
	DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgav.gif) no-repeat left top; LINE-HEIGHT: 29px; PADDING-TOP: 3px
}
.nav_b A:hover {
	PADDING-RIGHT: 10px; MARGIN-TOP: 0px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgav.gif) no-repeat right top; COLOR: #fff; TEXT-DECORATION: none
}
.nav_b active {
	PADDING-RIGHT: 10px; MARGIN-TOP: 0px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgav.gif) no-repeat right top; COLOR: #fff; TEXT-DECORATION: none
}
.nav_b A:hover SPAN {
	MARGIN-TOP: 0px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgav.gif) no-repeat left top; LINE-HEIGHT: 29px
}
.nav_b A:active SPAN {
	MARGIN-TOP: 0px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND: url(http://www.webdm.cn/images/20091030/newp_nav_tbgav.gif) no-repeat left top; LINE-HEIGHT: 29px
}
#search {
	PADDING-RIGHT: 4px; BORDER-TOP: #5db30a 5px solid; PADDING-LEFT: 4px; BACKGROUND: url(newp_search_bg.png) repeat-x left center; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; TEXT-ALIGN: center
}
#search INPUT {
	BORDER-RIGHT: #e8e8e8 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; BORDER-BOTTOM: #e8e8e8 1px solid; HEIGHT: 22px; BACKGROUND-COLOR: #fff
}
 HTML #search INPUT {
	HEIGHT: 18px
}
UNKNOWN {
	HEIGHT: 18px
}
#search .input-button {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 12px; BACKGROUND: url(http://www.webdm.cn/images/20091030/button_bg.gif) no-repeat; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 44px; MARGIN-RIGHT: 8px; PADDING-TOP: 1px; HEIGHT: 21px; BORDER-RIGHT-WIDTH: 0px
}
.input-button {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 12px; BACKGROUND: url(http://www.webdm.cn/images/20091030/button_bg_man.gif) no-repeat; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 90px; MARGIN-RIGHT: 8px; PADDING-TOP: 1px; HEIGHT: 21px; BORDER-RIGHT-WIDTH: 0px
}
A.ai:link {
	COLOR: #ff6600; TEXT-DECORATION: none
}
A.ai:visited {
	COLOR: #ff6600; TEXT-DECORATION: none
}
A.ai:hover {
	COLOR: #000; TEXT-DECORATION: none
}
A.ai:active {
	COLOR: #000; TEXT-DECORATION: none
}
#h_qiehuan LI #qiehuanbox {
	BORDER-RIGHT: #ffa800 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #ffa800 1px solid; MARGIN-TOP: 5px; DISPLAY: none; PADDING-LEFT: 10px; Z-INDEX: 100; BACKGROUND: #fff; PADDING-BOTTOM: 10px; MARGIN-LEFT: -138px; BORDER-LEFT: #ffa800 1px solid; WIDTH: 330px; PADDING-TOP: 10px; BORDER-BOTTOM: #ffa800 1px solid; POSITION: absolute
}
#h_qiehuan LI.cityhover #qiehuanbox {
	DISPLAY: block
}
#h_qiehuan A {
	TEXT-DECORATION: none
}
#qiehuanbox LI {
	FLOAT: left; WIDTH: 55px
}
#h_qiehuan {
	MARGIN-TOP: 5px; Z-INDEX: 110; MARGIN-LEFT: -160px; POSITION: absolute
}
.c {
	CLEAR: both; OVERFLOW: hidden; HEIGHT: 0px
}
.l {
	FLOAT: left
}
.r {
	FLOAT: right
}
.red {
	FONT-WEIGHT: bold; COLOR: #ff3300
}
.gray {
	COLOR: #ccc
}
#free {
	POSITION: absolute
}
#img_view_img {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; TEXT-ALIGN: left
}
#kijiji_other {
	PADDING-RIGHT: 0px; BORDER-TOP: #cdcdcd 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px auto; WIDTH: 950px; PADDING-TOP: 10px
}
#kijiji_other H6 {
	BACKGROUND-POSITION: left center; PADDING-LEFT: 10px; BACKGROUND-IMAGE: url(http://www.webdm.cn/images/20091030/soil_icon.gif); MARGIN-BOTTOM: 10px; BACKGROUND-REPEAT: no-repeat
}
#kijiji_other LI {
	DISPLAY: inline; MARGIN-RIGHT: 10px
}
#search SPAN {
	PADDING-LEFT: 5px
}
.bobo_news {
	MARGIN-LEFT: -28px; PADDING-TOP: 5px; POSITION: absolute
}
INPUT.code {
	FONT-FAMILY: "Luxi Mono", "Courier New", Monospace
}
	#map {
	BACKGROUND: url( ) no-repeat left top; FLOAT: left; WIDTH: 1108px; HEIGHT: 1000px
}/*<!--背景地图图片-->*/
#map H1 {
	DISPLAY: block; FONT-WEIGHT: normal; POSITION: absolute
}
.mapl A:link {
	DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/maph1.gif) no-repeat; COLOR: #000; TEXT-DECORATION: none
}
.mapl A:visited {
	DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/maph1.gif) no-repeat; COLOR: #000; TEXT-DECORATION: none
}
.mapr A:link {
	DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/maph1.gif) no-repeat; COLOR: #000; TEXT-DECORATION: none
}
.mapr A:visited {
	DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/maph1.gif) no-repeat; COLOR: #000; TEXT-DECORATION: none
}
.mapl A:link {
	BACKGROUND-POSITION: left 4px; PADDING-LEFT: 20px
}
.mapl A:visited {
	BACKGROUND-POSITION: left 4px; PADDING-LEFT: 20px
}
.mapr A:link {
	PADDING-RIGHT: 20px; BACKGROUND-POSITION: right 4px
}
.mapr A:visited {
	PADDING-RIGHT: 20px; BACKGROUND-POSITION: right 4px
}
.mapl A:hover {
	PADDING-RIGHT: 20px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/maph1.gif) no-repeat; COLOR: #ff0000
}
.mapl A:active {
	PADDING-RIGHT: 20px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/maph1.gif) no-repeat; COLOR: #ff0000
}
.mapr A:hover {
	PADDING-RIGHT: 20px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/maph1.gif) no-repeat; COLOR: #ff0000
}
.mapr A:active {
	PADDING-RIGHT: 20px; DISPLAY: block; BACKGROUND: url(http://www.webdm.cn/images/20091030/maph1.gif) no-repeat; COLOR: #ff0000
}
#map .mapr A:hover {
	PADDING-RIGHT: 20px; BACKGROUND-POSITION: right bottom
}
#map .mapr A:active {
	PADDING-RIGHT: 20px; BACKGROUND-POSITION: right bottom
}
#map .mapl A:hover {
	BACKGROUND-POSITION: left bottom; PADDING-LEFT: 20px
}
#map .mapl A:active {
	BACKGROUND-POSITION: left bottom; PADDING-LEFT: 20px
}
#city {
	PADDING-RIGHT: 0px; BORDER-TOP: #cdcdcd 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px auto; WIDTH: 950px; PADDING-TOP: 10px; BORDER-BOTTOM: #cdcdcd 1px solid; TEXT-ALIGN: left
}
#city H6 {
	BACKGROUND-POSITION: left center; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND-IMAGE: url(http://www.webdm.cn/images/20091030/city_icon.gif); MARGIN-BOTTOM: 10px; COLOR: #000; BACKGROUND-REPEAT: no-repeat
}
#city A {
	PADDING-RIGHT: 5px
}
#city STRONG {
	MARGIN-TOP: 5px; DISPLAY: inline; MARGIN-BOTTOM: -2px; COLOR: #333
}
#city H1 {
	COLOR: #333
}
#soil {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px auto; WIDTH: 950px; PADDING-TOP: 10px; TEXT-ALIGN: left
}
#soil A {
	MARGIN: 0px 2px
}
#soil H6 {
	BACKGROUND-POSITION: left center; PADDING-LEFT: 10px; FONT-SIZE: 14px; BACKGROUND-IMAGE: url(http://www.webdm.cn/images/20091030/soil_icon.gif); MARGIN-BOTTOM: 10px; COLOR: #000; BACKGROUND-REPEAT: no-repeat
}
A.z {
	COLOR: #ff0000
}
#rightindex {
	FLOAT: right; MARGIN: 10px 0px 0px 10px; WIDTH: 380px
}
.rightbox {
	BACKGROUND: url(http://www.webdm.cn/images/20091030/index_rb1.gif) no-repeat left top; WIDTH: 341px
}
.rightbox P {
	PADDING-RIGHT: 18px; PADDING-LEFT: 18px; BACKGROUND: url(http://www.webdm.cn/images/20091030/index_rb2.gif) no-repeat left bottom; PADDING-BOTTOM: 15px; PADDING-TOP: 15px
}
</style>
<META content="MSHTML 6.00.2900.3132" name=GENERATOR></HEAD>
<BODY>
<DIV id=wrapper><!-- header end-->
<DIV id=main>
<DIV id=map>
<H1 style="FONT-SIZE: 14px; MARGIN: 195px 0px 0px 440px">请先选择您想找的城市:</H1>
<H1 class=mapl style="MARGIN: 340px 0px 0px 802px"><A 
style="FONT-WEIGHT: bold; COLOR: #ff0000" 
href="#">

[北京](:/f90b5d639e324fdb985e765b5103c2e3) </A></H1>
<H1 class=mapl style="MARGIN: 225px 0px 0px 964px"><A 
href="#">

[长春 ](:/30bfa825a334490eb5a3125ee55fbafe)</A></H1>
<H1 class=mapr style="MARGIN: 326px 0px 0px 652px"><A 
href="#">

[呼和浩特](:/18eb11be759f42c4b6962adc1c867906) </A></H1>
<H1 class=mapr style="MARGIN: 586px 0px 0px 532px"><A 
href="#">

[成都](:/eea64538fe024e5c80b852daa7487786) </A></H1>
<H1 class=mapr style="MARGIN: 589px 0px 0px 272px"><A 
href="#">

[拉萨](https://www.mafengwo.cn/mdd/cityroute/10442_110252.html)</A></H1>
<H1 class=mapr style="MARGIN: 615px 0px 0px 605px"><A 
href="https://www.mafengwo.cn/mdd/cityroute/10442_110252.html">

重庆 </A></H1>
<H1 class=mapl style="MARGIN: 359px 0px 0px 913px"><A 
href="#">

大连 </A></H1>
<H1 class=mapr style="MARGIN: 773px 0px 0px 742px"><A 
href="#">

[广州](:/7978634f26e04a659a191f6a189fa469) </A></H1>
<H1 class=mapl style="MARGIN: 699px 0px 0px 626px"><A 
href="#">

贵阳 </A></H1>
<H1 class=mapl style="MARGIN: 864px 0px 0px 709px"><A 
href="#">

[海口](:/f3f5da445f4c45c98bf4c877a3a73d9a) </A></H1>
<H1 class=mapl style="MARGIN: 182px 0px 0px 979px"><A 
href="#">

哈尔滨 </A></H1>
<H1 class=mapr style="MARGIN: 585px 0px 0px 877px"><A 
href="#">

[杭州](http://www.mafengwo.cn/mdd/cityroute/10156_100.html) </A></H1>
<H1 class=mapr style="MARGIN: 549px 0px 0px 816px"><A 
href="#">

合肥 </A></H1>
<H1 class=mapr style="MARGIN: 425px 0px 0px 805px"><A 
href="#">

济南 </A></H1>
<H1 class=mapr style="MARGIN: 734px 0px 0px 511px"><A 
href="#">

昆明 </A></H1>
<H1 class=mapr style="MARGIN: 447px 0px 0px 557px"><A 
href="#">

兰州 </A></H1>
<H1 class=mapr style="MARGIN: 397px 0px 0px 586px"><A 
href="#">

银川 </A></H1>
<H1 class=mapr style="MARGIN: 440px 0px 0px 501px"><A 
href="#">

西宁 </A></H1>
<H1 class=mapr style="Z-INDEX: 100; MARGIN: 500px 0px 0px 724px"><A 
href="#">

洛阳 </A></H1>
<H1 class=mapr style="MARGIN: 648px 0px 0px 741px"><A 
href="#">

长沙</A></H1>
<H1 class=mapl style="MARGIN: 634px 0px 0px 824px"><A 
href="#">

南昌 </A></H1>
<H1 class=mapl style="MARGIN: 541px 0px 0px 894px"><A 
href="#">

南京 </A></H1>
<H1 class=mapl style="MARGIN: 488px 0px 0px 836px"><A 
href="#">

徐州 </A></H1>
<H1 class=mapl style="MARGIN: 433px 0px 0px 895px"><A 
href="#">

[青岛](:/3a1bacc7f2ac45fcb1f67ec349efc0cd) </A></H1>
<H1 class=mapl style="Z-INDEX: 99; MARGIN: 765px 0px 0px 840px"><A 
href="#">

汕头 </A></H1>
<H1 class=mapl style="MARGIN: 563px 0px 0px 936px"><A 
style="FONT-WEIGHT: bold; COLOR: #ff0000" 
href="#">

[上海](:/deca80d8c77048418bab4cd3fe2c7076) </A></H1>
<H1 class=mapl style="MARGIN: 794px 0px 0px 800px"><A 
href="#">

[深圳](:/5dc42f41689747feae6b5ebcaba78779) </A></H1>
<H1 class=mapr style="MARGIN: 289px 0px 0px 910px"><A 
href="#">

沈阳 </A></H1>
<H1 class=mapr style="MARGIN: 397px 0px 0px 730px"><A 
href="#">

[石家庄](:/db853990fb9440b7b2fc8ebc0eae2166) </A></H1>
<H1 class=mapl style="MARGIN: 560px 0px 0px 900px"><A 
href="#">

无锡 </A></H1>
<H1 class=mapr style="MARGIN: 566px 0px 0px 835px"><A 
href="#">

马鞍山 </A></H1>
<H1 class=mapr style="MARGIN: 411px 0px 0px 701px"><A 
href="#">

[太原](:/4f6bafe6a2e24d82b25c241f4481b4c4) </A></H1>
<H1 class=mapl style="MARGIN: 367px 0px 0px 825px"><A 
href="#">

[天津](:/881f72474d6b483794e2324a37d596e2) </A></H1>
<H1 class=mapl style="MARGIN: 235px 0px 0px 295px"><A 
href="#">

[乌鲁木齐 ](:/e75c1b525f5c44f98e9fa0db76f7507e) </A></H1>
<H1 class=mapr style="MARGIN: 585px 0px 0px 747px"><A 
href="#">

[武汉](:/cad6302ee232435f92c0536de83e2580) </A></H1>
<H1 class=mapr style="MARGIN: 526px 0px 0px 734px"><A 
href="#">

南阳 </A></H1>
<H1 class=mapr style="MARGIN: 502px 0px 0px 638px"><A 
href="#">

[西安](:/86aa177f8b3c41d9849554f86a057f12) </A></H1>
<H1 class=mapl style="MARGIN: 736px 0px 0px 878px"><A 
href="#">

[厦门](:/fb7358bbcdbe42f0ae6d60e865f39cc4) </A></H1>
<H1 class=mapl style="MARGIN: 403px 0px 0px 906px"><A 
href="#">

烟台 </A></H1>
<H1 class=mapl style="MARGIN: 487px 0px 0px 764px"><A 
href="#">

[郑州 ](:/17d0014090744237beacaea04dca351b)</A></H1>
<H1 class=mapr style="MARGIN: 480px 0px 0px 730px"><A 
href="#">

焦作 </A></H1>
<H1 class=mapr style="MARGIN: 800px 0px 0px 745px"><A 
href="#">

珠海 </A></H1>
<H1 class=mapl style="MARGIN:415px 0px 0px 845px"><A 
href="#">

淄博 </A></H1>
<H1 class=mapl style="MARGIN: 691px 0px 0px 908px"><A 
href="#">

福州 </A></H1>
<H1 class=mapl style="MARGIN: 716px 0px 0px 953px"><A 
href="#">

台北 </A></H1>
<H1 class=mapl style="MARGIN: 783px 0px 0px 660px"><!--可以调整按钮的位置,第一个是由左上角起点向下的距离,最后一个是向右的距离。如果是mapr的,做成连接后最后一个值减18px就显示正常了--><A 
href="#">

[南宁](:/adca7b0a5a2148978c3b644b9a4478b7) </A></H1>
<div style="z-index:-10;">
<img width="1720" height=" " src=":/b1712b5c38ed4fd0a2b35f19a61259fc"/><!--背景图片,可以连接本地图片,可以设置图片大小(前提是图片足够大)-->
</div></DIV>
</DIV>
</DIV>
<!-- w end--></BODY></HTML>
1 Like