Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

argmh: Hanging when calling argmh when browser already open. #21

Open
s6mike opened this issue Jul 25, 2022 · 1 comment
Open

argmh: Hanging when calling argmh when browser already open. #21

s6mike opened this issue Jul 25, 2022 · 1 comment
Assignees
Labels
bug Something isn't working fixed?

Comments

@s6mike
Copy link
Owner

s6mike commented Jul 25, 2022

Noticed branch 6-argmapjs, version 3.8.1, not sure when introduced

@s6mike s6mike added the bug Something isn't working label Jul 25, 2022
@s6mike s6mike self-assigned this Jul 25, 2022
s6mike added a commit that referenced this issue Aug 12, 2022
- `src/pandoc-argmap.lua`: Update to convert argmap to mapjs format.
- `mapjs-example/src/start.js`:
  - Requires map.json dynamically.
  - `init()` takes map.json path: as second argument, or from container.
- [README.md](../README.md):
  - Add info about generating html containing mapjs format.
    - Add `docs/mapjs-in-html-example.png`.
    - Explain `convertTo="mapjs"` functionality.
  - Fix code formatting for latex code block examples.
  - Fix argmap code block examples to display relevant attributes.
- Add references in various places to mapjs .json Data Format.
- `scripts/`:
  - `bash_aliases_argmap.sh`:
    - Add new functions:
      - `md2hf`:
        - Generates index.html from template, mup.json with webpack.
        - Fix bug with template parameter using relative path.
        - BUG #21: Hangs when calling `argmh` when browser already open.
      - `chrome-mini`: Utility function.
    - Update md2htm() to use custom mapjs html5 template.
    - Remove unnecessary calls to webpack.
  - `tests.sh`:
    - Use init file variables instead of own.
    - Fix test #6 to use newer html function.
- `Input/`:
  - `Example1_ClearlyFalse_WhiteSwan_simplified.md`:
    - Use two code snippets, one for png output and one for mapjs.
    - Add meta-data for use in template.
- `.vscode/launch.json`:
  - Add `cat X | argmap2mup` profile.
  - Fix html output profile.
  - Update pandoc test to use my own example files.
s6mike added a commit that referenced this issue Aug 12, 2022
- `src/pandoc-argmap.lua`: Update to convert argmap to mapjs format.
- `mapjs-example/src/start.js`:
  - Requires map.json dynamically.
  - `init()` takes map.json path: as second argument, or from container.
- [README.md](../README.md):
  - Add info about generating html containing mapjs format.
    - Add `docs/mapjs-in-html-example.png`.
    - Explain `convertTo="mapjs"` functionality.
  - Fix code formatting for latex code block examples.
  - Fix argmap code block examples to display relevant attributes.
- Add references in various places to mapjs .json Data Format.
- `scripts/`:
  - `bash_aliases_argmap.sh`:
    - Add new functions:
      - `md2hf`:
        - Generates index.html from template, mup.json with webpack.
        - Fix bug with template parameter using relative path.
        - BUG #21: Hangs when calling `argmh` when browser already open.
      - `chrome-mini`: Utility function.
    - Update md2htm() to use custom mapjs html5 template.
    - Remove unnecessary calls to webpack.
  - `tests.sh`:
    - Use init file variables instead of own.
    - Fix test #6 to use newer html function.
- `Input/`:
  - `Example1_ClearlyFalse_WhiteSwan_simplified.md`:
    - Use two code snippets, one for png output and one for mapjs.
    - Add meta-data for use in template.
- `.vscode/launch.json`:
  - Add `cat X | argmap2mup` profile.
  - Fix html output profile.
  - Update pandoc test to use my own example files.
@s6mike
Copy link
Owner Author

s6mike commented Oct 30, 2022

Think this has been fixed now.

@s6mike s6mike added the fixed? label Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed?
Projects
None yet
Development

No branches or pull requests

1 participant