Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yy4382 committed Oct 21, 2024
1 parent d12e149 commit ba7a9d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Static Site MD Exporter for Obsidian

> [!WARNING]
> Undergoing large refactor. v2.0 will is already in beta, which remove some features in v1, and will enable more configurations!
>
> To use v2 beta, you can either download the latest release or use [TfTHacker/obsidian42-brat](https://github.com/TfTHacker/obsidian42-brat)
>
> The following document is for v2, for v1.x, see [README from git history](https://github.com/yy4382/obsidian-static-site-export/tree/f09c624a713347a807b8e2d3166f315cc38ad407)
Integrate Obsidian into your blog writing process!

Export notes with the `published: true` front matter into plain Markdown (and upload them), so that you can use them for static site generators!
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ob2static-site",
"name": "Static Site MD Exporter",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Export specific notes to general md for static site generator like Hugo, Hexo, Astro and more.",
"author": "Yunfi",
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "ob2static-site",
"name": "Static Site MD Exporter",
"version": "1.3.3",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Export specific notes to general md for static site generator like Hugo, Hexo, Astro and more.",
"author": "Yunfi",
"authorUrl": "https://yfi.moe",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ob2static-site",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Export specific notes to general md for static site generation",
"main": "main.js",
"type": "module",
Expand Down

0 comments on commit ba7a9d4

Please sign in to comment.