emanote icon indicating copy to clipboard operation
emanote copied to clipboard

Emanate a structured view of your plain-text notes

Results 92 emanote issues
Sort by recently updated
recently updated
newest added

### Describe the bug I would like to style several links on a page with the same set of tailwind css class. So instead of this: ``` [[README]]{class="hover:no-underline bg-green-100 text-green-700...

bug

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

### 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: -...

good first issue
HTML Templates
Design

- [ ] 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** -...

**Describe the bug** Placing a `` inside a block using ```{=html} in a emanote markdown file causes the following error: ``` div cannot contain text looking like its end tag...

bug
help wanted

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...

Works only on Nix

When using non-existant variable in Heist .tpl files, Emanote should warn the user of it, instead of silently failing.

HTML Templates

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.

good first issue

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...

performance