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

Example: https://docusaurus.io/docs/installation#scaffold-project-website Discussion: https://github.com/srid/emanote/discussions/436

enhancement
good first issue

**Describe the bug** When editing a page with a Haskell/Nix/any non-default-highlight.js language code block, syntax highlighting will occasionally break. When this happens, the following warning is displayed in the browser...

bug

https://github.com/obsidian-tasks-group/obsidian-tasks - Parse Obsidian style tasks (with due date, repetition, etc.) - Add these tasks to [JSON export](https://emanote.srid.ca/guide/export)

enhancement

**Describe the bug** Using HTML entities in the custom title of a wiki link causes them to be rendered literally. **To Reproduce** I am using cedd7d8cde17e0dbe96b2b9d2210d8da7d2e2d01. Using a non-breaking space...

bug

**Describe the bug** HTML blocks in markdown documents are not rendered properly. Check the example below. **To Reproduce** I use the current HEAD version of Emanote (i.e. https://github.com/srid/emanote/commit/7063381264ca16ac279708a6bd6d98b8afd0a7ec). Create a...

bug

eg. https://srid.ca/generics-sop-intro Triggered by footnote 2 on `HCollapseMaybe`

bug
Design

**Describe the bug** I'm not sure whether it's a bug but my emanote browser tabs seem to use a lot of RAM; 1GB and more each (as displayed by Firefox's...

help wanted
performance

Like home-manager module (which requires Linux) but should work on nix-darwin: ```nix launchd.user.agents.emanote = { serviceConfig.ProgramArguments = [ (lib.getExe inputs.emanote.packages.${system}.default) "-L" "/Users/${flake.config.people.myself}/Notes" "run" "-p" "7000" ]; serviceConfig.RunAtLoad = true; };...

good first issue
Works only on Nix
macOS

A note that both * contains a footnote, and * embeds another note, which also contains a footnote will have two elements with the same id attribute in the resulting...

bug

**Describe the bug** The live server and the generated website use different colors from tailwind. reference: https://tailwindcss.com/docs/customizing-colors | | color | hash| | --- | --- | --- | |...

Design