textbringer-markdown 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: faca3668f126a89b2f1e9f3e4782ff53ae594c9aa5f630f900065859573e0670
4
- data.tar.gz: 0c98b837d546938f35cc0e36dcd19c67fe096fc960c432c352fd523b3bac6dd1
3
+ metadata.gz: dd81a3ca2b1f1502c6c28fd1e6e904632cebc1b2a6a30901740e4a8097d27669
4
+ data.tar.gz: bb6dfd132b125520edd4d41a490e42cf935ac0fd29c6a651e18e7d33b7820a90
5
5
  SHA512:
6
- metadata.gz: a827224796ae2419d8a29004323ea7b251a84fbb6341d85ca0c6fa4b1441463573ab6464217dcae2c2dcbcb7a4e324ddd0979aa0bb23887e8bc8d63fdeddf799
7
- data.tar.gz: e260e869a1dfdde2169eddc9c36b9bab7c7b060a0ba172133c603f2cb31e6e068e9b64bc80632aa4ccc5d44b9dd1ac1574c545471c25e7b4878af6812b9481d8
6
+ metadata.gz: 3198593a7b35208457693fe463f923f6a0e0f4eef9daf707703761889cb1006cf81ba62f37d31152ecdaef18a7cff89aa592bf681e3e7d5ff399b8e865ceda09
7
+ data.tar.gz: 7333813d4f8bbb953140e1dce0d37e0b2dfec511a9cfba4661d2766f8fa29ca4c74789ca38bca18e60e113a68b13266ceba9d20d1b51a231c048b9ef91e2d844
data/README.md CHANGED
@@ -1,38 +1,53 @@
1
1
  # Textbringer::Markdown
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
3
+ A Textbringer plugin that provides Markdown syntax highlighting with support for headings, code blocks, links, lists, and more.
4
4
 
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/textbringer/markdown`. To experiment with that code, run `bin/console` for an interactive prompt.
5
+ ## Features
6
6
 
7
- ## Installation
7
+ - Syntax highlighting for Markdown elements:
8
+ - Headings (`#` through `######`)
9
+ - Bold (`**text**` or `__text__`)
10
+ - Italic (`*text*` or `_text_`)
11
+ - Inline code (`` `code` ``)
12
+ - Code blocks (triple backticks or 4-space indented)
13
+ - Links (`[text](url)`)
14
+ - URLs (`http://` or `https://`)
15
+ - Blockquotes (`> text`)
16
+ - Lists (`-`, `*`, `+`, or numbered)
17
+ - Horizontal rules (`---`, `***`, or `___`)
18
+
19
+ - Automatically activates for `.md` files
20
+ - Configures buffer settings for Markdown editing (spaces instead of tabs, tab width 4)
8
21
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
22
+ ## Installation
10
23
 
11
- Install the gem and add to the application's Gemfile by executing:
24
+ Install the gem by executing:
12
25
 
13
26
  ```bash
14
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
27
+ gem install textbringer-markdown
15
28
  ```
16
29
 
17
- If bundler is not being used to manage dependencies, install the gem by executing:
30
+ Or add it to your Gemfile:
18
31
 
19
32
  ```bash
20
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
33
+ bundle add textbringer-markdown
21
34
  ```
22
35
 
23
36
  ## Usage
24
37
 
25
- TODO: Write usage instructions here
38
+ The plugin is automatically loaded when you start Textbringer. Simply open any `.md` file and syntax highlighting will be applied automatically.
39
+
40
+ No additional configuration is required.
26
41
 
27
42
  ## Development
28
43
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
44
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
45
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
46
+ To install this gem onto your local machine, run `bundle exec rake install`.
32
47
 
33
48
  ## Contributing
34
49
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/textbringer-markdown.
50
+ Bug reports and pull requests are welcome on GitHub at https://github.com/yancya/textbringer-markdown.
36
51
 
37
52
  ## License
38
53
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Textbringer
4
4
  module Markdown
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textbringer-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - yancya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-21 00:00:00.000000000 Z
11
+ date: 2026-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: textbringer
@@ -48,7 +48,15 @@ metadata:
48
48
  allowed_push_host: https://rubygems.org
49
49
  homepage_uri: https://github.com/yancya/textbringer-markdown
50
50
  source_code_uri: https://github.com/yancya/textbringer-markdown
51
- post_install_message:
51
+ post_install_message: |
52
+ textbringer-markdown is deprecated and no longer maintained.
53
+ Please use textbringer-tree-sitter instead:
54
+ https://github.com/yancya/textbringer-tree-sitter
55
+
56
+ Language support has been consolidated into textbringer-tree-sitter.
57
+ Quick start:
58
+ gem install textbringer-tree-sitter
59
+ textbringer-tree-sitter get markdown
52
60
  rdoc_options: []
53
61
  require_paths:
54
62
  - lib