Giter Site home page Giter Site logo

booru-tags-vscode's Introduction

Booru Tags Completion Extension for VSCode

This extension provides completion of booru tags.

Features

  • Danbooru tag completion
    • General tags, character tags, copyright tags, artist tags and meta tags
  • Registration of custom tags (e.g. masterpiece, best quality)

screenshot 1

Extension Settings

This extension contributes the following settings:

  • booru-tags.useGeneralTags: Show general tags in completion suggestions. (e.g. 1girl, looking at viewer)
  • booru-tags.useCharacterTags: Show character tags in completion suggestions. (e.g. hakurei reimu, hatsune miku)
  • booru-tags.useCopyrightTags: Show copyright tags in completion suggestions. (e.g. touhou, vocaloid)
  • booru-tags.useArtistTags: Show artist tags in completion suggestions.
  • booru-tags.useMetaTags: Show meta tags in completion suggestions. (e.g. highres, jpeg artifacts)
  • booru-tags.withUnderscore: Use tags with underscores. (e.g. use looking_at_viewer instead of looking at viewer)
  • booru-tags.trailingComma: Add trailing comma after tags. (e.g. complete like solo, instead of solo)
  • booru-tags.customTags: Add custom tags to completion suggestions.
  • booru-tags.filesToEnable: Specify file extensions to enable this extension.

Note: If you are trying to use this extension with files with some extensions like .md or .toml, you will need the following settings in settings.json to enable completion:

{
   "[markdown]": { // or such as [toml]
       "editor.quickSuggestions": {
           "comments": "on",
           "strings": "on",
           "other": "on"
       }
   }
}

Release Notes

1.1.1

Fixed small bugs.

1.1.0

Improved tag descriptions and fixed some missing tags.

1.0.0

Initial release.


booru-tags-vscode's People

Contributors

p1atdev avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.