Sridhar Ratnakumar
Sridhar Ratnakumar
### Discussed in https://github.com/srid/emanote/discussions/135 Originally posted by **j-steinbach** September 21, 2021 This might be a customizable HTML/CSS thing, but Emanote should add icons to local and external links. Benefits: -...
- [ ] Remove confusion surrounding `ema:metadata` vs `ema:note:metadata`. https://github.com/srid/emanote/discussions/131#discussioncomment-1375548 - [ ] Clean up pandoc.tpl https://github.com/srid/emanote/blob/d326abe35309548b321c294663058825f97eed72/default/templates/components/pandoc.tpl#L98 - [ ] Split pandoc.tpl? https://github.com/srid/emanote/discussions/154#discussioncomment-1383536 - [ ] ... **Stretch goal** -...
For reference, see https://git.maralorn.de/blog/tree We can use fonts from one of the nixpkgs [font packages](https://nixos.wiki/wiki/Fonts), and then add its directory as an Emanote layer (in addition to `./default`), treating those...
When using non-existant variable in Heist .tpl files, Emanote should warn the user of it, instead of silently failing.
There is a TODO here that should be done https://github.com/srid/emanote/blob/e1a8e59acfd361da403aedfb695dc6d6117ddbcd/src/Heist/Extra/Splices/Pandoc.hs#L136-L138 Ref: https://github.com/jgm/commonmark-hs/blob/4f7d8b7b37dcc672d46f6bf967afbd47c589e050/commonmark-extensions/test/pipe_tables.md commonmark-hs doesn't do captions, so we can just apply what's available - like colspecs, etc.
For this notebook, ``` ~/Downloads/large ❯ du -sh . 69M . ~/Downloads/large ❯ find . -name \*.md | wc -l 4561 ``` Emanote takes ~4.7GB of resident memory. It takes...
Just a heads-up; this change will become effective as soon as https://github.com/srid/neuron/issues/570 is resolved (I'll comment here once that's done). --- There is (will be) another change in `neuron query`...
The link in the README of https://github.com/hercules-ci/arion/tree/master/examples/todomvc doesn't go anywhere. It links to https://github.com/nix-community/todomvc-nix/tree/master/deploy/arion but that is 404.
This project needs a maintainer who can review PRs, merge them and create releases. If you're interested, please say so!
Build a MacOS app bundle using instructions at http://mesonbuild.com/Creating-OSX-packages.html. Depends on #31 **Original Description:** Would be nice to have a Nix package https://nixos.org/ https://github.com/NixOS/nixpkgs @onkarshinde Just a suggestion. Give Nix...