npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@phoenix-plugin-registry/go-noji.sudimer

v0.0.2

Published

Sudimer is an extension of Brackets which makes dialogs appear, changes the background, and plays Youtube according to a schedule that can be freely set.

Downloads

2

Readme

Sudimer

Sudimer is an extension of Brackets which makes dialogs appear, changes the background, and plays Youtube according to a schedule that can be freely set.

Description

Do you have a partner?

Yes, By using this extension you can let your partner stay in your Brackets.

DEMO

Sudimer DEMO.

Install

  1. Open the Brackets Extension Manager and search for "Sudimer".

  2. Please push install button.

Usage

Open schedule.json and schedule-sample.json

First of all, select "Open schedule.json" and "Open schedule-sample.json" from the file menu.

Then JSON file for schedule setting and sample file of it will be opened.

schedule.json is a file for setting the schedule, Sudimer parses this file and works. On the other hand, schedule-sample.json is a sample file for writing schedule.json, and editing does not affect Sdimer.

schedule.json's parameter

  • enable: false does not work.
  • default: This is the default string. Use the character set here when using hourly or default settings.
  • frequency: This is a setting on how many seconds the schedule is monitored. Even less than 0.1 seconds will work, but it may burdening the Brackets.

  • partner: The setting of the person appearing in the dialog.
    • image: This is the string for image to set in the dialog. Strings starting with "http: //" or "https: //" refer to online. otherwise refer to images folder at the same level as this json file.
    • name: The name displayed in the dialog

  • schedules: Data of the action to be executed.
    • year, month, date, hour, minute, seconds: These are the year, month, day, hour, minute and second settings. When you enter the character set with default, it means "every ○". Note that the 0 to 23 for hours, 0 to 59 for minutes and seconds.
    • message: This is the sentence displayed in the dialog. If it is set to empty ("") or default character, dialog will not appear.
    • background: A setting to insert an image in the background of Brackets.
      • url: The URL of the image to be inserted. Just like partner's image, distinguish between online and local (images directory). When set to the empty ("") or default character, background action is ignored.
      • size: Sets the image size. It is the so-called background-size value of css. When setting other than "cover" ("contain" or 100px, etc.), images are displayed repeatedly. When set to empty ("") or default character, "cover" is applied.
      • opacity: Set transparency. It is the so-called opacity value of css. Please set it between 0 and 1. When set to the empty ("") or default character, 0.7 will be applied.
    • youtube: Play youtube on the background of Brackets. Please enter "https://www.youtube.com/watch?v=" This part "which is displayed in the address bar when you watch youtube. When set to the empty ("") or default character, Ignore this setting.

Scan schedule.json

Normally, Sudimer analyzes schedule.json when Brackets is launched (also when updating), but it will also be analyzed when you select "Re-scan schedule" in the "File" menu.

Did the partner speak to you at the designated time?

Congrats!

Licence

MIT

Special thanks

Shugo Suda