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

Closes #324 ## Changes - Added Stork JS & CSS snippets `` - Added Stork JS & CSS to docs site - Added Stork search component, and have it hidden...

This adds an icon to external links. I've checked it on Firefox 94.0 and Chromium 95.0.4638.69. Screenshots attached. ![image](https://user-images.githubusercontent.com/53443372/140553633-35f9bebf-33dd-4d66-82b0-ba89d0f7de34.png) ![image](https://user-images.githubusercontent.com/53443372/140553650-07504988-fe68-4d2c-8936-c11251141918.png) Mostly it looks ok, but look at the image (FAIR...

Currently, footnotes are rendered very basically. See a demo here: https://note.ema.srid.ca/demo/markdown We could spice things up here. For inspiration, see https://jamesclear.com/first-principles Could use JavaScript for this work. Should be [accessible](http://kb.daisy.org/publishing/docs/html/roles.html),...

good first issue
HTML Templates
Design

``` nix path-info -rS github:srid/emanote | sort -nk2 ... /nix/store/hpfrrdvfsjgsc6l4sx2hikdkqd0rp9ar-wai-websockets-3.0.1.2 3030979168 /nix/store/9gafj535lxas43g3kyrjwkfrc9sx4kvn-tailwind-0.3.0.0 3192779192 /nix/store/6jn8h0jmpfavs97qrim0sm3rq1pa1a2z-ema-0.7.2.0 3437154832 /nix/store/wn25szddh5gwhj9pb1774ma03jn1yzjd-pandoc-2.17.1.1 4669561944 /nix/store/kvrkyy4j5a55vvs8ap3d8rfrjl0frizl-emanote-0.6.8.2 5839144888 ``` What can be done to reduce this size? It's not...

help wanted
Works only on Nix

**Describe the bug** Tailwind styling messes up PrismJS-highlighted TOML code **To Reproduce** 1. Enable PrismJS 2. Write TOML snippet in note, e.g: ````markdown ```toml [root] foo = "bar" ``` ````...

bug
Design

**Describe the bug** The Emanote Docker image is over 6 GB in size ```console $ podman images sridca/emanote:latest REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/sridca/emanote latest 3fafc9417949 52 years ago...

help wanted

The `emanote gen` generated static site should include interactive search, as demo'ed in https://github.com/EmaApps/emanote/issues/102#issuecomment-1198662665 Ideally, we want the live server to support it as well, but that can happen in...

enhancement
help wanted

Now that we have #324, enable access to it from the query feature. The following, ~~~markdown ```query some text ``` ~~~ ... should list all notes containing 'some text'. Inspired...

enhancement

**Describe the bug** When I try to use and import the `homeManagerModule` I get an error **To Reproduce** Steps to reproduce the behavior: 1. import `emanote.homeManageModule` 2. Try to build...

bug
Works only on Nix

When rendering Pandoc, provide a way to include table of contents automatically. Inspiration / Example - https://fs.blog/mental-models/ - [ ] Spec it out. Pandoc filter? How does Obsidian do it?...

enhancement
HTML Templates
Design