Håkan Edling

Results 261 comments of Håkan Edling

We have been discussing this kind of feature before, but more to solve the scenario of moving data from one environment to another, for example from development to production. It...

I think it would be very useful. I think in many scenarios that you start small locally when you develop, perhaps with a file based storage and a SQLite database....

Here's a related issue #497

And here's another one :) #455

@michaelrall @r4g-jon One way to think about it is that the module would have one API for export and one API for import. If you install the module on both...

We're open for options on how to solve this in the best possible way. Like I mentioned to @jensbrak, the manager pages are server generated (`Razor Pages`), but once the...

The whole idea @bbqchickenrobot is that this whole feature will just be another optional layer distributed as its own `NuGet` package. This way, if you use everything you could for...

Hi! As there's no built in "Featured post" feature on Archives I propose you create a **Region** on your page called "Featured Posts", for example: ~~~ csharp using System.Collections.Generic; using...

I totally understanding your point unfortunately without adding support for this in the core framework it will be hard to get the current API's to work as paging will be...

Here's my suggestion on how this should be implemented as a core feature: * Add field `IsFeatured` to posts which can be accessed from post settings in the manager. *...