Does anyone have a solution how to embed asciidoc/generated HTML into the Azure DevOps Wiki?
As a first way just for watch (integrate HTML from asciidoc in the wiki for other users).
I also have problems to access a committed html file to the wiki by a link from a markdown wiki page.
(Second: integration with possibility to edit adoc source by users)
how to embed asciidoc/generated HTML into the Azure DevOps Wiki?
As of this time, however, using asciidoc in Azure DevOps wiki is not supported. You can suggest a feature in Developer Community. The Microsoft's Product team will carefully consider your suggestions based on the votes.
I also have problems to access a committed html file to the wiki by a link from a markdown wiki page.
In wiki, all pages exist in the form of a markdown. That is, if you create a new page called a.html, but you actually create a new file called a.html.md.
Does anyone have a solution how to embed asciidoc/generated HTML into the Azure DevOps Wiki?
There is an Under Review user voice about this on our main forum for product suggestions:
Azure DevOps wiki editor - support for HTML & rich text
currently, HTML tag support in wiki pages, we could link the html file to the wiki by a link like you said in the first way:
<p>
[A markdown link](https://microsoft.com)
</p>
If you have problems to access the link, please share the error log you met when you access the link. And please check your premission by Wiki security:
You could also open the link in the browser directly to check if you can access the link.
Related
I am starting to create Wiki in my TFS 2018 Update 2 and I find the problem of making full searches of both the content of the wiki and the attachments you may have (content of PDF, DOCX, etc).
Is it possible to enable the search function within the attachments?
I'd appreciate your help
This is not possible for now. You can use wiki search to quickly find relevant wiki pages by title or page content across all projects in your TFS.
Take a look at this blog contain the detail Introduction-- Announcing public preview of Wiki search
If you really need this feature, you could submit a uservoice here, TFS PM and Admin will kindly review your suggestion.
I Want to Show custom welcome screen when a user logs in to Dynamics CRM 2016. I searched and i just got how to disable welcome screen tour but i couldn't find how to show my own custom screen (message or HTML).
Any help is appreciated.
Thanks
Make a dashboard with a single large HTML web resource.
Place your content inside that HTML web resource.
Set that dashboard as the default for new users. Display a specific dashboard by default for a specific user role
You can also add your welcome page as HTML web resource, add its link to your sitemap and set this sitemap subarea as a default tab for every user.
EDIT (detailed description):
Create custom HTML web resource and publish it in CRM.
Edit your sitemap to contain link to newly created web resource. Sample configuration below:
Sample
In my case my web resource HTML name is "new_welcome.html"
Go to user's personal options and set your new site.map position to be your user's default tab. You may do this with CRM interface (separately for every user :()) or with the tools for personal options mass update (for example with User Settings Utility from XrmToolBox)
Sample results of above mentioned operations:
Solution of you problem is Announcements.
Its easy to configure and easy to circulate the information across all the users.
Follow the below links for more information about Announcement,
https://www.microsoft.com/en-us/dynamics/crm-customer-center/broadcast-announcements-to-an-entire-organization.aspx
I would suggest not to use announcements because of the following reasons:
It is legacy functionality from CRM 2011 version.
It does not support rich text formatting or html components, images, etc.
You still need to create custom web resource to present it to the end user (so from the work effort perspective it also does not make sense)
I'm looking to use Redmine for document management. I know that Redmine is not ideal for this task but there is already a lot of content on the site so I'd like to utilize it if possible.
Redmine currently does not a have great documents module. The files we've uploaded look to be amended on that specific page and it doesn't seem to be able to move to another page (unless you download and re-upload to the proper page).
Idea 1
I see there is a Files section, which could work as a central repository (and you can upload document based on release) however, is there a way to set up a nice-looking 'front-end' page that automatically updates based on new submissions to the Files tab? I envision this front end to be a simple wiki page with the document name, a short description and a links to the file posted in the Files tab.
There are so many documents uploaded to varying pages on the Redmine site. I would only do the whole download and re-upload of files if there was a way to automatically update the 'front end' wiki.
Idea 2
I see there is a DMSF plugin for Redmine. Has anyone used this before and has is solved document management issues? I'd like to hear your feedback. Even if DMSF doesn't totally solve my issue, anything is better than what I have now.
Thanks!
In my opinion DMSF module is a perfect companion for Redmine. We have adopted it in our company. You can easily deal with document versions, webdav access, custom approval workflow, document modifications notification with the extra value of being well integrated with Redmine features (roles, dynamic links in Wiki and issue text and notes).
I am going to deploy my blog, which is based on Poet (blog generator in node.js), but I am wondering if it's possible to specify remote path for my markdown files. It's similar to Jekyll where you specify the _posts directory, it will then read all markdown files in that folder and include them in your blog.
Why would I need a remote directory? Because I don't want to do this every single time:
git add _posts/06-24-2013-new-post.markdown
git commit -m 'added new blog post'
git push
I simply want to drag and drop my markdown file into my Dropbox or Amazon S3 and have Poet automatically read those files.
Surely people have done something like that before?
Here is the Poet's config object. Can I change posts to point to me.s3.amazonaws.com/_posts/ or my Public Dropbox folder?
poet.set({
posts: './_posts/', // where all .markdown files are stored
postsPerPage: 5,
metaFormat: 'json'
});
we are using stackedit (and publishing to the local dir via ssh), but poet has a fault: check issues #15 and #27.
we are using these blog engine (here) cause these.
StackEdit Github Repo
Demo
Some Features:
StackEdit can:
Manage multiple Markdown documents online or offline
Export your documents in Markdown or HTML and format it using a template
Synchronize your Markdown documents in the Cloud
Edit existing Markdown documents from Google Drive, Dropbox and your local hard drive
Post your Markdown document on Blogger/Blogspot, WordPress, Tumblr
Publish your Markdown document on GitHub, Gist, Google Drive, Dropbox or any SSH server
Share a link to a Markdown document that renders it in a nice viewer
Show statistics about your document
Convert HTML to Markdown
Features:
Real-time HTML preview with Scroll Link feature to bind editor and preview scrollbars
Markdown Extra support and Prettify syntax highlighting
LaTeX mathematical expressions using MathJax
WYSIWYG control buttons
Configurable layout
Theming support with multiple themes available
A la carte extensions
Offline editing
Online synchronization using Google Drive and Dropbox
One click publish on Blogger, Dropbox, Gist, GitHub, Google Drive, SSH server, Tumblr, WordPress
I've developed with WPS and WCM for several years and now I am also learning Liferay. I can't help but compare the features and I understand that in Liferay some things are done differently.
I would like to know the best practices to manage the following simple example:
A simple page with a carrousel with several images and links
Google analytics inserted in the page (Reusable in most pages)
The following is how I'd solve it in IBM WPS:
A HTML component with the Google Analytics code that is called in every page (I can't find how to do this in Liferay)
A content definition of an image and a link.
Create several contents for each image and link.
Create a menu that shows the list of content in the form of a carrousel (I can't find how to do this either in Liferay)
I am aware that Liferay has a list portlet and content that has repeatable items. I know I could use these, however its much more usable if I can have on content for each image/link and one reusable HTML snippet of code.
How should I solve this in liferay in the most efficient way?
Thanks!
You have to use Liferay Web Content portlet for creating the carousel. This is available in Control Panel. For your particular requirememnt you have to create a dynamic web content, which involves using of Velocity language and javascript to iterate over a set of images. Infact if you see Liferay's website, the home page has this kind of stuff.
For Google Analytics there are two ways. Liferay is not just meant for creating one site, it caters creation of multiple sites. Each site has a group of pages. You can create site from Control panel again. In the site settings you have this option to add google analytics id. So with each site can have different google analytics id.
If you want to do it at a global level, we add the google analytics script snippet in the Theme of liferay.
To get a better understanding of all the jargons used in Liferay, you have to atleast go through Liferay's documentation. And while going through it you have unlearn what you have previously learned. Liferay has hell lot of features than Websphere portal.
http://www.liferay.com/documentation/liferay-portal/6.1/user-guide