Skip to content

Commit 8397380

Browse files
committed
add vlook
1 parent d1a82e8 commit 8397380

4 files changed

+110
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
---
2+
layout: post
3+
title: Install and Use VLOOK
4+
category: how-to
5+
author: typora.io
6+
tags: [themes, export, html, vlook]
7+
typora-root-url: ../../
8+
typora-copy-images-to: ../../media/vlook
9+
---
10+
11+
**VLOOK™ make your Markdown a new perspective_^Interaction^_!**
12+
13+
14+
15+
You can start a brand **new Markdown experience** in **just 3 steps**:
16+
17+
1.[Download and Configure](#Download and Configure)
18+
19+
2.[Install the Theme Package](#Install the Theme Package)
20+
21+
3.[Configure Export Options](#Configure Export Options)
22+
23+
24+
25+
# step 1: Download and Configure
26+
27+
**• Download the Plug-in:**
28+
29+
Download the latest version from the homepage of VLOOK™:
30+
31+
**[GitHub](https://github.com/MadMaxChow/VLOOK/releases)**   **[Gitee](https://gitee.com/madmaxchow/VLOOK/releases?kbd=alt)**
32+
33+
**• Enable extended syntax:**
34+
35+
Enable all options under "**Markdown Extended Syntax**", "**Code Blocks**" of Typora. See the figure below for details:
36+
37+
vlook![Typora ▸ Preferences ▸ Markdown](/media/vlook/typora-opt1-light-en.png)
38+
39+
40+
41+
# step 2: Install the Theme Package
42+
43+
**• Install the Themes:**
44+
45+
1. The ==released\themes== all CSS files are copied to Typora theme directory;
46+
2. Where is the theme directory? You can navigate to this directory by clicking ==Settings ▸ Appearance ▸ Open Theme Directory==.
47+
48+
**• Select Theme:**
49+
50+
1. Restart Typora;
51+
2. Click the ==Themes== menu, select to `Vlook ***` any topic can be in the form of naming.
52+
53+
**• Start Writing from the Template:**
54+
55+
It is recommended to create your own Markdown document based on the document samples of the VLOOK™ specification, so that you can get started faster.
56+
57+
All samples `.md` files in the directory ==released/samples==
58+
59+
60+
61+
# step 3: Configure Export Options
62+
63+
**• Configure export setting:**
64+
65+
1. Start Typora and enter "**Preferences**"
66+
2. Click "**Export**", add configuration (==select HTML as a template==), and name the configuration `VLOOK`
67+
68+
**• Install Meta Tag:**
69+
70+
1. Open the meta tag file: released\plugin\\**meta.txt**
71+
2. Select and copy all contents
72+
3. Paste to "**Append in <head />**
73+
74+
**• Install the Plugin:**
75+
76+
1. Open the plug-in file: released\plugin\\**plugin.txt**
77+
2. Select and copy all contents;
78+
3. Paste to "**Append in <body />**"
79+
80+
**• One-click export via VLOOK:**
81+
82+
1. Open the md file conforming to the VLOOK™ specification;
83+
2. Click ==File ▸ Export ▸ VLOOK== to export.
84+
85+
![Typora ▸ Preferences ▸ Export](/media/vlook/typora-opt2-light-en.png?srcset=@2x&darksrc=typora-opt2-dark-en.png&darksrcset=@2x)
86+
87+
88+
89+
# Blog & Guide
90+
91+
• Blogs selected for the "**Zhihu • Sea Salt Project**" •• [Go go go](https://www.zhihu.com/people/maxchow/posts)
92+
93+
• For detailed introduction, samples and instructions of VLOOK™ features, please refer to "VLOOK™ Quick Reference Manual"
94+
95+
**[Guide (part 1)](https://madmaxchow.github.io/VLOOK/guide.html)** - [alternative link](https://vlook-doc.pages.dev/guide.html)  **[Guide (part 2)](https://madmaxchow.github.io/VLOOK/guide2.html)** - [alternative link](https://vlook-doc.pages.dev/guide2.html)
96+
97+
98+
99+
# Supplement
100+
101+
**• How to update to latest version ?**
102+
103+
To upgrade the old version of VLOOK™ to the latest version, please first follow **Step 1** above to download the latest release version, and then update the corresponding "==Theme Package==" and "==Export Options==" according to **Steps 2 and 3**.
104+
105+
**• Recommend compatible browser !**
106+
107+
In order to ensure the best user experience, it is strongly recommended to use the following browsers to access:
108+
109+
**[Chrome](https://www.google.cn/chrome/)**  **[Edge](https://www.microsoft.com/edge)**  **[Firefox](https://www.mozilla.org/firefox)**

_posts/new/2024-05-19-What's New-1.9.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ remove other punctuation
6969
- Fix XSS on mermaid and math.
7070
- Fix video cannot be fullscreen when user click fullscreen button on video.
7171
- Fix a bug that triple-click on a link in Math block closes the window.
72+
- Fix issue when parsing inline code with whitespaces.
7273
- Shorten recent file path length in recent menu on Windows / Linux.
7374
- Fix an issue that some images backed by cloudflare cannot be loaded by Typora.
7475
- Custom alert text set by CSS styles are not kept after export to PDF / HTML.

media/vlook/typora-opt1-light-en.png

32.6 KB
Loading

media/vlook/typora-opt2-light-en.png

22.5 KB
Loading

0 commit comments

Comments
 (0)