generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
it allows to choose which fields to be used either by picking or omiting fields ```js //everything except api.limitedForm('example-form',{ omit:['name','age']}); // only name and age api.limitedForm('example-form',{ pick:['name','age']}); ``` fixes #39
- Loading branch information
1 parent
2610b37
commit b0acb29
Showing
1 changed file
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters