mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 05:45:04 +00:00
chore: add v2 and build styles
This commit is contained in:
parent
a970d28909
commit
5a251db2f6
4 changed files with 33 additions and 1065 deletions
36
README.md
36
README.md
|
|
@ -9,6 +9,7 @@
|
|||
Track the status of your notes with a powerful, customizable status management system. Mark notes as active, completed, on hold, or create your own custom workflows.
|
||||
|
||||

|
||||
|
||||
_Alt: Demonstration of assigning status to a note using the toolbar dropdown_
|
||||
|
||||
## 🎯 Features
|
||||
|
|
@ -26,13 +27,17 @@ _Alt: Demonstration of assigning status to a note using the toolbar dropdown_
|
|||
- **🚀 Performance Optimized** - Works with large vaults (40k+ notes tested)
|
||||
|
||||

|
||||
|
||||
_Alt: File explorer showing multiple notes with different status icons positioned next to note names and the tooltip with status overview_
|
||||
|
||||

|
||||
|
||||
_Alt: Status dashboard showing current note information, vault statistics with total notes and coverage percentages_
|
||||

|
||||
|
||||
_Alt: Status distribution chart showing different statuses with colored bars and note counts for each status type_
|
||||

|
||||
|
||||
_Alt: Quick actions panel with organized sections for views, current note operations, clipboard actions, and tools_
|
||||
|
||||
## 💻 Technology Stack
|
||||
|
|
@ -63,19 +68,32 @@ Built with modern web technologies for performance and reliability:
|
|||
### Quick Start
|
||||
|
||||
1. **Assign Status**:
|
||||
|
||||
1. Click the "No status" in toolbar
|
||||

|
||||
_Alt: Editor toolbar showing "No status" button for status assignment_
|
||||
|
||||

|
||||
|
||||
_Alt: Editor toolbar showing "No status" button for status assignment_
|
||||
|
||||
2. → Select a status
|
||||
|
||||
2. **View in Explorer**: Status icons appear next to note names
|
||||

|
||||
_Alt: Single file explorer item showing a note with status icon positioned next to the filename_
|
||||
|
||||

|
||||
|
||||
_Alt: Single file explorer item showing a note with status icon positioned next to the filename_
|
||||
|
||||
3. **Browse by Status or open the Dashboard**: Open from left sidebar
|
||||

|
||||
_Alt: Left sidebar showing ribbon buttons for opening grouped status view and status dashboard_
|
||||
|
||||

|
||||
|
||||
_Alt: Left sidebar showing ribbon buttons for opening grouped status view and status dashboard_
|
||||
|
||||
4. **Batch Update**: Select multiple files → Right-click → Change status
|
||||

|
||||
_Alt: Context menu appearing when right-clicking multiple selected files, showing "Change note status" option_
|
||||
|
||||

|
||||
|
||||
_Alt: Context menu appearing when right-clicking multiple selected files, showing "Change note status" option_
|
||||
|
||||
### Example Workflows
|
||||
|
||||
|
|
@ -98,6 +116,7 @@ Built with modern web technologies for performance and reliability:
|
|||
```
|
||||
|
||||

|
||||
|
||||
_Alt: Grouped status view showing notes organized by status with template filtering and search functionality_
|
||||
|
||||
### Custom Statuses
|
||||
|
|
@ -119,6 +138,7 @@ Description: Requires immediate attention
|
|||
```
|
||||
|
||||

|
||||
|
||||
_Alt: Status selection modal showing custom and template statuses with icons, names, and selection interface_
|
||||
|
||||
## 📋 Data Format
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "note-status",
|
||||
"name": "Note Status",
|
||||
"version": "1.0.14",
|
||||
"version": "2.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Enhance your note organization with a status management system. Assign and track statuses (active, on hold, completed, dropped) for your notes with a customizable interface including status pane, dropdown, and file explorer integration.",
|
||||
"author": "Aleix Soler",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "1.0.14",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"name": "obsidian-note-status",
|
||||
"version": "2.0.0",
|
||||
"description": "Enhance your note organization with a status management system. Assign and track statuses (active, on hold, completed, dropped) for your notes with a customizable interface including status pane, dropdown, and file explorer integration.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
|
|
|
|||
1054
styles.css
1054
styles.css
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue