Descriptive plugin name
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# YAOTP — Yet Another Obsidian Task Plugin
|
# Obsidian GUI Tasks
|
||||||
|
|
||||||
A plugin for [Obsidian](https://obsidian.md) that provides a Todoist-like task management UI for designated markdown files. Instead of editing raw markdown, you interact with a clean task list interface while all changes persist as standard `- [ ]` / `- [x]` checklist items.
|
A plugin for [Obsidian](https://obsidian.md) that provides a task management GUI for designated markdown files. Instead of editing raw markdown, you interact with a clean task list interface while all changes persist as standard `- [ ]` / `- [x]` checklist items.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"id": "yaotp",
|
"id": "obsidian-gui-tasks",
|
||||||
"name": "YAOTP — Task Manager",
|
"name": "Obsidian GUI Tasks",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"minAppVersion": "1.4.0",
|
"minAppVersion": "1.4.0",
|
||||||
"description": "A task management GUI for designated markdown files.",
|
"description": "A task management GUI for designated markdown files.",
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "yaotp",
|
"name": "obsidian-gui-tasks",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "yaotp",
|
"name": "obsidian-gui-tasks",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"obsidian-daily-notes-interface": "^0.9.4",
|
"obsidian-daily-notes-interface": "^0.9.4",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yaotp",
|
"name": "obsidian-gui-tasks",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Yet Another Obsidian Task Plugin",
|
"description": "Obsidian GUI Tasks",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node esbuild.config.mjs",
|
"dev": "node esbuild.config.mjs",
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Yet Another Obsidian Task Plugin (YAOTP) — Requirements
|
# Obsidian GUI Tasks — Requirements
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/* ── YAOTP — Task Plugin Styles ─────────────────────────────────────────── */
|
/* ── Obsidian GUI Tasks Plugin Styles ─────────────────────────────────────────── */
|
||||||
|
|
||||||
/* View root */
|
/* View root */
|
||||||
.yaotp-view {
|
.yaotp-view {
|
||||||
|
|||||||
Reference in New Issue
Block a user