https://github.com/andrewarrow/byline
vim inspired editor for tailwindcss specific content.
https://github.com/andrewarrow/byline
css tailwindcss vim
Last synced: 3 months ago
JSON representation
vim inspired editor for tailwindcss specific content.
- Host: GitHub
- URL: https://github.com/andrewarrow/byline
- Owner: andrewarrow
- License: mit
- Created: 2023-12-24T07:12:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T22:47:06.000Z (about 2 years ago)
- Last Synced: 2024-12-31T04:02:42.749Z (over 1 year ago)
- Topics: css, tailwindcss, vim
- Language: Go
- Homepage: https://andrewarrow.dev
- Size: 152 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# byline
vim inspired editor for tailwindcss specific content.

# how to use
use normal vim commands to edit
Use [Enter] in command mode to focus on a specific tag.
# video demo
[](https://www.youtube.com/watch?v=E0dd9SzI9Ro)
# special features for tailwind
https://heroicons.com/
https://feathericons.com/
https://daisyui.com/components/accordion/
coming soon...
```
div p-3
div bg-red-900 p-3
div flex items-center
div
left
div w-full flex justify-center
div bg-r w-32 h-32 border
center
div
right
```