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

Add flag Find all Markdown files, Ignore ts/te tags, Automatically at the end/head of the file. #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yiranzai
Copy link

--all Find all Markdown files for non-hidden folders
--auto Ignore ts/te tags, Automatically at the end/head of the file
--head The TOC is generated in the header of the file, requires --auto

just pr and can close #115

--auto Ignore ts/te tags, Automatically at the end/head of the file
--head The TOC is generated in the header of the file, requires --auto
@yiranzai
Copy link
Author

The tests hasn't been updated for a long time, I'm just focusing on my part

# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea
Copy link
Owner

Choose a reason for hiding this comment

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

This file should contain repository-specific ignore patterns. Please use global ignore file for editors, etc: https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer

Choose a reason for hiding this comment

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

@yiranzai to configure a global Gitignore, here is an example:

mkdir -p ~/.config/git
curl -s \
  https://raw.githubusercontent.com/github/gitignore/master/{Global/JetBrains,Global/Vim,Global/VisualStudioCode,Global/macOS,Python,Terraform,Node}.gitignore \
  > ~/.config/git/ignore

Then try reverting this .gitignore's changes and seeing what remains in the diff

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.

None yet

3 participants