I am thrilled to introduce you to a powerful tool designed to streamline and enhance your note management process. My plugin offers a comprehensive suite of features to help you efficiently analyze, categorize, and manage your notes with ease. Whether you're a diligent organizer or a casual user looking to improve your note-taking efficiency, this plugin is tailored to meet your needs with precision and flexibility. The core functionality revolves around allowing you to make informed decisions on your notes by offering detailed analysis, personalized filtering options, and sophisticated tagging capabilities. With intuitive prompts and user-friendly interfaces, you can easily sort notes by creation or modification date, apply custom tags, and categorize notes based on predefined criteria.
Navigating through the plugin is designed to be as seamless as possible. Start by choosing your preferred analysis method and proceed to refine your note selection with our advanced filtering options. Whether you’re aiming to focus on specific tags, review notes from particular months, or sort by untagged entries, my plugin provides the tools you need to tailor the review process to your exact requirements. The interactive prompts guide you through each step, ensuring that you capture all relevant details while providing flexibility to adapt the process to your unique needs. Furthermore, the inclusion of an audit reporting feature means that every decision made is well-documented, allowing you to track and review changes with a clear and organized format.
As you explore and utilize the plugin, we encourage you to take advantage of its robust functionality to maximize your productivity and streamline your note management tasks. Our goal is to provide you with a tool that not only simplifies the process but also enhances your overall note-taking experience. Whether you’re looking to clean up your note repository, make strategic decisions on note management, or gain insights from your notes’ historical data, this plugin is here to support you every step of the way. We’re excited for you to start this journey and are confident that this tool will become an invaluable asset in your note-taking arsenal. Welcome aboard, and happy reviewing!
Welcome to the Note-Taking Plugin! This guide will walk you through the features and help you make the most of the plugin for managing and analyzing your notes.
Feature Overview:
This feature allows you to analyze your notes to spot trends and patterns over time.
How to Use:
Start the Analysis:
Click on "Analyze!" to begin.
You will be prompted to choose how you want to proceed: by the date the note was created or the date it was last modified.
Viewing the Analysis:
The plugin will generate a Pivot Table showing your notes summarized by year and month.
This table helps you identify high-activity periods where you took the most notes.
Report Generation:
After analyzing, you can create a detailed report. Options include a quick random selection of notes or a custom report where you specify the number of notes and filter criteria.
Feature Overview:
Generate customized reports of your notes based on your preferences.
How to Use:
Choose Your Options:
Select “Report!” to open the prompt.
Decide if you want a random selection or a custom report. If you choose custom, you can specify the number of notes, sort options, and filter by month and year.
Report Content:
The report will include details like note creation and update dates, tags, and links to each note.
You can review the notes and categorize them as you see fit.
"daily-jot" Report Option:
By default it takes in 5 as the review notes, can be modified from the Plugin Settings.
Sort the list by un-tagged notes by default, can be changed in the code.
This step or process, skips the Analyze part, and directly jumps into Reporting part.
Feature Overview:
This feature lets you make decisions about individual notes after reviewing them.
How to Use:
Make a Decision:
Click on "Decide!" when reviewing a note.
Choose whether to keep, discard, or review the note later.
Add Tags and Comments:
You can also add custom tags and comments to provide additional context or organization.
Be Patient: Analysis and report generation might take a few minutes, especially with large notebooks.
Stay Organized: Regularly review and categorize your notes to keep your notebook organized and useful.
Explore Options: Experiment with different settings in the plugin to find what best suits your note-taking and reviewing needs.
If you have any questions or need further assistance, feel free to ask!
Happy note-taking!
name | Notes Reviewer |
icon | rate_review |
description | 1. Analyzing Your Notes ; 2. Creating Custom Reports ; 3. Reviewing and Categorizing Notes |
instructions | Please fine the Instructions here = Notes Reviewer Docs |
setting | Jot Option [Number of Notes, Default: 5] |
August 2nd, 2024 - Worked on Clearly understanding the requirements + how can I bring it in Amplenote's available options, with maximum feature and also closed loop, with all the features available. (In my prospective!). And also collected the code sample and API codes for various interfaces!
August 5th, 2024 - Build the Decide part and also the Analyze part. Tested and basic features added.
August 6th, 2024 - Build the Report part (the biggest and difficult part). Finalized all three parts, code per se. Also finalized the text scripts which will help the users to take guided and informed decisions! Completed the Docs. + Publish!
October 1st, 2024 - Removed the "!" from the name, for some visual aesthetics, and the functional changes include, now the jotOption will not try to get user inputs, rather it just gets random notes, the number of notes can be defined in the plugin settings page, and sort by untagged notes is turned on by default, and can be turned off in the code. And the Analyze part has been moved to appOptions "Ctrl+o". And all the readme text is moved into a collapsed header for read more, can be expanded if you get stuck or need step by step guide on how to proceed.
Daily Jots Option + App Options + Note Options
Implement code for different options and complete initial setup. ✅
User Selection: Created Date / Last Modified Date
Implement user choice for date-based filtering and complete setup. ✅
Create Note with Standard Name + Time + Review Tags
Create and standardize notes with tags, and implement metadata handling. ✅
Generate Report: Pivot Table (Year, Month, Number of Created/Modified Notes)
Build code for pivot table generation and analysis. 🏮 Focus!
Lecture on Reading and Understanding Reports
Include educational content on interpreting reports. ✅
Text for Next Report Call
Prepare and insert text for the next report call. ✅
Number Count Excluding Review Tags
Implement counting mechanism to exclude notes with review tags. 🏮 Focus!
Additional Request: Daily Jots Disappear After Review
Implement code to hide daily jots after reviewing 10 notes. 🏮 Focus! (PENDING - 1)
Insert Text into Note
Complete insertion of text into notes. ✅
User Selection Options
Implement options for year, month, random year/month, number of notes, and sorting preferences. ✅
Insert List of Notes with Tags and Comments
Include linked notes, tags, and comments in the analysis report. ✅
Create Additional Note with Tags
Create or update a note with tags for analysis. 🏮 Focus! (PENDING - 1)
Create Placeholder Note with Tags and Instructions
Implement placeholder note creation and storage logic. ✅
Generate Random List of Notes (Exclude Review Tags)
Create a list of notes excluding those with review tags. ✅
Filter Notes by Year/Month Based on User Input
Apply year and month filters to note selection. ✅
Random Notes without Year/Month Filter
Implement random note selection without filters. ✅
Limit Number of Notes
Set limits on the number of notes in the list. ✅
Sort by Untagged Notes
Implement sorting to prioritize untagged notes. ✅
Lectures on Next Steps
Include guidance on next steps after report generation. ✅
Add Task for Completion Tracking
Implement task tracking with completion indicators. 🏮 Focus! (PENDING - 2)
Link Option Implementation
Implement options for selecting review tags and automatic tagging. ✅
Tag Management
Handle tags for reports, inbox, keep, discard, review, and moved tags. ✅
Note Name Icon Tagger
Add prefix/suffix icons to notes upon review completion. 🏮 TBD!
Audit Tracker
Implement audit tracking for note movements and record updates. ✅
Handle Errors for Invalid UUID or Non-Amplenote Links
Manage errors for invalid UUIDs or non-Amplenote URLs. ✅
Review Docs and Code
Publish
Email
Future Ideas in the Bucket:
Pass the Tags and Groups into Settings - Next
Easy to handle addition and removal of filters.
Add Task for Completion Tracking - TBD
Implement a task tracking feature to insert text indicating "Review Completed ✅ + Date + Time of Completion" at the beginning of the analysis and review note. 🏮 Focus! (PENDING - 2)
Daily Jots Suggestion Disappearance - TBD - Reach out!
Implement functionality to make jot suggestions disappear after reviewing 10 notes (daily jots). 🏮 Focus! (PENDING - 1)
Create Additional Note with All Tags - TBD
Develop code to create an additional note with all tags or add all tags to the analysis report note. 🏮 Focus! (PENDING - 1)
Create Placeholder Note with Tags and Instructions - TBD
Create a placeholder note with all tags and detailed instructions, only once per day. Implement note creation logic based on settings. ✅
Note Name Icon Tagger - Skip
Develop functionality to add a prefix or suffix icon (tick 🕵) to the note once the review is completed. ✨ Pending - TBD!
High-Level Explanation of the Code For Curious Readers and Explores! Thank you if you have made till here. You are Awesome, if you are reading this! 😀. Have a Great Day Ahead!
Time Invested For this Plugin: 2h 41m + 6h 12m + 11h 30m + 4h 30m = 25h+. [Not including the ideas popping up randomly when doing daily rituals, only Screen Time.]