Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update m.json with plugin Markdown2Dir #9034

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JohhannasReyn
Copy link
Contributor

Add Markdown2Dir to Package Control

  • I'm the package's author and/or maintainer.
  • I have have read the docs.
  • I have tagged a release with a semver version number.
  • My package repo has a description and a README describing what it's for and how to use it.
  • My package doesn't add context menu entries. *
  • My package doesn't add key bindings. **
  • Any commands are available via the command palette.
  • Preferences and keybindings (if any) are listed in the menu and the command palette, and open in split view.
  • If my package is a syntax it doesn't also add a color scheme. ***
  • If my package is a syntax it is named after the language it supports (without suffixes like "syntax" or "highlighting").
  • I use .gitattributes to exclude files from the package: images, test files, sublime-project/workspace.

My package is ... is unique in the way it not only converts markdown to files and vise versa, but also generates a directory tree in the generated markdown to see what files have been copied into the markdown. Also, the plugin has a fully customizable configuration allowing you to filter by explicit names, directories, extensions, and partial file names.

There are no packages like it in Package Control.

Add Markdown2Dir to Package Control
Copy link
Collaborator

@packagecontrol-bot packagecontrol-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated testing result: SUCCESS

Repo link: Markdown2Dir

Packages added:
  - Markdown2Dir

Processing package "Markdown2Dir"
  - All checks passed

DuplExpellio allows a user to select or remove all *non-unique entries* in a document or selected body of text.

*Non-unique entries* - any character or string of characters that is determined to delimit the entries to be checked. The delimiter can be a user specified string, character, tab, space, or new line. 

By default - The plugin checks for the delimiting string in the order: "\n"[new line], ","[comma],";"[semi-colon], " "[whitespace]. 

Only if enough delimiters are present in the file does it become used to separate the targeted text into comparable segments; the plugin goes down the list of potential delimiters until one satisfies the user defined "threshold" (configured in the plugin's settings), by default the threshold is set to 8.
Copy link
Collaborator

@packagecontrol-bot packagecontrol-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated testing result: SUCCESS

Repo links:

Packages added:
  - DuplExpellio
  - Markdown2Dir

Processing package "DuplExpellio"
  - All checks passed

Processing package "Markdown2Dir"
  - All checks passed

@braver
Copy link
Collaborator

braver commented Jan 12, 2025

To keep your PR's separate, make 2 different branches in your fork of this repo, and then make a PR for each branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants