Code Monkey home page Code Monkey logo

marker's People

Contributors

mistgc avatar tk04 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

marker's Issues

[DEB] libssl.so.1.1: cannot open shared object file

What Value
System Linux Mint 21.3
Distro Ubuntu 22.04
Version 1.0.0
Package DEB

Error:

marker: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Support Dark mode?

Marked2 on Mac has great theme support but would a simple dark mode too.

Markdown files in subfolders not rendered in Maker software

Issue Submission

Problem Description

Maker software fails to open Markdown files located within subfolders of the Project directory. For example, while doc1.md renders successfully, doc2.md located within a subfolder fails to display any content.

│  doc1.md
├─ folder
   └─doc2.md

Steps to Reproduce

  1. Open Maker software.
  2. Navigate to a Project directory containing subfolders.
  3. Place Markdown files within these subfolders.
  4. Attempt to open a Markdown file located within a subfolder.

Expected Behavior

Markdown files located within subfolders should be opened and displayed in Maker as expected, similar to files located in the root directory of the Project.

Actual Behavior

Markdown files located within subfolders fail to display any content when opened in Maker.

Screenshots (Optional)

N/A

Environment Information

  • Operating System: Windows 10
  • Maker Version: 1.0.0

Additional Information

N/A

Feature - Increase/Decrease heading size

From the context menu, an option to increase/decrease heading size would be helpful.

Additionally (if I can squeeze multiple things into one issue...)

  • An option to toggle between rendered and markup would be helpful
  • Adding additional options to the format context menu, like table, so it's more obvious what editing functionality is available.

Release instructions

In your release instructions you state the following:

After you download the app and drag it to your Applications folder, you will face difficulties opening it because I'm not enrolled in the Apple Developer Program. To bypass this, you will need to run this in your terminal:

$ xattr -c /Applications/Marker.app
After that, you should be able to open the app with no issues.

At least on my machine, you can also just right click the App and choose "Open" from the context menu (as opposed to just opening the app by double clicking it) and then choose "Open" again at the scare-sheet and this accomplishes the same thing without needing the terminal. Though I'm not 100% sure if I didn't have to change a system preference to allow this or not...

Empty Title & Subtitle fields not displaying as empty

If the title and subtitle fields in a file are empty, switching to that file from another file that does NOT have empty headers results in the headers displaying as though they are present in the file with no headers.

Steps to reproduce:

  1. Create a file with text entered in the Title and Subtitle fields
  2. Create a new file and leave all fields empty
  3. Click the file with text entered in the Title and Subtitle fields
  4. Click the new empty file. Notice that the Title and Subtitle fields are not cleared

Sidebar sort options

In projects with large numbers of files, it would be helpful to be able to choose how files in the sidebar are sorted.

Common options include:

  • Alphabetically (ascending/descending)
  • By modification date (ascending/descending)

Ability to Rename file

What the title says, ability to rename the file from the window. Currently there aren't any option even on right click.

Operating System

Mac Sonoma 14.4

License?

I don't see a license or license file. It's not open source without an open source license. What's the license?

Standard about title and subtitle

I would like to ask, are this title and subtitle standard specifications for markdown? I cannot recognize these two in many other editors that support markdown syntax. If not, it is still recommended (just a suggestion) to remove them to be fully compatible with markdown.

---
title: This is a Title
subtitle: This is a subtitle
---

多语言

您好,可以支持中文汉化吗

nothing but a blank window

I'm not even sure if it is working or corrupted. I created a new project but on the side bar it only shows all the folders. When I drag a PDF file into the window it just turn into a PDF reader, I can do nothing but zooming, no buttons, no instructions, no error messages.
I'm running on M1 macbook air 14.2.1, downloaded the 1.4.1 dmg pack, because when I tried homebrew another error kept jumping out

Warning: Unexpected method 'arch' called on Cask marker.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Warning: Unexpected method 'arch' called on Cask marker.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Download failed on Cask 'marker' with message: undefined method `[]' for nil:NilClass

image

Table of contents panel

In large files, it would be nice to have a way to navigate between heading levels in the file.

Many tools solve this with a right sidebar that displays the hierarchy of Markdown headings, and scrolls to the corresponding position in the file when a heading is clicked.

MD tables not displaying

Category Tool Description
Virtual Networking VPC A virtual networking environment

Above is code for a short markdown table. When I paste in Marker, it shows as below.

2024-03-30_16h21_46

Is there a way to make sure that it is able to support markdown tables?

HTML content in Markdown files are Removed by Maker.

Issue Submission

Problem Description

Maker appears to be removing HTML and CSS content from markdown files. Is this done for security reasons, or is there a workaround available?

Steps to Reproduce

Simply open markdown files containing HTML and CSS content using Maker. The following is the change recorded by git diff.
diff.txt

Expected Behavior

Expect the HTML and CSS content to remain intact.

Actual Behavior

The HTML and CSS content, such as my Cards in the markdown, is being removed (

Screenshots (Optional)

image

Environment Information

  • Operating System: Windows 10
  • Maker Version: 1.0.0

Additional Information

N/A

Flathub

Bundle your app with flatpak and publish it on flathub. This will allow users of all distros to download your app easily.

日记

能不能增加个功能:快速创建以日记为标题的文件呀

Charter plot issues

For the following Markdown file we find that the HTML and PDF exports contain the Charter plot. The ODT and DOCX export files plots are not embedded. And for the LaTeX export the TEX file won't compile with Gummi citing an error at the line \end{axis}

The Markdown file:

```charter
title: reconstruction error vs compression
x-axis:
	    label: compression
	    mode: linear
y-axis:
    label: mse
plot:
    x: 1 10  50 80
    y: 0 01 03  05
    label: f_avg
    marker: s
    ls: --
```

The TEX export is

\documentclass[a4paper, 10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{float}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{listings}
\usepackage{epsfig}
\usepackage{tikz}
\usepackage{pgfplots}

\pgfplotsset{compat=1.15}

\providecommand{\keywords}[1]{{\bf{\em Index terms---}} #1}
\newfloat{program}{thp}{lop}
\floatname{program}{Listing}

\begin{document}

\begin{tikzpicture}
\begin{axis}[
	grid=both,
	title={reconstruction error vs compression},
	xlabel={compression},
	ylabel={mse},
]
\addplot[
	line width = 1.000000pt,
	dashed,
	mark=square*,
] table {
	1.000000 0.000000
	10.000000 1.000000
	50.000000 3.000000
	80.000000 5.000000
};
\addlegendentry{f_avg}
\end{axis}
\end{tikzpicture}

\end{document}

Publish on App Store

Many people don't use apps that don't come from the App Store, so it could be great to publish the app on the App Store.

Support `.mdx` files

I sometimes use .mdx to write markdown.

It allows for JSX too.

Would love if Marker supports that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.