Sridhar Ratnakumar
Sridhar Ratnakumar
https://emanote.srid.ca/examples is a flat list right now, but perhaps make it a table - so we can tag each example with the features used. For eg. https://ners.ch/ and https://blog.hemera.systems/ make...
Emanote definitely should support [lua filters](https://pandoc.org/lua-filters.html) so that users can include these filters in their notebook along with .md and .tpl files. You should be able to apply these filters...
Allow users to write a `.hs` filter (without having to setup the whole Haskell project), and evaluate it using https://github.com/haskell-hint/hint Aside from `Pandoc -> Pandoc` we even allow the user...
Like `.gitignore` but for ignoring files. Effectively allows overriding the hardcoded paths here: https://github.com/srid/emanote/blob/b3ced121059bb7a688c890f3ee489a9713191132/src/Emanote/Source/Pattern.hs#L34-L40
Produce an example of it once https://github.com/srid/ema/issues/75 lands ``` /notes -> uses Emanote /... -> uses Ema ``` Top-level Ema site gets access to Emanote's model, and can do whatever...
Eg: `--layers "foo=~/Notes/foo;."` should put foo notes under /foo/ in Emanote. > Is there a way to specify the directory of the layer (e.g. in subdirectory`lecture-notes`)? I don't want `Lecture...
Each backlink should display the level-2 heading under which the link is used. This is useful in situations where the H2 heading is significant in the backlinks view, for example,...
Should we make Emanote "heading-aware"? - Embedding: https://github.com/srid/emanote/issues/265#issuecomment-1081823937 - Backlinks: https://github.com/srid/emanote/issues/271 - Linking: https://github.com/srid/emanote/discussions/105
If the embedded note has a div with a certain ID, say `summary`, embed that div instead of the whole note. So, if the note `Foo.md` was: ```markdown First paragraph...
Add a special page (live server only) that lists all broken links in the notebook. - [ ] `run`: Live server report - [x] `gen`: static site report & failure...