mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
• Renamed the main plugin class from ChronoSyncPlugin to TaskNotesPlugin and updated all related types, settings, and UI elements accordingly. • Updated settings interface and default folder paths from "ChronoSync" to "TaskNotes", and renamed ChronoSyncSettingTab to TaskNotesSettingTab. • Modified all ribbon icon labels, command names, group identifiers, and user notices to reflect the new "TaskNotes" branding. • In view types (CalendarView, NotesView, TaskListView), updated container classes and hover sources from "chronosync-*" to "tasknotes-*" for consistent styling and identification. • Changed the view type constants in types.ts to use "tasknotes" prefixes. • In task creation modal and helper functions, adjusted import and instance type to reference TaskNotesPlugin. • Removed legacy daily note metadata commands (incrementPomodoros, toggle-workout, toggle-meditate, and associated update logic) from the main plugin as they are no longer part of TaskNotes functionality. • Cleaned up YAML frontmatter generation in helpers by removing default values for pomodoros, workout, and meditate. This commit ensures branding consistency across the codebase and removes unused functionality, paving the way for continued development of TaskNotes features.
2 lines
No EOL
73 B
TypeScript
2 lines
No EOL
73 B
TypeScript
import TaskNotesPlugin from './src/main';
|
|
export default TaskNotesPlugin; |