nextcloud / nextcloud/deck

Automatically assign a tag to a card if it has #tagname in its title during creation

Open
#1,546 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

concept enhancement feature: tags
Dominant language
JavaScript
Stars
1.4k
Forks
354
Avg merge
1d 10h
Merged PRs (30d)
43

Description

Is your feature request related to a problem? Please describe.
Currently it is very cumbersome to add multiple cards as you have to start a new card, enter the title, save them, open the detail editor then assign the tag.

Describe the solution you'd like
It would be nice if I could just add #tagname to the end of the card title and the tag would be automatically assigned to it (then removed from the description).

So if I wanted to add a task Refactoring with a tag #python I could just type Refactoring #python into the card title box.

This would be very similar to how rememberthemilk.com adds new tasks.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the card-creation flow from the title input and identify how titles and tags are currently saved. The feature is done when a title ending in a #tagname assigns that tag during creation and removes the tag text from the saved title.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.