Skip to content

Commit

Permalink
update readme with user registration
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwei committed Nov 30, 2024
1 parent 9c620e7 commit 78754a3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ With 500+(we are working hard to adapt them) free themes and powerful shortcodes
- Go to Obsidian’s plugin store, search for **Friday** with author **MDFriday**, and download the plugin.
- Enable **Friday** from Obsidian’s settings.

2. **Create a Friday Note**
2. **Register Your Account**
- Open the **Friday** settings page in Obsidian.
- Register for an account by providing the required information. This is necessary to access additional features and deploy your site.

3. **Create a Friday Note**
- With MDFriday enabled, create a new note and provide a name and description for your site.
- Your note will automatically be recognized as a potential website page.

3. **Customize and Preview**
4. **Customize and Preview**
- Select a theme from the available options and configure settings in the frontmatter to suit your needs.
- Click **Preview** to see how your site will look with the selected theme and configurations.

4. **Deploy**
5. **Deploy**
- When you’re ready to publish, you can deploy your site with a single click.
- Your site will be live within minutes, with options to further manage and update it.

Expand Down
Binary file modified demo/demo-preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "mdfriday",
"name": "Friday",
"version": "0.1.7",
"version": "0.1.8",
"minAppVersion": "0.15.0",
"description": "Notes to Website. Friday helps you turn Markdown documents into websites in minutes.",
"author": "sunwei",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-friday-plugin",
"version": "0.1.7",
"version": "0.1.8",
"description": "Friday is an Obsidian plugin that empowers users to focus on content creation by writing Markdown files, while we handle the distribution. From creating websites to content deployment, Friday serves as a creative output assistant, helping users turn their work into publishable sites with ease.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"0.1.5": "0.15.0",
"0.1.6": "0.15.0",
"0.1.7": "0.15.0"
"0.1.7": "0.15.0",
"0.1.8": "0.15.0"
}

0 comments on commit 78754a3

Please sign in to comment.