Damith C. Rajapakse

Results 184 issues of Damith C. Rajapakse

Current: we support GFMD syntax for tables Suggestions for improvements: * Ability to use more complex tables such as merged cells e.g., https://www.npmjs.com/package/markdown-it-multimd-table * Ability to create a table based...

p.High
a-AuthorUsability
a-ReaderUsability
c.Goal
d.moderate

Last time I tried, annotations don't seem to work if the src is given as a relative URL, such as the below: ![image](https://github.com/MarkBind/markbind/assets/1673303/3478ec68-677c-4578-ba88-e62b9a519229)

c.Bug 🐛
s.ToInvestigate

One area we can focus on optimizing MarkBind is saving as PDF -- as content-intensive pages might be saved as PDF. A specific use case is [this textbook](https://nus-cs2103-ay2324s2.github.io/website/se-book-adapted/print.html). Steps: 1....

s.UnderDiscussion
s.ToInvestigate

**Updated description:** Justification: It allows to easily 'quote' a part of the page. Current: One can refer to a specific location of a page e.g., `http://abc.com/page.html#location` Problem: This technique can...

p.Low
a-AuthorUsability
a-ReaderUsability
c.Feature 🚀
d.easy

Take the following text. The code below has two `if` statements; one evaluates to `true` while the other doesn't. ```python price = 55 print(price) if price > 50: print('Expensive') weight...

a-AuthorUsability
s.UnderDiscussion
f-CodeBlocks
question

Current: minimized panels appear in a new line, although multiple minimized panels can appear in a single line. ![image](https://user-images.githubusercontent.com/1673303/36472928-1d4a53de-172e-11e8-94de-2c88357c723f.png) Suggest: support a way to push a panel that are minimized...

c.Enhancement
p.Low
a-ReaderUsability
d.hard

It would be good to allow deploying via FTP. For example, Hexo support many ways to deploy https://hexo.io/docs/deployment

p.Medium
a-AuthorUsability
a-Process
d.easy

Watch the top right corner of this gif: ![modal-scrollboar-glitch](https://user-images.githubusercontent.com/1673303/76188589-79778c80-6213-11ea-8008-4ebadfa1db59.gif) It's a minor issue though. Happens only when the topNav is in fixed mode.

p.Low
f-TopNav
d.easy

This is the unsolved part of #1607 Scroll-spying of the pageNav is not working if the heading has an inline include (only in some specific situations) Here is one example:...

p.Low
s.ToInvestigate

v2.12.0, Chrome, Windows Ctrl+Click (to open in new tab) on [this link](https://nus-cs2113-ay1920s2.github.io/website/schedule/week11/topics.html#integration-testing) Expected (this is what you get if you normal-click on the link): ![image](https://user-images.githubusercontent.com/1673303/77603088-20656380-6f4a-11ea-92fc-80475b8c03cd.png) Actual: ![image](https://user-images.githubusercontent.com/1673303/77603109-2bb88f00-6f4a-11ea-9531-cc49d2f1ec20.png)

p.Low
s.ToInvestigate
f-TopNav