Page MenuHomePhorge
Feed Advanced Search

Thu, Apr 11

avivey raised the priority of T15106: "Upload file" in remarkup text fields should attach by default from Normal to High.
Thu, Apr 11, 10:41 · Files, Remarkup

Tue, Apr 2

bekay added a comment to T15744: Render html color codes in remarkup.

Well, you know what would be next level for a dev? If (s)he clicks on it, the color is copied to the clipboard. We can't use this behavior, because behaviors loose their state in the remarkup cache...

Tue, Apr 2, 09:12 · Remarkup

Mon, Apr 1

20after4 added a comment to T15744: Render html color codes in remarkup.

This should be ready to merge now, if someone wouldn't mind reviewing it.

Mon, Apr 1, 18:14 · Remarkup

Mar 26 2024

valerio.bozzolan closed T15729: Remarkup code blocks: guess the language from the "name" (if available) as Resolved by committing rPb1ae1b1a6789: Remarkup code blocks: guess language from "name=".
Mar 26 2024, 10:20 · User-valerio.bozzolan, Remarkup

Mar 25 2024

valerio.bozzolan claimed T15729: Remarkup code blocks: guess the language from the "name" (if available).
Mar 25 2024, 07:44 · User-valerio.bozzolan, Remarkup
valerio.bozzolan added a revision to T15729: Remarkup code blocks: guess the language from the "name" (if available): D25560: Remarkup code blocks: guess language from "name=".
Mar 25 2024, 07:42 · User-valerio.bozzolan, Remarkup

Mar 19 2024

valerio.bozzolan updated the task description for T15161: Internal resources should avoid to become external links, as default.
Mar 19 2024, 16:41 · User-valerio.bozzolan, Discussion Needed, Remarkup
valerio.bozzolan closed T15182: Simplify the way "internal links" are identified, a subtask of T15161: Internal resources should avoid to become external links, as default, as Resolved.
Mar 19 2024, 16:34 · User-valerio.bozzolan, Discussion Needed, Remarkup
valerio.bozzolan closed T15182: Simplify the way "internal links" are identified as Resolved by committing rP328aee033fbd: isSelfURI: fix anchors and relative URIs (that are "self" indeed).
Mar 19 2024, 16:34 · User-valerio.bozzolan, Remarkup

Mar 15 2024

avivey added a comment to T15756: Rendering remarkup with many embedded code blocks is very slow.

(I've put a note in Dependencies for now)

Mar 15 2024, 18:23 · Remarkup
avivey renamed T15756: Rendering remarkup with many embedded code blocks is very slow from Parsing for a fairly reasonable sized remarkup text takes too long to Rendering remarkup with many embedded code blocks is very slow.
Mar 15 2024, 09:17 · Remarkup
bekay added a comment to T15756: Rendering remarkup with many embedded code blocks is very slow.

Updated Pygments with pip to 2.17.2 und cut the time in half. So yeah, that's already an improvement.

Mar 15 2024, 09:08 · Remarkup
avivey added a comment to T15756: Rendering remarkup with many embedded code blocks is very slow.

I guess we could also try to cache the individual rendered code-blocks.

Mar 15 2024, 09:08 · Remarkup
bekay added a comment to T15756: Rendering remarkup with many embedded code blocks is very slow.

Well, good to know that it is not something in the phorge codebase. Our server has pygmentize 2.14.0 - but the server itself is really not the best, so that could be an explanation. Maybe we could make some remarks about performance and keeping the versions fresh on the diviner page...

Mar 15 2024, 08:14 · Remarkup

Mar 14 2024

avivey added a comment to T15756: Rendering remarkup with many embedded code blocks is very slow.

Update: I've installed pygments (2.15.1), and it took about 3 seconds to render. It takes about 14 seconds here (with pygments 2.3.1).

Mar 14 2024, 17:46 · Remarkup
avivey added a comment to T15756: Rendering remarkup with many embedded code blocks is very slow.

mm, dumping this file in my dev env renders pretty much immediately; that's a good sign that it's the code blocks, because (1) pygments is known to be slow and (2) I don't have it installed.

Mar 14 2024, 17:38 · Remarkup
valerio.bozzolan added a comment to T15756: Rendering remarkup with many embedded code blocks is very slow.

I'm quite sure the problem is limited on repeated code blocks.

Mar 14 2024, 17:03 · Remarkup
avivey added a comment to T15756: Rendering remarkup with many embedded code blocks is very slow.

"slow remarkup" often boils down to 1-2 inefficient regexp in a rule somewhere.

Mar 14 2024, 16:47 · Remarkup
valerio.bozzolan triaged T15756: Rendering remarkup with many embedded code blocks is very slow as High priority.

Can reproduce

Mar 14 2024, 15:17 · Remarkup
bekay created T15756: Rendering remarkup with many embedded code blocks is very slow.
Mar 14 2024, 14:46 · Remarkup

Mar 9 2024

valerio.bozzolan added a revision to T15182: Simplify the way "internal links" are identified: D25555: isSelfURI: fix anchors and relative URIs (that are "self" indeed).
Mar 9 2024, 22:30 · User-valerio.bozzolan, Remarkup

Feb 29 2024

20after4 added a comment to T15747: Support short language specifier in code blocks: ```php instead of ```lang=php.

Added documentation in D25547: Diviner: Improve documentation for remarkup code blocks

Feb 29 2024, 17:36 · Remarkup
valerio.bozzolan added a comment to T15747: Support short language specifier in code blocks: ```php instead of ```lang=php.

Yeah enjoy this feature! Already part of our glorious 2023 Week 32

Feb 29 2024, 08:31 · Remarkup
valerio.bozzolan merged T15747: Support short language specifier in code blocks: ```php instead of ```lang=php into T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.
Feb 29 2024, 08:30 · Feature Requests, Remarkup
valerio.bozzolan merged task T15747: Support short language specifier in code blocks: ```php instead of ```lang=php into T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.
Feb 29 2024, 08:30 · Remarkup
valerio.bozzolan closed T15293: Try to avoid message: Transaction (of type "core:file") has no effect as Resolved by committing rP6df26b98c104: Comments: avoid confusing warning about "core:file".
Feb 29 2024, 08:17 · Files, Remarkup
valerio.bozzolan closed T15293: Try to avoid message: Transaction (of type "core:file") has no effect, a subtask of T15106: "Upload file" in remarkup text fields should attach by default , as Resolved.
Feb 29 2024, 08:17 · Files, Remarkup
20after4 closed T15747: Support short language specifier in code blocks: ```php instead of ```lang=php as Invalid.
Feb 29 2024, 06:34 · Remarkup
20after4 added a comment to T15747: Support short language specifier in code blocks: ```php instead of ```lang=php.

Hahah I guess I could have tested it first.

Feb 29 2024, 06:33 · Remarkup
avivey updated subscribers of T15747: Support short language specifier in code blocks: ```php instead of ```lang=php.

I think we already did - @valerio.bozzolan ?

Feb 29 2024, 05:28 · Remarkup

Feb 28 2024

20after4 created T15747: Support short language specifier in code blocks: ```php instead of ```lang=php.
Feb 28 2024, 18:35 · Remarkup
valerio.bozzolan added a revision to T15293: Try to avoid message: Transaction (of type "core:file") has no effect: D25544: Comments: avoid confusing warning about "core:file".
Feb 28 2024, 15:49 · Files, Remarkup
valerio.bozzolan claimed T15293: Try to avoid message: Transaction (of type "core:file") has no effect.

Gotcha. Probably this is generating the attachment transactions but should be "ignored on no effects":

Feb 28 2024, 15:23 · Files, Remarkup
valerio.bozzolan added a comment to T15106: "Upload file" in remarkup text fields should attach by default .

This feature is not complete also for Conpherence AFAIK

Feb 28 2024, 15:02 · Files, Remarkup

Feb 27 2024

20after4 added a comment to T15743: Support for math (LaTeX) in Remarkup.
Feb 27 2024, 01:21 · Remarkup

Feb 26 2024

20after4 added a comment to T15743: Support for math (LaTeX) in Remarkup.

Interestingly, I just discovered Wikimedia has a pretty cool project to render math on the server side, by transpiling some js into php:

Feb 26 2024, 19:18 · Remarkup
20after4 added a comment to T15743: Support for math (LaTeX) in Remarkup.

There is also MathJax, a subset of LaTex that only covers the mathematical notation without the page layout functionality.

Feb 26 2024, 17:42 · Remarkup

Feb 25 2024

valerio.bozzolan added a comment to T15743: Support for math (LaTeX) in Remarkup.

I see that it depends on a NodeJS external script (server-side).

Feb 25 2024, 15:34 · Remarkup
20after4 claimed T15744: Render html color codes in remarkup.
Feb 25 2024, 04:14 · Remarkup
20after4 triaged T15744: Render html color codes in remarkup as Normal priority.
Feb 25 2024, 04:14 · Remarkup
20after4 added a revision to T15744: Render html color codes in remarkup: D25540: Add PhutilRemarkupHexColorCodeRule, a new remarkup rule to format color codes.
Feb 25 2024, 04:10 · Remarkup
20after4 added a comment to T15744: Render html color codes in remarkup.

This would be useful for discussions about design, specifically I wished for this feature while reviewing D25491: Improve contrast of Links in Dark Mode

Feb 25 2024, 00:53 · Remarkup
20after4 created T15744: Render html color codes in remarkup.
Feb 25 2024, 00:48 · Remarkup
20after4 created T15743: Support for math (LaTeX) in Remarkup.
Feb 25 2024, 00:40 · Remarkup

Feb 7 2024

revi attached a referenced file: F1263882: image.png.
Feb 7 2024, 11:03 · Remarkup, Bug Reports
revi created T15733: IDN not in a punycode format is not recognized as a link.
Feb 7 2024, 11:03 · Remarkup, Bug Reports

Jan 31 2024

valerio.bozzolan triaged T15729: Remarkup code blocks: guess the language from the "name" (if available) as Low priority.
Jan 31 2024, 17:16 · User-valerio.bozzolan, Remarkup

Jan 28 2024

bekay closed T15716: Remarkup header have a fixed line height and are less readable with increased size as Resolved by committing rPf8db94f2bfbe: Add flexible line height to remarkup headers.
Jan 28 2024, 11:45 · Discussion Needed, Remarkup

Jan 22 2024

bekay added a revision to T15716: Remarkup header have a fixed line height and are less readable with increased size: D25523: Add flexible line height to remarkup headers.
Jan 22 2024, 16:57 · Discussion Needed, Remarkup

Jan 19 2024

avivey added a comment to T15716: Remarkup header have a fixed line height and are less readable with increased size.

Values given in em units may produce unexpected results...

Jan 19 2024, 10:32 · Discussion Needed, Remarkup

Jan 18 2024

bekay created T15716: Remarkup header have a fixed line height and are less readable with increased size.
Jan 18 2024, 18:33 · Discussion Needed, Remarkup

Jan 17 2024

avivey added a comment to T15712: Support Literal Blocks Syntax Inline.

If it's only for a small number of such words, they should probably just be added to the blacklist remarkup.ignored-object-names - in fact, we should probably add S3 at least as a default; And probably find a way to expose this config option. Maybe a button on the Remarkup box that will help adding things to the blacklist?

Jan 17 2024, 14:56 · Remarkup

Jan 16 2024

Ekubischta added a comment to T15712: Support Literal Blocks Syntax Inline.

Is the motivation only to allow not-magicking things like "S3" and "F1", or is there more?

Looks like the tickets end in a Wontfix in https://secure.phabricator.com/T5301; I didn't follow the whole thing, but often the reasoning in Remarkup boils down to performance.

Jan 16 2024, 20:27 · Remarkup
avivey added a comment to T15712: Support Literal Blocks Syntax Inline.

mm, see this one: https://secure.phabricator.com/T5301#211340

Jan 16 2024, 20:11 · Remarkup
avivey added a comment to T15712: Support Literal Blocks Syntax Inline.

Is the motivation only to allow not-magicking things like "S3" and "F1", or is there more?

Jan 16 2024, 20:09 · Remarkup
Ekubischta updated the task description for T15712: Support Literal Blocks Syntax Inline.
Jan 16 2024, 14:34 · Remarkup
Ekubischta created T15712: Support Literal Blocks Syntax Inline.
Jan 16 2024, 14:33 · Remarkup

Dec 14 2023

valerio.bozzolan added a comment to T15161: Internal resources should avoid to become external links, as default.

Since I can, thanks to that revision, at work I've put this additional CSS rule for extra nonsense scary climax.

Dec 14 2023, 18:05 · User-valerio.bozzolan, Discussion Needed, Remarkup
valerio.bozzolan updated the task description for T15161: Internal resources should avoid to become external links, as default.
Dec 14 2023, 16:42 · User-valerio.bozzolan, Discussion Needed, Remarkup

Nov 14 2023

waldyrious updated the task description for T15644: Support backticks in inline and block code by wrapping with multiple backticks.
Nov 14 2023, 14:47 · Feature Requests, Remarkup

Nov 10 2023

waldyrious added a watcher for Remarkup: waldyrious.
Nov 10 2023, 09:17

Oct 25 2023

speck added a comment to T15106: "Upload file" in remarkup text fields should attach by default .

I had communicated these upstream (almost exactly a year ago~) and some helpful information was provided

Oct 25 2023, 21:33 · Files, Remarkup

Sep 22 2023

waldyrious updated the task description for T15644: Support backticks in inline and block code by wrapping with multiple backticks.
Sep 22 2023, 22:22 · Feature Requests, Remarkup
waldyrious created T15644: Support backticks in inline and block code by wrapping with multiple backticks.
Sep 22 2023, 22:17 · Feature Requests, Remarkup
waldyrious added a comment to T15643: Support marking text with <ins> in Remarkup.

Note: the <ins> tag is typically rendered as underlined text, so this would be very similar to the <u> formatting that is produced with __foobar__foobar. In fact, it might be worth repurposing that rule to produce <ins> instead, since ~~foobar~~ actually creates a semantic <del> tag rather than the presentational equivalent <s> (strikethrough) tag.

Sep 22 2023, 21:58 · Feature Requests, Remarkup
waldyrious created T15643: Support marking text with <ins> in Remarkup.
Sep 22 2023, 21:47 · Feature Requests, Remarkup
waldyrious added a comment to T15245: Continue bulleted/numbered list during new line.

Ugh. I added this to the UX project but forgot to remove the test content from the comment box, so my changes ended up coupled with a comment that said "- List Item". I tried to delete the comment but now it looks weird like some sort of redacted content :( anway, though I'd leave the note here in case anyone is confused with the deleted comment.

Sep 22 2023, 21:36 · UX, Feature Requests, Remarkup
waldyrious added a project to T15245: Continue bulleted/numbered list during new line: UX.
Sep 22 2023, 21:34 · UX, Feature Requests, Remarkup

Sep 6 2023

valerio.bozzolan added a comment to T15401: Make the Remarkup Help Page Extensible.

While it could be nice to have this, in the meanwhile I think that having something minimal like D25434 would be nice

Sep 6 2023, 08:25 · Documentation, Remarkup

Aug 6 2023

Bukkit added a comment to T15245: Continue bulleted/numbered list during new line.
  • Automatically continued bulleted list upon new line
Aug 6 2023, 18:41 · UX, Feature Requests, Remarkup

Aug 1 2023

valerio.bozzolan added a comment to T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.

Should this be documented here? I think yes

Aug 1 2023, 08:08 · Feature Requests, Remarkup

Jul 8 2023

avivey renamed T15401: Make the Remarkup Help Page Extensible from Add Documentation about Figlet and Cowsay to Make the Remarkup Help Page Extensible.
Jul 8 2023, 15:43 · Documentation, Remarkup

Jul 4 2023

valerio.bozzolan closed T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks as Resolved by committing rP80484b76a5ff: Remarkup Code-block: parse language specifier in markdown.
Jul 4 2023, 16:23 · Feature Requests, Remarkup
valerio.bozzolan updated the task description for T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.
Jul 4 2023, 15:20 · Feature Requests, Remarkup

Jul 3 2023

avivey added a project to T15500: Improve Remarkup unit tests to always trigger the .txt checks: Phorge Development Tools.
Jul 3 2023, 18:16 · Phorge Development Tools, Remarkup

Jun 28 2023

Cigaryno added a project to T15500: Improve Remarkup unit tests to always trigger the .txt checks: Remarkup.
Jun 28 2023, 19:13 · Phorge Development Tools, Remarkup

Jun 27 2023

valerio.bozzolan added a comment to T15503: when embedding images in remarkup block, allow adding border.

Workaround 😎

Jun 27 2023, 12:33 · UX, Remarkup
valerio.bozzolan renamed T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks from Support language highlighting for GitHub+GitLab+StackOverflow "Flavored Markdown" code blocks to Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.
Jun 27 2023, 12:00 · Feature Requests, Remarkup
valerio.bozzolan updated the task description for T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.
Jun 27 2023, 09:07 · Feature Requests, Remarkup
valerio.bozzolan added a comment to T15503: when embedding images in remarkup block, allow adding border.

(The file F315310 is not public)

Jun 27 2023, 09:07 · UX, Remarkup
avivey created T15503: when embedding images in remarkup block, allow adding border.
Jun 27 2023, 07:00 · UX, Remarkup

Jun 26 2023

valerio.bozzolan claimed T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.

Interestingly, it works ._.

Jun 26 2023, 15:21 · Feature Requests, Remarkup
avivey updated the task description for T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.
Jun 26 2023, 08:59 · Feature Requests, Remarkup

Jun 25 2023

valerio.bozzolan renamed T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks from Support language highlighting for GitHub+GitLab "Flavored Markdown" code blocks to Support language highlighting for GitHub+GitLab+StackOverflow "Flavored Markdown" code blocks.
Jun 25 2023, 09:18 · Feature Requests, Remarkup
valerio.bozzolan added a comment to T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.

Interestingly, Remarkup allowed too many things, so this Task cannot be 99.99999% safe.

Jun 25 2023, 09:02 · Feature Requests, Remarkup
valerio.bozzolan updated the task description for T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.
Jun 25 2023, 08:56 · Feature Requests, Remarkup

Jun 24 2023

valerio.bozzolan updated the task description for T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks.
Jun 24 2023, 20:03 · Feature Requests, Remarkup

Jun 23 2023

valerio.bozzolan added a comment to T15245: Continue bulleted/numbered list during new line.

Please describe the thing using 3 backticks like in this comment (see raw remarkup)

Jun 23 2023, 14:34 · UX, Feature Requests, Remarkup

Jun 20 2023

bekay added a comment to T15161: Internal resources should avoid to become external links, as default.

I think the current revision is a good compromise. The current behavior makes no sense from the perspective of modern UX patterns:

Jun 20 2023, 13:51 · User-valerio.bozzolan, Discussion Needed, Remarkup
valerio.bozzolan moved T15161: Internal resources should avoid to become external links, as default from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Jun 20 2023, 09:32 · User-valerio.bozzolan, Discussion Needed, Remarkup
valerio.bozzolan renamed T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks from Support language highlighting for "GitHub Flavored Markdown" code blocks to Support language highlighting for GitHub+GitLab "Flavored Markdown" code blocks.
Jun 20 2023, 07:05 · Feature Requests, Remarkup

Jun 19 2023

valerio.bozzolan added a comment to T15161: Internal resources should avoid to become external links, as default.
In T15161#4416, @avivey wrote:

I agree with this, but I think we should let this wait for broader discussion - there maybe good counter-arguments.

Jun 19 2023, 13:30 · User-valerio.bozzolan, Discussion Needed, Remarkup

Jun 15 2023

valerio.bozzolan added a revision to T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks: D25299: Remarkup Code-block: parse language specifier in markdown.
Jun 15 2023, 20:55 · Feature Requests, Remarkup
valerio.bozzolan added a revision to T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks: D25034: support language highlighting for GFM-style code blocks.
Jun 15 2023, 19:49 · Feature Requests, Remarkup
valerio.bozzolan triaged T15481: Support language highlighting for GitHub+StackOverflow+GitLab "Flavored Markdown" code blocks as Low priority.
Jun 15 2023, 19:47 · Feature Requests, Remarkup

May 29 2023

valerio.bozzolan added a comment to T15106: "Upload file" in remarkup text fields should attach by default .

Another use case: Drag & Drop on a new Object description, even if the Object is not already created, should attach by default to it.

May 29 2023, 10:11 · Files, Remarkup

May 27 2023

valerio.bozzolan added a comment to T15401: Make the Remarkup Help Page Extensible.
_____________________________________ ( I think having Remarkup rules being ) ( able to spawn their documentation ) ( section would be great, yup ) ------------------------------------- o . . o / `. .' " o .---. < > < > .---. o | \ \ - ~ ~ - / / | _____ ..-~ ~-..-~ | | \~~~\.' `./~~~/ --------- \__/ \__/ .' O \ / / \ " (_____, `._.' | } \/~~~/ `----. / } | / \__/ `-. | / | / `. ,~~| ~-.__| /_ - ~ ^| /- _ `..-' | / | / ~-. `-. _ _ _ |_____| |_____| ~ - . _ _ _ _ _>
May 27 2023, 19:48 · Documentation, Remarkup
avivey added a comment to T15401: Make the Remarkup Help Page Extensible.

I think a more generic solution here is "Make the Remarkup Help Page Extensible", so that Remarkup rules can add their own sections (Possibly under the Guides application, if it still exists?)

May 27 2023, 07:44 · Documentation, Remarkup

May 24 2023

valerio.bozzolan updated the task description for T15401: Make the Remarkup Help Page Extensible.
May 24 2023, 15:29 · Documentation, Remarkup
valerio.bozzolan updated the task description for T15401: Make the Remarkup Help Page Extensible.
May 24 2023, 14:55 · Documentation, Remarkup