Giter VIP home page Giter VIP logo

mayank1513 / vscode-extension-trello-kanban-board Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 1.0 1.04 MB

Simple trello like kanban board for VS Code. Visually organize your ideas!

Home Page: https://vscode-extension-trello-kanban-board.vercel.app

License: MIT License

JavaScript 8.68% HTML 0.61% TypeScript 80.49% SCSS 10.22%
javascript kanban kanban-board nodejs react trello-board typescript upforgrabs vite vscode-extension

vscode-extension-trello-kanban-board's Introduction

Hola               

Typing SVG

NPM Downloads for packages by mayank1513

Dynamic and detail-oriented Software Architect with a knack for conceptualizing and delivering elegant, user-friendly solutions effectively and efficiently. Enjoy building powerful web applications, learning new technologies, and improving overall knowledge. A dedicated and persistent person. A team player but do not shy away from working as an individual contributor.

Experience: 9 years, Architect/Senior/Lead Full Stack/Front End Engineer

Key Skills: JavaScript/TypeScript, React/Next.js/JSX, HTML/CSS/SCSS, Vue.js/Nuxt.js, Firebase, Prisma, Firefox-addon, Azure/Amazon Web Services/Google Cloud Platform, Android/Java

Career Highlights

  • Top 1% talent on Upwork with 100% 5-star client feedback.
  • Amazing clients and collaborators including Microsoft, WHO, Sequoia Capital, Just Analytics, NUS, MIT, Default
  • Multi-domain expertise with experience working on cutting-edge projects - Front end and Android, Nextgen Solar cell research (in collaboration with MIT), Advanced scrapping with cognitive capabilities, Computer vision and ML POCs, MVP – Tele-bot powered by data and AI that talked like human and understood human language, cutting-edge front-end project.
  • Microsoft certified professional.
  • Open source contributor: GitHub NPM Downloads for packages by mayank1513 React18 Tools Organization's stars Mayank Chaudhari's stars excluding organizations

vscode-extension-trello-kanban-board's People

Contributors

mayank1513 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

omoshirokunai

vscode-extension-trello-kanban-board's Issues

Cursor should be at the end of input when clicking on the task

Is your feature request related to a problem? Please describe.
When task is clicked, it becomes editable. But the cursor is brought at the start of editing area.

Describe the solution you'd like
Cursor should be at the end of input when clicking on the task

Allow for linebreaks/carriage return in tasks

Allow for linebreaks/carriage return in task. When the user pushes Enter or Shift+Enter, new lines are inserted.
This feature would offer another way to format the task text.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

Multiple kanban workspace boards in the same workspace

Is your feature request related to a problem? Please describe.

Not a problem, more a design limitation.

Describe the solution you'd like

Ability to have multiple workspace (not global) kanban boards in the same workspace (e.g. by naming each board - 'board-1.kanban', 'board-2.kanban', etc.)

I know we can have one per workspace, but for my needs (using .foam notes) I need to have multiple boards with different names all accessible from the same workspace.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

Collaboration-friendly storage format

Request 1

Is your feature request related to a problem? Please describe.
My feature is not related to a bug, but rather an inconvenience : you store the whole board as a single-line JSON file named .tkb (at least for the workspace version, I haven't tested the global one) which makes it a pain to merge when working collaboratively.

Formatting it as a proper JSON file would go a long way towards making merges easier.

Apologies if I missed something.

Describe the solution you'd like
Having a properly formatted JSON file, where as many newlines as required are used (even though multi-line text will necessarily be stored as a single line if in a single JSON string). Maybe an array of lines could be used to store card contents, so that it's even more merge-friendly.

Describe alternatives you've considered
Other TODO.md based extensions are much more Git-friendly, but are certainly less extensible.

Additional context
N/A

Request 2 (related)

Maybe allowing to open TODO.md files could be a nice idea? This is straying away from your vision though.

Request 3

Nitpick : there's a small typo in your vscode extension page

"🤩 Don't forget to start this repo!" should be "🤩 Don't forget to star this repo!" 😀

When you edit the input and move to another tab while focus is still on the input - changes are lost

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Open TKB
  2. Add task or edit an existing task
  3. Switch the tab without clicking anywhere on the TKB page
  4. Come back to TKB and changes are lost.

Expected behavior
The updates should be persisted

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

For each task there should be a task id generated.

It will be really great if each task has a task id generated. It will be really helpful while write creating git commits and pull requests.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

Board issue when adding a link and clicking on it

when adding a link in format link_name
After clicking the link, the task block goes to blank and it's a kind of triky to go back and recover the text in it.

To Reproduce
Steps to reproduce the behavior:

  1. Add a link in format link_name
  2. Click on 'link_name'
  3. the link is working correcly and being opened in the browser
  4. the block where the link is goes to blank

Expected behavior
the block where the link is remains as it is, maybe the link changes color to "visited"

Desktop (please complete the following information):

  • OS and framework: vscode 1.90.01 runing in windows 11
  • Browser: Chrome

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

Ability to switch Theme

Is your feature request related to a problem? Please describe.

Describe the solution you'd like
There should be a button to toggle dark/light theme

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Ability to style (e.g. colour) the kanban cards and columns

Is your feature request related to a problem? Please describe.

Not a problem, more a design limitation.

Describe the solution you'd like

Ideally, an options menu to colour:

  • individual columns
  • individual cards
    • manually, and
    • by tags in the card (first tag in the card will be the priority

Failing that, ability to do it via CSS

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

Allow for mouse text selection

Currently you must get your cursor to focus in the task before the text can be selected, and then it can only be done with the keyboard. It would be much more useful to be able to select the text with your mouse, without having to focus in the task.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

[FEATURE] Trello Sync

Obviously this would make me super happy. Maybe other people. I would love love love for this beautifully-made app to sync with my Trello. Then I could communicate with my team. Or at least an API or something that makes this possible. Or todoist.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.