-
Hi! đź‘‹
remark-lint recently changed (and so did remark). Each rule is now a separate package published to npm, for example, take the `final-newline` rule, which is now [`remark-lint-final-newline`][…
-
When embedding large images into documents (no preview active) it seems that it is getting loaded within the main thread (btw. why is it loaded anyway and not only the reference/path to it). This migh…
-
Not sure how to address this. I guess this plugin is inherently less performant than the other retext plugins. I'm working on an atom plugin to run all the lint-style retext plugins on plaintext, and …
camjc updated
8 years ago
-
I sometimes use photos in my markdown notes, and since the resolutions of modern cameras are way larger than the size of my retext window, only a tiny corner of the photograph is visible in preview.
…
-
The vast majority of editors periodically save a copy from time to time in a temporary file, so that in case the application crashes (for example, if it crashes when the user click "Save"), he will no…
-
In your index.json, many words have a string value for `replace` instead of an array. Each one of these words gives me an error when you call `.join` on the replacement here: https://github.com/admhlt…
-
Although the parser supports fenced code block, the syntax highlighter seems not.
e.g.
``````
```
# this should not be headered
```
``````
Reported by: colinfang
Original Ticket: [retext/tickets/9…
-
https://github.com/silvenon/remark-smartypants
Smartypants automatically translates straight quotes ( " and ' ) into “curly” quote HTML entities
Consider doing this "in-house" if simple enough t…
-
Thanks for this package! It serves a useful niche purpose.
I just wanted to discuss the proper usage. I'm rather new to the JavaScript/Node.js world, so I welcome any constructive feedback.
The …
-
Thanks for sharing this module. Is there any plan to update this module to support PYQT6?