9 Commits
Author SHA1 Message Date
Stone_Red 1f341af237 Merge pull request #6 from Stone-Red-Code/develop
Change command name
2024-06-23 13:43:54 +02:00
Stone_Red e27a195781 Change command name 2024-06-23 13:43:20 +02:00
Stone_Red 179dbbce2b Merge pull request #5 from Stone-Red-Code/develop
Fix summary in snapcraft.yaml
2024-06-23 13:32:29 +02:00
Stone_Red 15a46f392e Fix summary in snapcraft.yaml 2024-06-23 13:32:06 +02:00
Stone_Red 1229f8dfe0 Merge pull request #4 from Stone-Red-Code/develop
Develop
2024-06-22 23:39:17 +02:00
Stone_Red 839d9402e8 Update libraries 2024-06-22 23:38:35 +02:00
Stone_Red 6ebf525b6f Update summary, fix tags and add description 2024-06-21 15:28:22 +02:00
Stone_Red 3de441a3de Update nuspec 2024-06-04 20:24:08 +02:00
Stone_Red 75bacf8117 Update README.md 2024-06-04 19:41:17 +02:00
4 changed files with 28 additions and 22 deletions
+2 -4
View File
@@ -21,10 +21,8 @@ It uses the [ReverseMarkdown](https://github.com/mysticmind/reversemarkdown-net)
## Preview
![Markdowser](https://github.com/Stone-Red-Code/Markdowser/assets/56473591/c57414b7-05e2-45af-868a-e0df61d885c4)
![Markdowser](https://github.com/Stone-Red-Code/Markdowser/assets/56473591/eae99633-5d4e-4e8e-9904-708ad7fd2bb8)
![Markdowser](https://github.com/Stone-Red-Code/Markdowser/assets/56473591/d46af13f-3589-424b-b91f-0ebcb72eacc8)
![Markdowser](https://github.com/Stone-Red-Code/Markdowser/assets/56473591/89818632-427c-40be-97a8-94ae0b4f8fd4)
## Third party licenses
+12 -5
View File
@@ -33,7 +33,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
.template -->
<!-- If the software is cross-platform, attempt to use the same id as the debian/rpm package(s)
if possible. -->
<id>Markdowser</id>
<id>markdowser</id>
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version?
https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
@@ -58,7 +58,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
More information can be found here:
https://docs.chocolatey.org/en-us/create/create-packages#package-icon-guidelines -->
<!-- Here is an example using Githack -->
<!--<iconUrl>http://rawcdn.githack.com/__REPLACE_YOUR_REPO__/master/icons/Markdowser.png</iconUrl>-->
<iconUrl>https://content.stone-red.net/Markdowser-1-1.png</iconUrl>
<!-- <copyright>Year Software Vendor</copyright> -->
<!-- If there is a license Url available, it is required for the community feed -->
<licenseUrl>https://github.com/Stone-Red-Code/Markdowser/blob/main/LICENSE</licenseUrl>
@@ -67,10 +67,17 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<!--<docsUrl>At
what url are the software docs located?</docsUrl>-->
<!--<mailingListUrl></mailingListUrl>-->
<!--<bugTrackerUrl></bugTrackerUrl>-->
<tags>Markdowser arp</tags>
<summary>A lightweight cross-platform IP scanner</summary>
<bugTrackerUrl>https://github.com/Stone-Red-Code/Markdowser/issues</bugTrackerUrl>
<tags>markdowser</tags>
<summary>A web browser that renders markdown instead of HTML</summary>
<description>
A web browser that renders markdown instead of HTML
**What is it?**
Markdowser is a web browser that renders Markdown instead of HTML.
It uses the ReverseMarkdown library to convert HTML websites to Markdown. This gets rid of all the clutter and is supposed to make the content more readable and consistent across different websites.
**Setup**
1. Download the latest release
+2 -2
View File
@@ -1,7 +1,7 @@
name: markdowser # you probably want to 'snapcraft register <name>'
version: "0.2.0.0" # just for humans, typically '1.2+git' or '1.3.2'
grade: stable # must be 'stable' to release into candidate/stable channels
summary: A lightweight cross-platform IP scanner # 79 char long summary
summary: A web browser that renders markdown instead of HTML # 79 char long summary
description: |
**Setup**
@@ -42,4 +42,4 @@ parts:
apps:
markdowser:
command: markdowser
command: Markdowser
+12 -11
View File
@@ -24,21 +24,22 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.10" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.10" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.10" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.10" />
<PackageReference Include="Avalonia" Version="11.0.11" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.11" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.11" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.11" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.10" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.10" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.11" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.11" />
<PackageReference Include="CuteUtils" Version="1.0.0" />
<PackageReference Include="Markdown.Avalonia" Version="11.0.2" />
<PackageReference Include="Projektanker.Icons.Avalonia" Version="9.1.2" />
<PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="9.1.2" />
<PackageReference Include="Projektanker.Icons.Avalonia.MaterialDesign" Version="9.1.2" />
<PackageReference Include="ReverseMarkdown" Version="4.3.0" />
<PackageReference Include="Semi.Avalonia" Version="11.0.7.1" />
<PackageReference Include="Projektanker.Icons.Avalonia" Version="9.3.0" />
<PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="9.3.0" />
<PackageReference Include="Projektanker.Icons.Avalonia.MaterialDesign" Version="9.3.0" />
<PackageReference Include="ReverseMarkdown" Version="4.5.0" />
<PackageReference Include="Semi.Avalonia" Version="11.0.7.3" />
<PackageReference Include="Syroot.Windows.IO.KnownFolders" Version="1.3.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
</ItemGroup>
<ItemGroup>