Giter VIP home page Giter VIP logo

asciimoji's People

Contributors

jigglycrumb avatar tombatron 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

Watchers

 avatar  avatar  avatar  avatar

asciimoji's Issues

Support for multi-line ASCII art?

Say I have an ascii art I want to be able to easily share, like this "fabulous" dude:
⊂_ヽ
  \\ _
   \( ͡° ͜ʖ ͡°)
    < ⌒ヽ F
   /   へ\ A
   /  / \\ B
   レ ノ   ヽ_つ U
  / / L
  / /| O
 ( (ヽ U
 | |、\S
 | 丿 \ ⌒)
 | |  ) /
`ノ )  Lノ
(_/

Currently if I post this into the settings, it strips all the newlines. Would it be possible save them? I think the change should be very simple, it might be just a UI issue as far as I know.

plain text emoji file

Hey so this is not an issue per say but I always wanted a plain text file for shell scripts and other use cases. Here is that file.

I used this function to generate it

function makeText() {
  for ([key, values] of Object.entries(dictionary)) {
    if (typeof values.ascii === 'function') {
      continue // we need to skip functions as this is a static list
    }
    console.log(`${[key, ...values.words]} ${values.ascii}`)
  }
}

I then capture that output in the shell into a file. its not a very elegant way to generate this file but it works for the most part.
I also have to ignore the emojis that take in a function as this is a static file but for me anyway its a small price to pay. If you want me to spin this into a PR where it generates a plain text file whenever it changes then I would be happy to oblige

ascii-emoji.txt

Add asciimoji via rightclick

Hello,

hopefully this is still alive. Can we have an additional field in the rightclick menu where all are listed in a big field. Like with a submenu für writing direction but instead of a simple list a list with 5-6 rows so it's easier to find one quickly. In the time I need to find an asciimoji in the addon I can just google it (Except for the ones you got in your head)

Chrome extension does not work on certain websites

The chrome extension does not work on some websites. I'll try to collect these sites in this issue, so please comment below with the URL when you have found a site that is not already listed here.

There seems to be an issue with sites that use React. I guess the jQuery script doesn't really trigger updates to React's virtual DOM.

Sites that don't work:

  • facebook.com
  • twitch.tv

Add Firefox support

There are a lot of people like me who love Firefox for its web development and privacy capabilities. It would be great if you could offer a port of ASCIImoji to Firefox. I've never done extension development before, but it sounds like porting it over isn't that difficult, according to this documentation page by mozilla. In fact, you can test your current extension compatibility by uploading your .crx extension file on this page.
I'd really like to see this coming to Firefox!

asciimoji isn't defined

When I tried to include your JS (tried both from DIST and SRC) I always got an error in console:
Uncaught ReferenceError: asciimoji is not defined
It's the last asciimoji
(jQuery,window,document,asciimoji);
When I tried to remove it, consoles start looping other undefined, because I'm new to JQuery, I don't know how to fix that.
Thanks for helping me out!

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.