mirror of
https://github.com/4source/favorites-obsidian-plugin.git
synced 2026-07-22 06:44:46 +00:00
* Add commands for managing favorite lists * Refactor favoritePlugins and favoriteThemes handling for improved clarity and performance * Add community plugin/theme management commands and fetch functions * Add note about using a separate key for favorite lists during development * Fix plugin id * Add backup and restore command for favorite lists * Add detailed command descriptions for managing favorite lists in README
26 lines
325 B
Text
26 lines
325 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Don't include the compiled main.js file in the repo.
|
|
# They should be uploaded to GitHub releases instead.
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
backup
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
# Jest Testing
|
|
coverage
|