Mitesh Ashar
Mitesh Ashar
Added psycopg2 to backend. Bugs: + Error in processing VARCHAR columns without defined length solved. + Backend: `database.select.Select.get_count` corrected to process in absence of `id` column without error
Create MarkdownColumn in funnel. Evaluate if the same column can be used for all profiles. _Update: Yes_ ~~We can consider creating separately defined composite columns for each config profiles, if...
`MarkdownCompositeNative` & `MarkdownColumnNative` created in #1485 will evolve through the following stages during our ongoing markdown transition. ### Stage 1: Introduce `_tokens` - [ ] `_text`, `_html` -> `_text`, `_html`,...
Transform and pass config profile to front-end for codemirror editor rendering to be consistent with the profile.
Naked URLs in a paragraph by itself shall be rendered as an embed when they are in the allowlist maintained in the backend. Depending on the source, embeds may be...
- [x] Port plugin from one of the existing javascript plugins for markdown-it - [ ] Use ToC plugin in the document profile - [x] Tests for ToC plugin
The current conventional footnote implementation interrupts reading flow. Introduce block footnote rendering with following features: - The footnote text block expands inline just below the footnote reference, on-demand. - This...
[HTML Sanitization](https://blog.logrocket.com/what-you-need-know-inbuilt-browser-html-sanitization/) needs to be incorporated into the SPA. The HTML Sanitizer API is [new and not supported on all browsers yet either](https://caniuse.com/?search=sanitizer). So if used, it should ideally have...
On the `///sub/` page, the video container should be removed when there is no video submitted. The container takes up too much unnecessary real estate. ![Screenshot of the container when...