{"id":22121269,"url":"https://github.com/adambarath/smithhtmleditor","last_synced_at":"2025-07-25T13:31:57.035Z","repository":{"id":143454038,"uuid":"218804213","full_name":"adambarath/SmithHtmlEditor","owner":"adambarath","description":"The source code is about html editor usage in WPF application.","archived":false,"fork":false,"pushed_at":"2020-07-06T04:50:18.000Z","size":102,"stargazers_count":25,"open_issues_count":3,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-05T23:43:49.410Z","etag":null,"topics":["html-editor","html-editor-wpf","smithhtmleditor","wpf","wpf-application","wpf-controls","wpf-html","wpf-ui"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adambarath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-10-31T15:57:50.000Z","updated_at":"2024-10-17T11:16:39.000Z","dependencies_parsed_at":"2023-10-20T16:19:43.753Z","dependency_job_id":null,"html_url":"https://github.com/adambarath/SmithHtmlEditor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adambarath%2FSmithHtmlEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adambarath%2FSmithHtmlEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adambarath%2FSmithHtmlEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adambarath%2FSmithHtmlEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adambarath","download_url":"https://codeload.github.com/adambarath/SmithHtmlEditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227580917,"owners_count":17789295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html-editor","html-editor-wpf","smithhtmleditor","wpf","wpf-application","wpf-controls","wpf-html","wpf-ui"],"created_at":"2024-12-01T14:37:14.647Z","updated_at":"2024-12-01T14:37:15.226Z","avatar_url":"https://github.com/adambarath.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wpf-html-editor #\n\u003ca target=\"_blank\" href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/licence-MIT-brightgreen.svg\" alt=\"license : MIT\"\u003e\u003c/a\u003e\n\u003ca target=\"_blank\" href=\"https://www.cmarix.com/wpf-wcf-web-development-services.html\"\u003e\u003cimg src=\"https://img.shields.io/badge/framework-WPF-blue.svg\" alt=\"framework : WPF\"\u003e\u003c/a\u003e\n\nWYSIWYG rich text editor which enables writing content directly inside of wpf applications.\n\nRead more on \u003ca target=\"_blank\" href=\"https://archive.codeplex.com/?p=smithhtmleditor\"\u003ehtml editor\u003c/a\u003e\n\n![wpf-html-editor](https://www.cmarix.com/git/DotNet/wpf-html-editor.gif)\n\n## Installation ##\n\u003ca target=\"_blank\" href=\"https://archive.codeplex.com/?p=smithhtmleditor\"\u003eClick here\u003c/a\u003e to get html editor related DLL. Download DLL from this link and add reference of this DLL into your WPF application.\n\n## Steps ##\n\n\n1. Add below assembly in your XAML page like below:\n\n\t\txmlns:smith=\"clr-namespace:Smith.WPF.HtmlEditor;assembly=Smith.WPF.HtmlEditor\"\n\n2. Insert editor using assembly name in your XAML page like below:\n\n\t\t\u003csmith:HtmlEditor x:Name=\"htmlEditor\"  /\u003e\n\n\n## Let us know! ##\nI’d be really happy if you sent us links to your projects where you use our component. Just send an email to [adambarath@msn.com](mailto:adambarath@msn.com \"adambarath@msn.com\") and do let us know if you have any questions or suggestion regarding wpf.\nSkype: @adambarath\n\n## Updates ##\n\n2020/05/06\n1. extend target frameworks to netcoreapp3.0;netcoreapp3.1;net461;net462;net47;net471;net472;net48\n2. add pre-build event to do dotnet restore. Issue description at https://stackoverflow.com/questions/48440223/assets-file-project-assets-json-not-found-run-a-nuget-package-restore\n\n2019/10/31\n1. update to NetCore 3.0 \n\n2011/05/02\n1. Add a dependency property named BindingContent to support binding html content to the editor. This property raise update notification via the StatusTextChanged event of the webbrowser control. A new window named BindingTestWindow in SmithHtmlEditor.Demo show how this property works.\n2. A stylesheet is load from the file \"smithhtmleditor.stylesheet.css\" to set the default style of the editing document when the control is initializing. This can help us to set how the document looks.\n3. Use the xml file \"smithhtmleditor.config.xml\" to setup the fonts used in the control. So we can configurate the fonts we need.\n4. Update the appearance of the editor under source mode.\n\n2011/01/23\n1. Add HtmlDocument class and HtmlDocument.Range class for document editing instead of directly operating IHTMLDocument2 interface and System.Windows.Forms.HtmlDocument object.\n2. Update HtmlEditingExtension class to extension methods for HtmlDocument object. And some methods were moved into HtmlDocument class.\n3. Fix a bug in HtmlEditor.WordCount property.\n4. Update the HtmlEditor.ContentText property as a get-only property.\n5. The HtmlEditor.Document property is changed from type System.Windows.Forms.HtmlDocument to Smith.WPF.HtmlEditor.HtmlDocument.\n6. Add editing methods for HtmlEditor class.\n7. Add DocumentReady event for HtmlEditor class. This event will be raised after the document is ready to use. And it provides a way to load initial content to editor. See the demo.\n8. Add DocumentStateChanged event for HtmlEditor class to notify the change of document state.\n\n2010/11/20\nUpgraded the word counting algorithm and fixed a bug in color selecting.\n\n2010/10/19\nGloblization and localization feature is added into this version.\n\n2010/10/17\nIt is a preview version for test and provides basic functions for common use.\n\n\n## License ##\n\n\tMIT License\n\t\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\t\n\tThe above copyright notice and this permission notice shall be included in all\n\tcopies or substantial portions of the Software.\n\t\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\tSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadambarath%2Fsmithhtmleditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadambarath%2Fsmithhtmleditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadambarath%2Fsmithhtmleditor/lists"}