Skip to content

Commit

Permalink
Version 3.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Mar 14, 2024
1 parent f54f0af commit e7737ca
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
12 changes: 6 additions & 6 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
- 支持预览xlsx, docx, svg, pdf, zip等办公文件格式.
- 集成[Vditor](https://github.com/Vanessa219/vditor)实现对markdown的所见即所得编辑(对代码块支持较差).

## Sponsor

[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2)

适用于VS Code的数据库客户端, 支持**MySQL/MariaDB, PostgreSQL, SQLite, Redis**以及**ElasticSearch**, 且可作为一个SSH客户端, 最大程度地提高你的生产力! [立刻安装](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2).

## Markdown

编辑器使用说明: [禁用方式看这里](https://github.com/cweijan/vscode-office?tab=readme-ov-file#markdown)
Expand All @@ -38,6 +32,12 @@
- PDF: 支持直接预览pdf文件
- HTTP: 用于发送http请求, 由于REST Client本地请求有bug, 修改后进行集成.

## Sponsor

[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2)

适用于VS Code的数据库客户端, 支持**MySQL/MariaDB, PostgreSQL, SQLite, Redis**以及**ElasticSearch**, 且可作为一个SSH客户端, 最大程度地提高你的生产力! [立刻安装](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2).

## Credits

- PDF rendering: [mozilla/pdf.js/](https://github.com/mozilla/pdf.js/)
Expand Down
12 changes: 6 additions & 6 deletions README-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
- 支援預覽 XLSX、DOCX、SVG、PDF、ZIP 等辦公文件格式.
- 整合 [Vditor](https://github.com/Vanessa219/vditor)實現對 Markdown 的所見即所得編輯(程式碼區塊和圖形支援不友好).

## Sponsor

[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2)

適用於VS Code的數據庫客戶端, 支持**MySQL/MariaDB, PostgreSQL, SQLite, Redis**以及**ElasticSearch**的管理, 且可作為一個SSH客戶端, 最大程度地提高你的生產力! [立刻安裝](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2).

## Markdown

編輯器使用說明: [禁用方式看這裡](https://github.com/cweijan/vscode-office?tab=readme-ov-file#markdown)
Expand All @@ -38,6 +32,12 @@
* PDF: 支援直接預覽 PDF 檔案
* HTTP: 用於傳送 HTTP 請求,由於 REST Client 本地請求有 bug,修改後進行整合

## Sponsor

[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2)

適用於VS Code的數據庫客戶端, 支持**MySQL/MariaDB, PostgreSQL, SQLite, Redis**以及**ElasticSearch**的管理, 且可作為一個SSH客戶端, 最大程度地提高你的生產力! [立刻安裝](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2).

## Credits

* PDF rendering: [mozilla/pdf.js/](https://github.com/mozilla/pdf.js/)
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ This extension supports previewing these common office file formats.
- Windows Reg: .reg
- Compressed file: .zip, .jar, .vsix

## Sponsor

[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2)

Database Client for VS Code, supports connect to **MySQL/MariaDB, PostgreSQL, SQLite, Redis** and **ElasticSearch**, and works as an **SSH** client, boost your maximum productivity! [Get it now](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2).

## Markdown

This extension changes the default markdown editor to the vditor.
Expand Down Expand Up @@ -49,6 +43,13 @@ Tips:

The html editor supports live viewing. Press ctrl+shift+v to open the live view.

## Sponsor

[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2)

Database Client for VS Code, supports connect to **MySQL/MariaDB, PostgreSQL, SQLite, Redis** and **ElasticSearch**, and works as an **SSH** client, boost your maximum productivity! [Get it now](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2).


## Credits

- PDF rendering: [mozilla/pdf.js/](https://github.com/mozilla/pdf.js/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-office",
"displayName": "Office Viewer(Markdown Editor)",
"description": "View word,excel files and using WYSIWYG editor for markdown.",
"version": "3.2.7",
"version": "3.2.8",
"publisher": "cweijan",
"icon": "images/icon.png",
"engines": {
Expand Down

0 comments on commit e7737ca

Please sign in to comment.