Code Monkey home page Code Monkey logo

alfred-tailwindcss-docs's People

Contributors

clnt avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfred-tailwindcss-docs's Issues

Better search results for Tailwind 3?

Hi,

Thanks for supporting Tailwind 3 in Feb, though search results for v3 seem to be worse than for v2 (and there were no new workflow releases after that):

2022-07-16 15 18 23

Is it possible to make the search more relevant for v3 as well?

Thank you!

TailwindCSS v3 Support

New version required to support TailwindCSS v3 and v2, keep older compatibility for now. v0 compatibility to be dropped on next release.

New commands will be:

tw - TailwindCSS v3
tw2 - TailwindCSS v2
tw1 - Tailwind CSS v1
tw0 - Tailwind CSS v0

Will try and get an update done asap, currently the public docsearch config for TailwindCSS has not been updated to add a v3 (only the domain change to fix v2).

Preview not showing

When searching through Alfred and using the Cmd+Y shortcut to preview the webpage, it's not showing the page. It briefly shows it and then goes to the blue background (darkmode background). It did work in the previous versions that used to show Tailwind V2. When switching to Tailwind V3 it's breaking on me. Not sure if it's something on my side or in general.

Alfred v3 incompatible

Hi, I'm using the Alfred v3 last update, but when I try to use this workflow, I get this error:
image

Here is the v3 version
image

Results became not accurate recently? ๐Ÿค”

Hi,

First of all, thank you for the great workflow you've created! ๐Ÿ‘

Just wanted to mention that recently results became not accurate for me... ๐Ÿค”

For example, when I search for "height", there's no link to the main "Height" page at all:

1-height-workflow

If you use website's search - you'll find it, though:

2-height-website

Even more interesting results if you try "h-10":

2-h-10-workflow

Do you have any ideas?

Thank you!

Tailwind CSS Version 2 Support

Tailwind 1.x docs now located at v1.tailwindcss.com - this will become a tw1 command and require a workflow update.
Tailwind 2.x docs located in existing place so tw command will show results for v2.

PHP Update fix for MacOS Monterey?

Hi, It looks like this workflow uses PHP and macOS 12 removed PHP. I installed PHP using homebrew, now the workflow must be updated to support the PHP script, and AFAIK Alfred takes care of the PHP path. Please do update this extension to support macOS 12.
Thanks

Starting workflow with "php tailwind.php..." doesnt work

Assuming "php" exists no longer works on MacOs Monterey. Please use solution of tailwind workflow:

if [ -f "/opt/homebrew/bin/php" ]; then /opt/homebrew/bin/php tailwindcss.php "{query}" elif [ -f "/usr/local/bin/php" ]; then /usr/local/bin/php tailwindcss.php "{query}" elif [ -f "/usr/bin/php" ]; then /usr/bin/php tailwindcss.php "{query}" fi

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.