Johannes Rappen

Results 16 issues of Johannes Rappen

FYI, there is early work on: * which uses: * * and looks to be meant as a replacement for `vuepress`.

enhancement
proposal

When adding: ```latex \usepackage[ usenames, dvipsnames, svgnames ]{xcolor} ``` to the `template.tex` and changing the appearance of inline code in md to: ```diff - \newcommand\mdcode[1]{\texttt{#1}} + \newcommand\mdcode[1]{\texttt{\color{Red!33!Black} #1}} ``` Bookmarks...

#### Changes from `Build 4075` * hidden file extensions * `hidden_file_extensions` * sublime-syntax v2 * `version: 2` * inheritance * `extends` * meta patterns: * `meta_prepend` * `meta_append` * match...

enhancement

⚠️ This issue is caused by `"password": true`. Skip the first section of this page. --- ### Description Sublime Text has rendering issues when CJK characters are followed by (a...

C: Editor
C: i18n

### Description of the bug #3154 lists "none" as a valid category for negative testing, i.e. no symbol. Using the test binary with a Github action workflow results in failing...

C: Build Systems
C: Syntax Highlighting

- update to syntax v2 - add variables - move comments to prototype context - add named contexts for strings & comments while making use of `meta_scope` - replace `captures:...

Using "Hide names and avatars" is not applied to chat members' names in the right sidebar in group chats. Avatars are hidden correctly, though.

bug
help wanted
hacktoberfest

### Description of the bug Sublime Text **does not** open settings (or the changelog or two folders by running `subl subfolder1 && subl subfolder2`) by default in native macOS tabs...

C: OS Integration
C: OS MacOS
T: regression

- Using inheritance split up `JSON.sublime-syntax` into: - `JSON.sublime-syntax` with `scope:source.json` - `JSONC.sublime-syntax` with `scope:source.json.jsonc` - `JSON5.sublime-syntax` with `scope:source.json.json5` - `JSON_dotNET.sublime-syntax` with `scope:source.json.json-dotnet` - Add many more file extensions for...

### Applying different [indent styles](https://en.wikipedia.org/wiki/Indent_style) Should be possible by using a `*.tmPreferences` metadata file that holds whitespace settings that are for example set to either: :warning: You'll need unix line...

T: enhancement
significant
C: Indentation Rules