Giter Site home page Giter Site logo

markdownview's People

Contributors

nedlanon 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  avatar

markdownview's Issues

Is the nuget package broken?

I'm trying to use MarkdownView with Xamarin.Forms (iOS only), but keep seeing Could not find MarkdownView referenced by assembly errors.

Linking is disabled, so it's not being stripped either, although adding a simple Init() method would potentially also solve that, like most other components are doing.

I'm using the following namespace/assembly with XAML:

<?xml version="1.0" encoding="utf-8"?>
<ContentPage
    xmlns="http://xamarin.com/schemas/2014/forms"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:local="clr-namespace:MyApp"
    xmlns:markdown="clr-namespace:Xam.Forms.Markdown;assembly=Xam.Forms.MarkdownView"
    x:Class="MyApp.MyAppPage">
	<markdown:MarkdownView />
</ContentPage>

UPDATE: I figured it might be important to mention that I'm using a shared project with Xamarin.Forms, not PCL or a .NET Standard library.

UPDATE 2: Just noticed that the actual DLL library filename is called Xam.Forms..dll, which makes me think that there's something fishy going on with the namespace/assembly names.

Browser

Would be nice to use the Xamarin.Essentials Browser as default.
Browser in the app (LaunchMode) is better user experience.

My current workaround:

markdownView.NavigateToLink = NavigateToLinkAsync;
private static async void NavigateToLinkAsync(string obj)
{
    var options = new BrowserLaunchOptions
    {
        LaunchMode = BrowserLaunchMode.SystemPreferred,
    };
    await Browser.OpenAsync(obj, options);
}

Thanks for your work!

TextAlignment support

Hello,

It would be great to define the alignment for the text like it could be for a Label.

Thank for your work.

Image does not accept dot in url?

Image does not display, is it because of the dot (.) in the url? I have no problem with other images and the markdown works in online md editors

![Image](https://build.appcenter.ms/v0.1/apps/7e21c0a0-7fef-4fe8-9e20-d4c64c3b4894/branches/master/badge)

Syntax / Formating?

Can anyone point me in the direction for some documentation on what syntax to use for formatting. Example: I'm trying to set different header sizes using '####' which doesn't seem to be registering.

Where can I find documentation on the syntax supported?

I found this, but it doesn't seem to be complete.

Please note: I am fairly new to markdown and looking for something straightforward like this, or this.

Theme property missing

Using the quick start sample.
Theme is not a valid property on MarkdownView.
Have tried latest stable and alpha build on Nuget. Neither have the Theme property

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.