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

joplin-plugin-export2git

v1.0.5

Published

This is a simple plugin is based on the Save Note as MdD(https://joplinapp.org/plugins/plugin/com.joshthor.export/)

Downloads

8

Readme

Joplin Plugin - Save Note as MD and Commit to Git Repository

Description

This is a simple plugin is based on the Save Note as MdD(https://joplinapp.org/plugins/plugin/com.joshthor.export/)

and i fixed export note to md lost images .

also add a new feature that auto execute git commit to git repository in the export folder.

Installation

  1. Download the latest release
  2. In Joplin go to Settings > Plugins > Install plugin from file
  3. Upload the io.sagaii.export2git.jpl file
  4. Restart Joplin

Usage

hat allows for quick and easy export of the current note as a .md file in the folder of your choosing. It was originally made to provide a way to export single notes as .md files, as I believed there was no way in the tool to do so. You can do that without any plugins through the notes window, right click, and export. However, this plugin remains as it speeds up the workflow and removes unnessesary clicks for some users. This plugin adds a small file export button to the toolbar in the editing window. After your export path is set, simply click that to save your file. Optional confirmation window can be enabled in the settings to provide visual confirmation that your file is saved, if you prefer. Once your path is set, all you have to do is click a single button in your toolbar, and the file will export to the path you selected without any additional clicks.

  1. Go to Settings > File Export Settings
  2. Set the folder where you want the .md files to be saved
  3. Navigate to the note you want to export
  4. Click the "Export as MD" button in the toolbar
  5. The note will be saved as a .md file in the folder you specified

Updates

1.0.3

  • Added a "Git Commit" option to the settings. Off by default. Enabling will commit the file to the git repository in the export folder.
  • Export Image to MD subfolder

1.0.2

  • Added a "Swap spaces for dashes" option to the settings. Off by default. Enabling will replace spaces in the file name with dashes. This is useful if you want to use the file name in a URL or do a lot of terminal work.
  • Swapped slashes for dashes in the file name to prevent unnecessary folder creation.

1.0.1

  • Added a "Show confirmation dialog" option to the settings. Off by default. Enabling makes a popup on save to give the user feedback. Can be disabled cause its annoying.
  • Added a popup when the save icon is clicked if the path is not set to prevent user confusion.