Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

> But emanote uses commonmark-hs (from same author) to parse Markdown. I'm okay with us switching to parsing with Pandoc. The Wikilink extension, as well as the HashTag extension, would...

help wanted

When navigating to a page whose location in the sidebar is way below, automatically scroll the sidebar to put that link in view. Demo: http://www.seinan-gu.ac.jp/~shito/asciidoctor/html_chunk/chap37.html#special-characters

good first issue
Design

We could fork [vscode-memo](https://github.com/svsool/vscode-memo), and change it to use `/-/export.json` from the live server. Our extension would consequently also work as a web extension (github.dev, etc.). See https://github.com/svsool/vscode-memo/issues/480

enhancement
help wanted

documentation
HTML Templates

In live server, add a search box where users can search notes interactively. This can be implemented one top of https://github.com/srid/ema/issues/69 - [x] `ema.switchRoute` - [ ] ema: support for...

enhancement

Style various elements so that they are print-friendly when printed or converted to PDF. Ref, - https://tailwindcss.com/docs/breakpoints#styling-for-print - https://windicss.org/utilities/variants.html#raw-media-queries Example changes to apply when in print screen mode, - Hide...

good first issue
Design

Like neuron's `z:zettels` but using Obsidian's more general syntax https://help.obsidian.md/Plugins/Search#Embed+search+results - [x] Simple query by tag - [x] Query by path - [ ] Combining sub-queries (AND, OR, negation, grouping;...

enhancement
Research

In sidebar, index, query listing and backlinks. - `.timeline` query in particular should be sort by date - calendar children shoiuld be sorted by name (thus day), just as other...

documentation

Support for https://help.obsidian.md/How+to/Embed+files - [x] Working prototype for .md and image files (#68) - [x] Allow specifying note embed layout via Heist .tpl (#75) - [x] ~~#88~~ - [x] #98...

enhancement
Research

For eg., in Timeline backlinks section - the individual backlinks are not appearing in the original order of their appearance in the .md file. Create Foo.md, and link to [[Foo]]...

bug