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/brackets-synapse

v1.2.90

Published

Brackets extension for file sync between local and remote via FTP, Connect to server via SFTP protocol is now available. Show Release Note: https://github.com/kooohei/brackets-synapse/wiki

Downloads

2

Readme

Brackets Synapse

Synapse is an Adobe Brackets extension. You will be provided with useful functions such as you can edit a text file directly on a remote server. May the code be with you :-)

Extension Installation

  1. Choose ** File ** > ** Extension Manager **
  2. Search "synapse" via the search textbox.
  3. Click the "Install" button.

Watch the Extension Installation video

Usage

OFFLINE

Append Server setting

Register your FTP, SFTP account to the extension.

  1. Click the "+" buttonon the top of the panel.
  2. You should input the Host, Port, User and Password.
  3. Switch the forms after you have chosen FTP or SFTP.
  4. FTP: Any empty input is not allowed.SFTP: choose if the auth method should be KEY or PASSWORD. Select a private key file and input the passphrase if needed.

NOTE

For the private key file OpenSSH format is supported. "Current Directory" (optional): initial directory upon the connection. "Exclude files" (optional): CSV file with filepaths to be ignored by Threeview.

"Append server settings" video

"Exclude files" video

Update Server setting

  1. Click to "Show Server list" icon on the left of the "Append Server settings" icon.
  2. The list of your FTP accounts will be displayed into the Server List panel.
  3. Click the "Edit" button.
  4. Click "Update" when you're finished.

Update Server Settings video

ONLINE

Refresh files

  1. Open the context menu by right clicking on the target folder.
  2. Click "Refresh"

Refresh Files video

Rename and Delete

** Rename file, directory **

  1. Open the context menu by right clcking on the target node.
  2. Click "Rename"

** Delete file, directory **

  1. Open the context menu by right clcking on the target node.
  2. Click "Delete"

Rename/Delete files video

Create new item

  1. Open the context menu by right clicking on the directory you want to append a node.
  2. Click "New Directory" in "New Files"
  3. Enter a name for the node.

Create new item video

Troubleshooting

If the server you're accessing contains more than 30,000+ files you'll get this error due to Bracket's limits: