Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-cen committed Dec 25, 2024
1 parent 2f96dd3 commit 4c3924c
Show file tree
Hide file tree
Showing 79 changed files with 2,403 additions and 3,000 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Make.md
# make.md

### Organization and Personalization Engine for your notes

Expand Down
670 changes: 335 additions & 335 deletions main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "make-md",
"name": "MAKE.md",
"version": "0.9.1014",
"version": "1.0.0",
"minAppVersion": "0.16.0",
"description": "Make.md brings powerful and modern note-taking features to Obsidian. Capture, organize and connect information with more flexibility without any code.",
"description": "Make.md gives you everything you need to organize and personalize your notes.",
"author": "MAKE.md",
"authorUrl": "https://www.make.md",
"isDesktopOnly": false
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": "make-md",
"version": "0.9.1012",
"version": "1.0.0",
"description": "make.md",
"main": "main.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Root } from "react-dom/client";

export const modifyFlowDom = (plugin: MakeMDPlugin) => {
if (
!plugin.superstate.settings.makerMode ||
!plugin.superstate.settings.inlineContext ||
!plugin.app.workspace.activeEditor
)
Expand Down
Loading

0 comments on commit 4c3924c

Please sign in to comment.