-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add o2 plugin #1678
add o2 plugin #1678
Conversation
id: 'o2-converting', // If the plugin hooks up any global DOM events (on parts of the app that doesn't belong to this plugin) As an aside not using semicolons in JavaScript/TypeScript code can lead to rare, hard to debug issues, here is a pretty good article about it: |
@joethei As you advised, I deleted unnecessary code and modified |
|
Exactly. The name was quite improvised. I forgot to change this.
removed.
Even after publishing the note, I wanted to be able to read it inside the obsidian, so I needed to copy it to a specific folder. However, I agreed with you that this process was confusing because it existed before the conversion began, not after the publication. So I changed it to the form of backup.
Modified to use
I changed the description of 'README.md' file and 'setting' more specifically. I have incorporated most of the requirements you proposed, in 1.1.0. Developing the Obsidian plugin and working with TypeScript are both very new to me. However, your review has been very specific, and it has been a great help for my learning. Many thanks. |
I am submitting a new Community Plugin
Repo URL
Link to my plugin: o2
Release Checklist
main.js
manifest.json
styles.css
(optional)v
)id
in mymanifest.json
matches theid
in thecommunity-plugins.json
file.I have given proper attribution to these other projects in my
README.md
.